Re-implemented constraint coloring
[libfirm] / ir / be / bechordal.c
2006-01-27 Sebastian HackRe-implemented constraint coloring
2006-01-27 Christian Würdiguse xmalloc/xcalloc instead of normal functions
2006-01-24 Sebastian HackSome minor changes
2006-01-18 Sebastian HackAdapted to new benode.c
2006-01-17 Sebastian HackFixed some bugsin constraint coloring
2006-01-17 Sebastian HackAdded small macro for checking constraints
2006-01-16 Christian Würdigremoved union from register requirements to make static...
2006-01-13 Sebastian HackThird fix
2006-01-13 Sebastian HackRe-implemented constraint handling
2006-01-12 Sebastian HackFixed a bug
2006-01-12 Sebastian HackPrototypely implemented constrained coloring
2005-12-20 Sebastian HackFixed a bug (obstack is not freed)
2005-12-20 Daniel GrundRefactored and bugfixed bessadestr.c
2005-12-08 Sebastian HackMade everything really kaputt
2005-10-05 Daniel Grundhalf a ton of bugfixes.
2005-09-30 Daniel Grundadapted belady to new spill.h
2005-09-30 Daniel Grund*** empty log message ***
2005-09-29 Daniel Grunda new better version.
2005-08-29 Daniel GrundBefore benchmarking
2005-08-23 Daniel Grundforgot this file on check in of chordal draw.
2005-08-16 Daniel Grundchanged IF_EDGE_HASH
2005-08-16 Sebastian HackMisc changes
2005-08-01 Daniel Grundremoved check_heads assertions
2005-07-29 Sebastian HackModified everything
2005-07-28 Daniel GrundRemoved phase which elimiated phi interferences.
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.