added cast to avoid compiler warning
[libfirm] / ir / be / beblocksched.c
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...