small optimisation (avoid some arch_irn_consider_in_regalloc
[libfirm] / ir / be / benewalloc.c
2009-09-16 Matthias Braunsmall optimisation (avoid some arch_irn_consider_in_reg...
2009-09-12 Michael Beck- C99 features removed
2009-09-10 Christoph Mallonlibcore wants int, not bool.
2009-09-10 Matthias Braunwe need last_uses even without preferences
2009-09-10 Matthias Braunsmall bugfix/cleanup of phi preference propagation
2009-09-10 Matthias Braunadd commandline options to disable preference, congruen...
2009-09-09 Matthias Braunmulti level optimistic split
2009-09-07 Matthias Braungive fewer penalties to neighbors of uses with multiple...
2009-09-06 Michael Beck- removed C99 features
2009-09-05 Matthias Braunavoid putting interfering stuff into the same congruenc...
2009-09-04 Matthias Braunnew heursitic for good coloring order; add utility...
2009-09-03 Matthias Brauntweak optimistic split heuristic to take execfreq of...
2009-09-03 Matthias Braunimprove hack to also work when the value has been ...
2009-09-03 Matthias Braundon't optimistically split these strange msut_be_differ...
2009-09-03 Matthias Braunfix (nearly) endless loops in some cases of propagate_phi
2009-09-02 Matthias Braunmerge preferences along congruence classes
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-28 Michael Beck- removed C99 features
2009-08-27 Matthias Braunimprove phi propagation
2009-08-25 Matthias Braunbenewalloc: refactorign assignment_t struct is not...
2009-08-25 Matthias Braunaddendum to the should_be_same fix: we also have to...
2009-08-24 Matthias Braunfix optimistical split
2009-08-24 Matthias Braun- First version of optimistic splitting
2009-08-20 Matthias Brauna first try to propagate phi preferences upwards
2009-08-18 Sebastian Buchwaldtypos
2009-08-17 Matthias Braunbenewalloc: more special casing of unknowns as phi...
2009-08-17 Matthias Braunbenewalloc: fix unknowns being used at phi inputs
2009-08-17 Matthias Braunbenewalloc: fix assert hitting when dying value was...
2009-08-17 Matthias Braungenerally rewire inputs before enforce_constraints...
2009-08-16 Matthias Braunbenewalloc: fix enforce_constraints sometimes looking...
2009-08-16 Matthias Braunfix output constraints not always being respected
2009-08-16 Matthias Brauncleanup and fix permutate_values (3-cycles and values...
2009-08-16 Michael Beck- removed C99 features
2009-08-14 Matthias Braunfree values again if we know we don't need them anymore
2009-08-14 Matthias Braunbenewalloc: fix live-in values without phis not getting...
2009-08-14 Matthias Braunfix more bugs in new allocator
2009-08-14 Matthias Braunfix a bug in constraint enforcement; improve phi handli...
2009-08-14 Matthias Braunbenewalloc: cleanups; dump intermediate results; rework...
2009-08-12 Christoph MallonMinor corrections.
2009-08-11 Matthias Braun- implement output constraint enforcement for new regis...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-08-03 Matthias Brauninitial work for phi-nodes (ifs should work, loops...
2009-08-03 Matthias Braunmore work on permutate values (not finished yet)
2009-08-02 Matthias Braunfix a few bugs in benewalloc, split codegen timer in 2
2009-07-31 Matthias Brauncleanup backend: make pre_spill_prepare_constraint...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-24 Michael Beck- add some doxygen comments laying around
2009-06-02 Michael Beck- svn properties added
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-03-09 Michael Beck- C99 feature removed
2009-03-09 Matthias Braunnew register allocator