Changed phase node initializer to take const ir_node
[libfirm] / ir / be / besched.h
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-10-14 Matthias Braunmore intelligent spill placement, should move spills...
2007-09-12 Matthias Braunadd comment
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-18 Matthias Braunfixed fpu problems, several x87 fixes
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-18 Matthias Braun- Added a few asserts to the besched API, so you can...
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-05-26 Matthias Braun- Added a function that finds and removes dead nodes...
2006-03-26 Michael Beckadded sched_create_block_schedule() to create a simple...
2006-03-20 Michael Beckdoxygen docu added
2005-12-08 Sebastian HackMade everything really kaputt
2005-07-27 Sebastian HackFixed beirgmod and introduced some debugging prints...
2005-07-15 Sebastian HackSmall bugfixes
2005-06-15 Sebastian HackFixed a bug in scheduling and adapted coloring
2005-06-14 Daniel GrundAdded perm serach in SSA-destruction. changed all usage...
2005-06-14 Sebastian HackChanged semantics of sched_prev and sched_next.
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.