some workaround to avoid condeval creating Phibs which not all backends like
[libfirm] / ir / ana /
2007-04-10 Christian Würdigadded newline at end of file
2007-04-10 Michael Beckadded natural loop
2007-04-09 Michael Beckrenamed dom_info type to ir_dom_info
2007-04-09 Michael Beckfixed IfThen
2007-04-09 Michael Beckcomments added
2007-04-09 Michael Beckremoved flexible array and set, use lists in implementation
2007-04-08 Michael BeckStructure Analysis initial version, current limitations:
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-05 Michael Beckindentation changed
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Christian Würdigswitched to ir_nodeset
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-02-21 Matthias Braunfix warning
2007-02-16 Christian Würdigextended debug output
2007-02-11 Christian Würdigadded option for pure Phi classes
2007-02-09 Christian WürdigBugFix: ARR_F may be relocated when resized, so there...
2007-02-09 Christian WürdigBugFix: use phase_get_or_set_irn_data for getting phi...
2007-02-09 Christian Würdigadded asserts
2007-02-09 Christian WürdigBugFix: fixed wrong include
2007-02-09 Christian Würdigmade phiclass an ir_phase object
2007-02-07 Michael BeckBugFix: TLS variables are Sels, not SymConst
2007-02-05 Michael BeckBugFix: wrong ()
2007-02-01 Michael Beckadd local and parameter rule
2007-01-24 Christian Würdigadded missing include irnode.h
2007-01-24 Michael Beckreplaced unused headers by firm_types.h
2007-01-23 Michael Beck- allocated backedge array only on demand
2007-01-23 Michael Beckmore doxygen comments added
2007-01-18 Michael Beckspeedup for cycle
2007-01-18 Michael BeckUpdated doxygen docu
2007-01-18 Michael Becktypo fixed
2007-01-18 Michael Beckadd include (previously removed from the header)
2007-01-18 Christian Würdigreplaced several includes by including just firm_types.h
2007-01-18 Christian Würdigremoved double include
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-16 Michael Becktypo fixed
2007-01-16 Christian Würdigfixed indent
2007-01-15 Michael Becktypo fixed
2007-01-12 Michael Beck- memory disambiguator option can be set for the irp...
2007-01-11 Matthias Braunfix warning
2007-01-07 Michael BeckInitial version of the memory disambiguator added
2006-12-18 Michael Beckremoved useles include
2006-12-15 Matthias Braunfix warning
2006-12-13 Michael Beckrename type entity into ir_entity
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
next