- fixed some memory leaks
[libfirm] / ir / be / beschednormal.c
2008-10-24 Michael Beck- fixed some memory leaks
2008-10-24 Michael Beck- small cleanup
2008-10-24 Michael Beck- reserve the visited resource
2008-10-24 Michael Beck- use xmalloc instead of malloc
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-22 Christoph MallonCorrectly caclulate the register use in the Op(x, x...
2008-07-09 Matthias Braunfix warnings
2008-05-15 Christoph MallonImprove sorting of roots: place live-out nodes later.
2008-05-08 Christoph MallonImprove scheduling: ignore keeps, sort roots by height.
2008-04-02 Christoph MallonSkip Projs in cost calculation.
2008-04-02 Christoph MallonRemove dead code.
2008-02-22 Christoph MallonSeveral fixes for normal scheduler.
2008-01-02 Michael Beckupdate copyright message
2007-09-17 Christoph MallonAdd TODO.
2007-09-12 Matthias Braunfix warning
2007-09-05 Michael Becksvn properties added
2007-09-04 Christoph MallonHandle nodes with block predecessors.
2007-09-04 Christoph MallonFix normal scheduler
2007-08-25 Christoph MallonDrastically lower the runtime of the strong normal...
2007-08-20 Michael BeckC99 feature removed
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...