besched: Add and use sched_foreach_reverse_safe().
[libfirm] / ir / be / besched.h
2012-12-14 Christoph Mallonbesched: Add and use sched_foreach_reverse_safe().
2012-12-14 Christoph Mallonbesched: Add and use sched_foreach_safe().
2012-12-14 Christoph Mallonbesched: Change sched_foreach_reverse_from(sched_prev...
2012-12-14 Christoph Mallonbesched: Change sched_foreach_from(sched_next(x), y...
2012-12-12 Matthias Braunremove license stuff from files
2012-12-02 Christoph Mallonbesched: Add and use sched_replace().
2012-11-27 Christoph Mallonbesched: Remove redundant assert()s.
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from besched....
2012-11-24 Christoph Mallonbesched: Remove the unused/unnecessary functions sched_...
2012-11-05 Christoph MallonRemove stale comments.
2012-07-13 Christoph MallonRemove the unused macro sched_foreach_Phi().
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-01-10 Matthias Braunsched: do not show first->block schedule edge
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Sebastian BuchwaldFixed some typos.
2011-03-04 Matthias Braunrework schedulers to register similar like regallocator...
2011-03-04 Matthias Brauncleanup besched header
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-07 Michael BeckMostly reverted r27894, removed usage of unreachable.
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-07-02 Matthias Braunchange spiller and related interface to use ir_graph...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-05-15 Matthias Braunimprove sched_info datastructure, saving space and...
2008-11-27 Michael Beck- add a macro to iterate over the Phi nodes of a block...
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
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-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.