cleanup: Remove unnecessary #include "beirg.h".
[libfirm] / ir / be / belistsched.h
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
2011-03-04 Matthias Braunremove mostly unused/broken liveness tracking in scheduler
2011-03-04 Matthias Braunremove to_appear_in_schedule function, use flags instead
2011-03-04 Matthias Braunrework schedulers to register similar like regallocator...
2011-03-04 Matthias Brauncleanup besched header
2011-02-16 Andreas ZwinkauRemoved: list_sched_single_block
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-12 Michael Beck- add comment describing which scheduler function can...
2008-01-02 Michael Beckupdate copyright message
2007-08-18 Christoph MallonRemove an unnecessary layer of indirection from the...
2007-08-18 Christoph MallonAdd a scheduler based on the strong normal form theorem...
2007-08-17 Sebastian HackChanged API of listscheduler
2007-06-21 Sebastian HackAdapted to stat events
2007-05-01 Michael Beckremoved useless includes
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-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-03-15 Christian Würdigadded function to schedule single block (needed as...
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2006-12-15 Christian Würdigmoved beirg.h include from be.h to files which use it
2006-09-25 Christian Würdigmoved scheduler options to scheduling module
2006-09-08 Matthias Braunrandom scheduler, fix no spillslot coalescing flag
2006-08-29 Christian Würdigmoved selector implementations into separate modules
2006-08-15 Christian Würdigadded some new backend options
2006-05-30 Christian Würdigmris must be enabled explicitly now
2006-04-19 Michael BeckBugFix:
2006-04-11 Christian Würdigadded missing include
2006-04-11 Sebastian HackChanged interface
2006-04-10 Michael BeckImplemented full list scheduler using delay and earlies...
2006-04-03 Michael Beckimplemented nodeset: a pointer set using node numbers...
2006-03-15 Michael Beckremoved dependency
2006-03-12 Sebastian HackJumps are now in the schedule.
2006-01-24 Sebastian HackSome minor changes
2006-01-23 Daniel Grund:wq
2006-01-20 Christian Würdigfixed typo
2006-01-20 Sebastian HackAdded to_appear_in_schedule to the selector
2006-01-18 Sebastian HackAdapted to new benode.c
2005-12-08 Sebastian HackMade everything really kaputt
2005-10-10 Daniel Grundbugfixes
2005-03-14 Sebastian HackAdded be arch reflection/backend support infrastructure.
2004-12-15 Sebastian HackAdded register allocator.
2004-12-08 Sebastian HackAdded some backend stuff. nothing big, just a basis.