typo fixed
[libfirm] / ir / be / besched_t.h
2008-08-21 Christoph MallonCorrect assertion.
2008-07-30 Christoph MallonRemove last remaining SCHEDULE_PROJS.
2008-01-02 Michael Beckupdate copyright message
2007-12-14 Michael Beckrestored old behavior of dump_ir_*_sched() functions...
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-16 Matthias Braunremove old unused code from belady, improve schedule...
2007-01-25 Michael Beck- speed up sched_skip()\n- fix and add doxygen comments
2007-01-10 Michael BeckAdd missing $ for CVS keyword expansion
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-18 Michael Beckremoved C99 features
2006-12-18 Matthias Braun- Added a few asserts to the besched API, so you can...
2006-08-18 Christian Würdigis_scheduled flag is now unsigned
2006-08-15 Christian Würdigfixed indent
2006-08-08 Matthias Braun- compute liveness for (nearly) all nodes
2006-04-29 Adam Szalkowskifixed something that took me 1 hour to find
2006-03-20 Michael Beckdoxygen docu added
2006-03-12 Sebastian HackJumps are now in the schedule.
2006-01-24 Sebastian HackSome minor changes
2006-01-20 Sebastian HackList schedule selectors have new function which allows...
2006-01-11 Christian Würdigfixed typo
2006-01-10 Sebastian Hacksched remove reinitializes the node's list head
2005-10-10 Daniel Grundscheduled Immediates to uses
2005-10-05 Daniel Grundhalf a ton of bugfixes.
2005-09-30 Daniel Grund*** empty log message ***
2005-09-29 Daniel Grunda new better version.
2005-09-29 Daniel Grundbelady spiller, initial version
2005-07-29 Sebastian HackModified everything
2005-07-27 Sebastian HackFixed beirgmod and introduced some debugging prints...
2005-07-26 Sebastian HackFixed several bug and introduced some others
2005-07-15 Sebastian HackSmall bugfixes
2005-06-16 Sebastian HackRecent version :-)
2005-06-15 Sebastian HackFixed a bug in scheduling and adapted coloring
2005-06-14 Sebastian HackChanged semantics of sched_prev and sched_next.
2005-06-02 Sebastian HackAdded beirgmod and benode
2005-01-26 Sebastian HackChanged __ to _
2004-12-15 Sebastian HackAdded register allocator.
2004-12-08 Sebastian HackAdded some backend stuff. nothing big, just a basis.