we don't need no stinking selfs
[libfirm] / ir / be / beifg.c
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braunuse libfirm timing facilities
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-07 Sebastian HackGet rid of some get_irn_node_nr() which are still there.
2007-07-03 Michael Beckbackend part is always WITH_LIBCORE :-)
2007-07-03 Michael Beckadd sopport for compile without WITH_LIBCORE
2007-06-18 Michael BeckFixed initialization of option tables
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-02 Matthias Braunno strange stuff for including alloca anymore, use...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-01-15 Christian Würdigremoved dependencies on chordal_env
2007-01-11 Matthias Braunsome cleanups to ifg code, move ifg specific code to...
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-11 Matthias Braun- Several warning fixes
2006-09-11 Sebastian HackMore statistics
2006-09-04 Matthias Braunwarning fix
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-30 Michael BeckBugFix:
2006-08-04 Christoph MallonFix warnings
2006-08-01 Christoph MallonRemove unused vars
2006-06-26 Johannes SpallekAdded be_ifg_check_sorted_to_file().
2006-06-21 Johannes SpallekChanged the #ifdef __linux__ parts to the use of the...
2006-06-16 Johannes SpallekAdded include of malloc.h under __linux__
2006-06-16 Johannes Spallek* Changed Output of be_ifg_check_sorted back to console
2006-06-14 Johannes Spallekadded be_ifg_check_performance() to check speed and...
2006-05-31 Johannes SpallekAdded new check functions to check the correctness...
2006-05-02 Sebastian HackAdded dumping of interference graphs
2006-04-03 Michael Beckadd missing initialization
2006-03-22 Michael Beckreplaced malloc by xmalloc
2006-03-09 Daniel GrundFixes
2006-03-08 Daniel GrundAdded clique walker
2005-12-23 Daniel GrundBugfix in copy-opt-heur and constraint perms.
2005-12-22 Sebastian HackFixed a bug
2005-12-22 Sebastian HackChanges API a little bit :-)
2005-12-08 Sebastian HackMade everything really kaputt
2005-10-26 Christian Würdigadded missing include
2005-10-24 Sebastian Hackconfig.h added
2005-06-27 Kimon HoffmannRefactored interference graph into seperate header...