Remove arch_get_allocatable_regs().
[libfirm] / ir / be / beblocksched.c
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...