debug stuff and bugfixes
[libfirm] / ir / be / bechordal.c
2005-07-27 Daniel Grunddebug stuff and bugfixes
2005-07-27 Sebastian HackRe-implemented values_interfere
2005-07-27 Daniel Grundindent
2005-07-26 Sebastian HackFixed several bug and introduced some others
2005-07-26 Daniel GrundBugfixes
2005-07-22 Daniel GrundAdded checker for register allocation. Interference...
2005-06-27 Kimon HoffmannMade dump_ifg work again by removing all coloring relat...
2005-06-27 Kimon HoffmannRefactored interference graph into seperate header...
2005-06-15 Michael Becktypo fixed
2005-06-15 Sebastian HackFixed a bug in scheduling and adapted coloring
2005-06-14 Daniel GrundBugfixes. DBG per irg. Dump nothing is default.
2005-05-17 Sebastian HackCosmetic changes to the chordal register allocator
2005-05-11 Sebastian HackAdded new arch interface
2005-05-11 Daniel Grundadded some stuff for ifg
2005-05-11 Daniel Grundadded nodes to if-graph
2005-04-28 Sebastian HackSome bug fixes
2005-04-21 Sebastian HackAdded bearch stuff
2005-04-15 Götz LindenmaierChanged comments,
2005-03-31 Daniel GrundAdded getter for if-graph
2005-03-14 Sebastian HackAdded be arch reflection/backend support infrastructure.
2005-02-02 Sebastian HackFixed a typo
2005-01-31 Sebastian HackFixed liveness in loops an phi functions.
2005-01-26 Sebastian HackSplitted in two phases pressure/liveness and assignment
2005-01-24 Sebastian HackFixed color assignment
2005-01-21 Michael Beckadded config.h
2005-01-17 Sebastian HackBuild the IFG completely, if desired.
2005-01-13 Sebastian HackModified color assignment.
2005-01-13 Sebastian HackCall new interference function in phi_ops_interfere
2005-01-13 Daniel Grund*** empty log message ***
2005-01-05 Sebastian HackAdded used colors bitset per block.
2004-12-23 Michael Beckused xcalloc instead of calloc
2004-12-22 Michael Beckmake allocation C-like
2004-12-15 Sebastian HackAdded register allocator.