irn classify is now a mask
[libfirm] / ir / be / belistsched.c
2006-08-11 Christian Würdigirn classify is now a mask
2006-08-04 Matthias Braunfix a few more warnings
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-10 Christian Würdigadded recursion break to descent
2006-07-06 Christian Würdigadded some debug stuff
2006-06-23 Christian Würdigchanged to_appear_in_schedule: 1 - yes, 0 - no, -1...
2006-05-30 Christian Würdigmris must be enabled explicitly now
2006-05-02 Sebastian HackSpecial handling for Bad nodes
2006-04-19 Michael BeckBugFix:
2006-04-18 Christian Würdigremoved MIN/MAX macros (in irtools.h now)
2006-04-11 Sebastian HackChanged interface
2006-04-10 Michael BeckImplemented full list scheduler using delay and earlies...
2006-04-08 Christian Würdigadded scheduling statistics for number of ready nodes
2006-04-07 Christian Würdigadded const irn classifier
2006-04-06 Michael Beckhandle keep-alive Blocks
2006-04-03 Michael Beckimplemented nodeset: a pointer set using node numbers...
2006-03-31 Michael Beckmore comments added
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-12 Sebastian HackJumps are now in the schedule.
2006-03-02 Sebastian HackSeveral bugfixes
2006-01-25 Sebastian HackMinor changes
2006-01-24 Sebastian HackAdded special treatment of Keep nodes
2006-01-24 Sebastian HackSome minor changes
2006-01-20 Sebastian HackAdded to_appear_in_schedule to the selector
2006-01-17 Sebastian HackAdded a register pressure sensitive scheduler
2006-01-09 Christian Würdigfixed typo
2005-12-08 Sebastian HackMade everything really kaputt
2005-11-22 Christian Würdigbearch_firm is now in a subdir
2005-10-10 Daniel GrundBugfixes, Unknown-stuff, Heuristic for maximum independ...
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-08-29 Sebastian HackMoved normalize projs to bemain.c
2005-06-15 Sebastian HackFixed a bug in scheduling and adapted coloring
2005-06-07 Sebastian HackChanged sched_add to sched_add_before
2005-03-14 Sebastian HackAdded be arch reflection/backend support infrastructure.
2005-01-07 Daniel Grundincluded phi stat in normal main loop.
2005-01-05 Sebastian HackFixed a bug.
2004-12-21 Michael Beckremoved C99 construct
2004-12-17 Sebastian HackAdded workaround for end block keepalive edges.
2004-12-16 Sebastian HackAdapted to new debug interface.
2004-12-15 Sebastian HackAdded register allocator.
2004-12-09 Florian Liekwegdo C99 compliance
2004-12-08 Sebastian HackAdded some backend stuff. nothing big, just a basis.