cleanup: Remove unnecessary #include "beirg.h".
[libfirm] / ir / be / beblocksched.c
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-13 Christoph MallonUse get_blocksched_entry().
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-06-21 Matthias Braunmake basic block scheduler more deterministic
2012-06-06 Matthias Braunbe: expose be_options variable globally
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-08-12 Matthias Braunlpp: call the constraint types lpp_{less|greater}_equal...
2011-08-12 Matthias Braunconsistently give all lpp functions an lpp_ prefix
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-16 Matthias Braunremove remaining WITH_ILP uses, fix bug introduced...
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias Brauncleanup/flatten some backend options
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-06 Matthias Brauncleanup/fix ilp code
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-01-03 Michael BeckI was annoyed by the compiler warnings about implicit...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-09-01 Matthias Braun- improve block scheduling heuristic by deciding a...
2008-10-18 Christoph MallonRemove unused variable.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-09-10 Michael Beckuse panic instead of assert(0 & "...")
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braunuse libfirm timing facilities
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-02 Michael Beckupdate copyright message
2007-10-28 Matthias Braunend block can also have 0 predecessors
2007-10-26 Matthias Braunsmall optimisation and cleanup
2007-10-26 Matthias Braunadded some comments, don't make backedges fallthrough...
2007-07-03 Michael Beckbackend part is always WITH_LIBCORE :-)
2007-07-03 Michael Beckadd sopport for compile without WITH_LIBCORE
2007-06-18 Michael BeckFixed initialization of option tables
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-05-17 Christoph MallonUse the proper magic word (get_Block_n_cfgpreds())...
2007-05-01 Michael Beckremoved useless includes
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigadded cast to avoid compiler warning
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-19 Matthias BraunThe big committ:
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-01-31 Michael Beckreorder some expressions to reduce register usage
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-13 Matthias Braunfixes for latest be changes
2006-12-11 Matthias Braun- Several warning fixes
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-10-09 Matthias Braunfix blocksched for blocks with arity==0
2006-10-07 Christian Würdigchanged printf to DBG output
2006-10-06 Christian Würdigremoved redundant comment
2006-10-05 Christian Würdigfixed missing include
2006-10-02 Michael BeckC99 feature removed
2006-09-30 Matthias Braun- Added 2 new blockschedulers, a greedy algorithm and...