- renamed access offset functions\n- renamed entity -> ir_entity
[libfirm] / ir / ana /
2006-12-13 Michael Beckrenamed entity -> ir_entity
2006-12-12 Michael BeckFixed missing initialization
2006-12-11 Matthias Braun- Several warning fixes
2006-12-10 Matthias Braunadded several missing #include config.h
2006-10-09 Matthias Braundirty hack to make execfreqs work with endless apps
2006-09-28 Michael BeckImproved doxygen docu
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-21 Christian Würdigadded additional parameter and assert to tmp dom info...
2006-09-20 Matthias Braunwarning fix
2006-09-20 Michael Beckadded get_opt_closed_world() where appropriate
2006-09-20 Christian Würdigadded block recomputation
2006-09-14 Michael BeckBugFix:
2006-09-12 Matthias Braunmore warning fixes
2006-09-11 Michael Beckadded execfreq to firm_types
2006-09-10 Sebastian HackProper scaling for integer exec freqs
2006-09-08 Matthias Brauncreate execution frequencies from profile data
2006-09-08 Matthias Braunwarning fixes
2006-09-06 Matthias Braunfix endless loop for some execfreqs
2006-09-06 Sebastian HackFixed a bug concerning integer translation
2006-09-06 Michael BeckBugFix: the Extbb array was not always in the right...
2006-09-06 Christian Würdigadded prototype for extbb with execution frequencies
2006-09-06 Christian Würdigremoved c99 style
2006-09-06 Adam Szalkowskiplease fix this to DBG(())
2006-09-05 Adam Szalkowskisomeone forgot to insert extbb2 into makefile
2006-09-05 Matthias Braunalternative algo for computing extbbs
2006-09-04 Christian Würdigundefed GSL
2006-09-03 Sebastian HackNormalizing for integer frequencies improved
2006-09-03 Adam Szalkowski*** empty log message ***
2006-08-31 Sebastian HackHeights respect dependency egdes now
2006-07-31 Michael Beckremoved useless includes
2006-07-31 Sebastian HackAdded long version of get_exec_freq()
2006-07-14 Christian Würdigadded asserting to check the number of user blocks
2006-07-13 Michael BeckImproved marking of dead blocks
2006-07-11 Sebastian HackAdded exec_freq_t type
2006-07-07 Michael BeckRemoved some warnings due to missing const
2006-07-05 Michael Beckonly "firm_types.h" needed
2006-07-05 Michael Beckcorrectly handle Phi nodes (and there effective use)
2006-07-03 Adam Szalkowskiexecfreq stroes set internally now
2006-06-29 Christian WürdigBugFix: get correct in position at user node to determi...
2006-06-29 Michael Beckreformateed and some comments added
2006-06-27 Michael Beckadded support for Psi node
2006-06-16 Adam Szalkowskisigned/unsigned bug
2006-06-13 Michael Beckadded inline functions
2006-06-13 Michael Beckadd inline functions
2006-06-09 Michael BeckFixed doxygen errors
2006-06-06 Michael BeckUse xmalloc instead of malloc
2006-06-05 Michael Beckadded support for Thread local storage
2006-06-05 Michael Beckadded support for Thread local storage
2006-06-05 Michael Beckmore doxygen docu added
2006-06-05 Michael Beckspeed up by useing pmap_find() instead of pmap_contains...
2006-06-01 Christian Würdigremoved C99 style
2006-05-31 Adam Szalkowskidebug ir_fprintf commented out
2006-05-31 Adam Szalkowskiexecution frequency based on Kirchhoff's current law
2006-05-25 Michael BeckFixed typos, improved docu
2006-05-25 Michael BeckBugFix: free_cfloop_information() cleared current_ir_gr...
2006-05-24 Christoph Mallonadd exchange_cdep()
2006-05-24 Christoph MallonAdd is_cdep_on
2006-05-19 Michael Beckremoved german umlaut, firmjni stuff cannot handle it
2006-05-19 Michael BeckFixed method attribute access
2006-05-11 Christian Würdigbugfix: remove redundant gert nodes block
2006-05-10 Christian Würdigadded two functions:
2006-05-08 Michael Beckremoved the INPLACE_EDGES option. They are now always...
2006-05-08 Michael BeckDo not create Confirm nodes for Cmp(Const, Const) const...
2006-05-04 Sebastian HackAdapted to changes in irphase
2006-05-03 Michael Beckused new assure_*() functions
2006-05-03 Michael Beckassure_irg_outs() added
2006-05-03 Michael Beckassure_doms() and assure_postdoms() added
2006-05-03 Christoph MallonAdd control dependency analysis
2006-05-02 Sebastian HackAdapted to changes in irphase.c
2006-05-01 Christian Würdigremoved const from first parameter for phase init data...
2006-04-24 Michael Beckdo not use set_irn_in to change End's keep-alives,...
2006-04-24 Michael Beckfixed post-dominance construction for endless loops...
2006-04-24 Michael BeckUse keep-alives to handle dominance info for graphs...
2006-04-24 Michael Beckadded functions to include the keep-alives for cfg...
2006-04-24 Michael BeckFixed keep-alive visiting for extbb walker
2006-04-21 Christian Würdigadded header comment
2006-04-19 Sebastian HackAdded height computation
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-23 Michael Beckdocu updated
2006-03-20 Christian Würdigremoved c99 style
2006-03-20 Michael BeckExtBlk walker now always visits start block first/last
2006-03-20 Michael BeckFixed irg_extblock_walk_graph()
2006-03-20 Michael Beckis_ir_extbb() added
2006-03-20 Michael Beckis_ir_extbb() added
2006-03-18 Michael BeckFixed extbb construction (why it was damaged ?)
2006-03-17 Michael Beckhandle a call of an absolute address
2006-03-05 Michael Beckclean up a bit
2006-03-03 Michael Beckused new is_Sel()
2006-03-03 Michael Beckused new is_Call() and is_Sel()
2006-03-03 Michael Beckused new is_Sel(), is_Call()
2006-03-03 Michael Becknew is_call() used
2006-02-21 Michael Beckfixed the type of the loop number
2006-01-30 Michael Beckreorder for loops
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-13 Michael Beckremoved unneeded includes
2006-01-13 Michael Beckadded ifdef around irloop type
2006-01-09 Michael Beckadded post-dominator construction
2006-01-05 Michael Beckuses firm type WITHOUT struct
2006-01-05 Michael Beckadded missing include
next