we don't need no stinking selfs
[libfirm] / ir / be / beschedrss.c
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-01-02 Michael Beckupdate copyright message
2007-11-26 Christoph MallonFixed warning regarding incompatible types in return.
2007-11-25 Michael BeckFixed warning regarding const
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-10-12 Matthias Braunfixed a bunch of warnings
2007-08-17 Sebastian HackChanged API of listscheduler
2007-08-16 Sebastian HackAdded computation of live sets
2007-07-03 Michael Beckbackend part is always WITH_LIBCORE :-)
2007-07-03 Michael Beckadd sopport for compile without WITH_LIBCORE
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
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ürdigadded new licence header
2007-04-19 Christian Würdigfixed more signed vs unsigned warnings
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunuse ir_nodeset in scheduler
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-01-25 Michael BeckOpcodes for rss_Sink and rss_Source are created only one
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-11 Matthias Braun- Several warning fixes
2006-10-24 Matthias Braunwarnign fixes
2006-10-17 Christian WürdigPhi as consumer of normal node is out edge
2006-10-16 Christian WürdigBugFix: Phi as user of normal node is no descendant...
2006-10-13 Christian Würdigfixed endless loop
2006-10-11 Christian Würdigadded several bugfixed and code changes
2006-10-05 Adam Szalkowskienumaration of possible enum values is now done by...
2006-09-28 Christian Würdigfixed serialization: cfops are not allowed as serializa...
2006-09-27 Christian Würdigdo not add dependency edges for Keeps and Barriers
2006-09-26 Christian Würdigfixed descendant collector, causing an endless loop...
2006-09-25 Christian Würdigfixed dvg update
2006-09-25 Christian Würdigfixed bipartite decomposition
2006-09-25 Christian Würdigadded descendent walk visited flag, due to Phi loops
2006-09-25 Christian Würdigadded options
2006-09-21 Christian Würdigchanged behaviour, use real nodes instead of projs
2006-09-20 Christian Würdigremoved debug mask set
2006-09-20 Christian Würdigfinalized code
2006-09-15 Christian Würdigcompleted code, added tons of bugfixes but still not...
2006-09-13 Christian Würdiginitial checkin of rss scheduler (still unfinished!)