cleanup: Remove unnecessary #include "beirg.h".
[libfirm] / ir / be / belistsched.c
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-07-13 Christoph MallonRemove the unused ir/adt/iterator.[ch].
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2011-12-19 Matthias Braunplug more leaks
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias Braunadd priority classes to scheduler, create prolog and...
2011-03-04 Matthias Brauncleanup listscheduler code
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 Braunremove support for schedule preparation steps (both...
2011-02-16 Andreas ZwinkauRemoved: list_sched_single_block
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunremove MacroBlock concept
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*
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2009-11-06 Matthias Braunmore robust detection of start nodes in listsched;...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-12 Michael Beck- let option "hmuchnik" select the heuristic muchnik...
2008-10-11 Christoph MallonRemove the unused attributes const arch_env_t *arch_env...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-30 Matthias Brauncleanup statistics stuff
2008-09-21 Matthias Braunuse mallonscheduler(aka listsched-select=normal) as...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-07-30 Christoph MallonRemove last remaining SCHEDULE_PROJS.
2008-05-24 Michael Beckarch_env_* macros updated
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-01-02 Michael Beckupdate copyright message
2007-12-28 Michael BeckIgnore Block->Block out edges when iterating over all...
2007-09-27 Michael Beckdo not schedule nodes only hold by the anchor
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-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-03 Michael Beckbackend part is always WITH_LIBCORE :-)
2007-07-03 Michael Beckadd sopport for compile without WITH_LIBCORE
2007-06-21 Matthias Braunfixed scheduler, fpu
2007-06-21 Sebastian HackAdapted to stat events
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-18 Michael Beckremoved superflous LC_OPT_ENT_NULL, use LC_OPT_LAST...
2007-06-18 Matthias Braunfixed warnings
2007-06-08 Matthias Braunno need to call update_liveness for initial live in...
2007-04-30 Christian Würdigunified mein file comments
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-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-03-19 Matthias BraunThe big committ:
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...
2007-02-16 Matthias Braunonly schedule syncs immediately, not all mode_M values
2007-02-08 Matthias Braunreformatted
2007-02-06 Christian Würdigdo not schedule Unknown
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-18 Matthias Braunfix belistsched for new scheduling API
2006-10-24 Christian Würdigmoved options fomr group "sched" to group "listsched"
2006-10-13 Christian Würdigrecompute edges before scheduling
2006-10-09 Christian Würdigdo not schedule node having no users
2006-10-05 Adam Szalkowskienumaration of possible enum values is now done by...
2006-09-25 Christian Würdigmake memory nodes immediatly ready
2006-09-25 Christian Würdigmoved scheduler options to scheduling module
2006-09-21 Christian Würdigadded missing include
2006-09-20 Christian Würdigadded scheduling preparation switch
2006-09-08 Matthias Braunrandom scheduler, fix no spillslot coalescing flag
2006-08-31 Sebastian Hackmode_T nodes can also have dep edges
2006-08-30 Matthias Braunfix warning
2006-08-29 Christian Würdigmoved selector implementations into separate modules
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-17 Christian Würdigadjusted heuristic node selector
2006-08-15 Christian Würdigadded some new backend options
2006-08-15 Christian Würdigadded heuristic selection from mueller diss
2006-08-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
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)
next