Adapted to stat events
[libfirm] / ir / be / bessadestr.c
2007-06-21 Sebastian HackAdapted to stat events
2007-06-21 Christoph MallonDo not perm ignored nodes.
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-14 Sebastian Hack* Changed the liveness API:
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-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-11 Matthias Braunsome cleanups to ifg code, move ifg specific code to...
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-09-09 Sebastian HackAdded some statistics events
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-11 Christian Würdigirn classify is now a mask
2006-08-04 Matthias Braunplace duplicates after perm
2006-07-31 Sebastian HackAdapted to new liveness
2006-06-28 Christian Würdigcommented out some asserts
2006-06-23 Christian Würdigrespect chordal settings for dumping
2006-06-01 Johannes Spallekchanged ifg->nodes_interfere to values_interfere becaus...
2006-06-01 Christian Würdigchanged assert caused by killed Conv signed <-> unsigned
2006-05-29 Christian Würdigfixed asserting on modes
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-22 Michael Beckreplaced malloc by xmalloc
2006-03-16 Christian Würdigchanged to dump wrapper
2006-03-16 Daniel GrundBugfixed liveness info computation
2006-03-02 Sebastian HackSeveral bugfixes
2006-01-18 Sebastian HackAdapted to new benode.c
2006-01-11 Daniel Grundrefactored changes of yesterday
2006-01-10 Christian Würdigfixed perm placements
2006-01-05 Michael Beckmissing include added
2005-12-20 Daniel GrundRefactored and bugfixed bessadestr.c
2005-12-15 Sebastian HackBuild Proj when the Perm has been built. This is necces...
2005-12-08 Sebastian HackMade everything really kaputt
2005-09-29 Daniel Grundbelady spiller, initial version
2005-08-26 Daniel GrundBugfixes
2005-08-16 Daniel GrundBugfix
2005-08-09 Daniel Grundbug fixes in ssa destruction. some other fixes
2005-08-01 Daniel Grundremoved check_heads assertions
2005-07-29 Daniel GrundCopied register assignments from in's to out's for...
2005-07-29 Sebastian HackModified everything
2005-07-28 Daniel GrundBugfixed the computation of a lower bound for the costs...
2005-07-28 Daniel GrundRemoved phase which elimiated phi interferences.
2005-07-28 Daniel GrundChanged ->link to set_irn_link.
2005-07-22 Michael Beckremoved C99 features
2005-07-22 Daniel GrundChecker now external visible. Bugfixed multiple-column...
2005-06-16 Sebastian HackSome fixes
2005-06-16 Sebastian HackRecent version :-)
2005-06-15 Michael Beckconfig.h include added
2005-06-14 Daniel GrundAdded perm serach in SSA-destruction. changed all usage...
2005-06-09 Daniel GrundAdded SSA destruction. Bugfixes, small improvements.
2005-06-07 Daniel GrundAdded ssa destruction. TODO: Perm placement.