besched: Change sched_foreach_from(sched_next(x), y) to sched_foreach_after(x, y).
[libfirm] / ir / be / bespill.h
2012-12-12 Matthias Braunremove license stuff from files
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2010-07-02 Matthias Braunchange spiller and related interface to use ir_graph...
2009-08-11 Matthias Braun- implement output constraint enforcement for new regis...
2008-07-23 Matthias Braunbelady fixes/cleanups
2008-06-12 Michael Beck- add doxygen comment
2008-03-16 Sebastian HackBelady2 fixes
2008-01-02 Michael Beckupdate copyright message
2007-11-03 Matthias Braunreport nextuse place in beuses, add a function which...
2007-10-14 Matthias Braunmore intelligent spill placement, should move spills...
2007-09-12 Sebastian HackDeveloped further... might be unstable. so don't use...
2007-08-14 Sebastian HackAdded misc stuff
2007-08-09 Sebastian HackFixed a const warning
2007-08-04 Sebastian HackFixed several bugs
2007-08-03 Sebastian HackFixed several bugs
2007-05-29 Matthias Brauncleanups in spill helper code
2007-05-18 Matthias Braunrework rematerialisation code to look at execution...
2007-05-01 Michael Beckremoved useless includes
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-24 Christian Würdigbe_add_remat does not take register class any longer...
2007-01-15 Christian Würdigremoved dependencies on chordal_env
2007-01-12 Matthias Braunmake belady and morgan spillers independent from chorda...
2007-01-10 Matthias Braunadded possibility to place explicitely rematted nodes...
2006-12-13 Christian Würdigbe_add_reload now takes reload register class as additi...
2006-12-13 Michael Becktypo fixed
2006-11-17 Matthias Braunimprove documentation
2006-10-27 Matthias Braunimproved docu of bespill.h
2006-09-20 Matthias Braunsort spill candidates by spill costs in morgan spiller...
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-07-03 Matthias Braun- placing be_copies is now an extra spill phase (to...
2006-06-12 Matthias Braun- place copies in a separate walk before the belady...
2006-06-12 Matthias Braunfixed bug where morgan spiller was spilling more values...
2006-06-07 Matthias Braun- Don't use a callback for deciding whether to spill...
2006-05-26 Matthias Braun- removed code from belady spiller that removes unused...
2006-05-26 Matthias Braun- Added a function that finds and removes dead nodes...
2006-04-21 Michael BeckBugFix: qsort compare function for soill slots
2006-03-30 Michael Beckadded be_set_spill_env_dbg_module() to access anonymous...
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-01-16 Daniel GrundAdded a computation for spill-slot (offset) assignment.
2005-12-08 Sebastian HackMade everything really kaputt
2005-10-05 Daniel Grundhalf a ton of bugfixes.
2005-09-30 Daniel Grund*** empty log message ***
2005-09-30 Daniel Grundadapted belady to new spill.h
2005-09-30 Sebastian HackMinor changes
2005-09-30 Sebastian HackMore generalization
2005-09-30 Daniel Grundcommon spilling things