fix bugs when exchanging nodes to projs in bepeephole
[libfirm] / ir / be / bechordal.c
2007-10-18 Michael Beckfixed release build with assertions enabled
2007-10-17 Christoph MallonIn the RA constraint handler insert no copy when an...
2007-09-18 Matthias Braunuse register class flags to determine which classes...
2007-07-23 Matthias Braunwarning fix
2007-07-11 Sebastian HackRemoved alternative assign: borders are too present...
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-11 Michael Becksimplified code
2007-07-11 Michael BeckC99 features reoved
2007-07-11 Matthias Braunuse bipartite solver again, as it doesn't silently...
2007-07-05 Michael BeckC99 feature removed
2007-07-04 Matthias Braunbe sure to not add a node twice to the bipartite matching
2007-07-04 Matthias Brauncleaner fix by Sebastian
2007-07-04 Matthias Braunfix for register allocation on constrained nodes with...
2007-06-21 Sebastian HackAdapted to stat events
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-18 Matthias Braunfixed warnings
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-11 Christoph MallonDo not generate a Copy node for an operand if the is...
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
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-26 Michael BeckFixed bad memory leak:
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braunno strange stuff for including alloca anymore, use...
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-23 Christian WürdigAllow any class when there is no special register requi...
2007-03-19 Matthias BraunThe big committ:
2007-02-23 Christian Würdigremoved C99 style
2007-02-22 Matthias Braun- force liveness update in belady spiller, (someone...
2007-02-22 Matthias Braunmake code a little bit nicer, don't create copies for...
2007-02-05 Matthias Braunmagic only needed in debug mode
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-11 Matthias Braunoops, now benumb is really unused
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-11-27 Christian Würdigswitched bipartite matching to hungarian method
2006-10-24 Matthias Braunmake statfile available to the whole backend, output...
2006-10-06 Christian Würdigfixed constraint insn walker
2006-09-28 Sebastian HackInserting copies for constrained inputs which have...
2006-09-09 Sebastian HackAdded some statistics events
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-14 Sebastian HackAdding copies for arguments that occur multiple times...
2006-08-14 Sebastian HackMore precise copy insertion for constrained instructions
2006-08-04 Matthias Braunfix a few more warnings
2006-08-03 Christian Würdigfixed constrain handling
2006-08-01 Sebastian HackFixed some bugs
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-23 Christian Würdigremoved defines which are in irtools.h now
2006-06-22 Sebastian HackFixed a memory leak
2006-05-08 Michael Beckused new assure_doms() function
2006-05-02 Sebastian HackSmall changes
2006-04-21 Michael BeckFixed creation of Copy before Call
2006-04-20 Michael Beckused foreach_pset() for clearness
2006-04-06 Sebastian HackAdded included support for be_insn_t
2006-04-05 Sebastian HackGet additional ignore registers from ABI
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigremoved some unused variables
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-23 Sebastian HackFixed a bug
2006-03-23 Sebastian HackAdded silent/loud mode for constraint handling
2006-03-22 Daniel Grundbugfix
2006-03-22 Sebastian HackMoved assertion to right position
2006-03-22 Sebastian HackFixed a bug concerning ignore registers (they mey not...
2006-03-22 Sebastian HackFixed some bugs
2006-03-22 Christian Würdigfixed a bug
2006-03-20 Sebastian HackRewrote constraint handling
2006-03-16 Sebastian HackHandled RegParams and Barriers better in constraint...
2006-03-16 Daniel GrundAdded assert for ignore regs
2006-03-16 Christian Würdigchanged to dump wrapper
2006-03-16 Sebastian HackModified constraint coloring
2006-03-15 Sebastian HackAdded a const
2006-03-15 Sebastian HackFixed several bugs in the constraint coloring routine
2006-03-02 Sebastian HackSeveral bugfixes
2006-02-24 Sebastian HackSeparated dominance frontier calculations again
2006-02-21 Sebastian HackRenamed be_introduce_copies*
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
next