unified main comments
[libfirm] / ir / be / bespillmorgan.c
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-26 Michael BeckUse libFirm's obst.h instead of obstack.h
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-19 Matthias BraunThe big committ:
2007-01-30 Matthias Braunno need for bechordal_env in spiller interface anymore
2007-01-15 Christian Würdigremoved dependencies on chordal_env
2007-01-12 Matthias Braunmake belady and morgan spillers independent from chorda...
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-13 Christian Würdigbe_add_reload now takes reload register class as additi...
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-11-23 Matthias Braunformating
2006-11-17 Matthias Braunimprove documentation
2006-10-06 Matthias Braunno need to recalculate liveness and loop tree for each...
2006-09-30 Matthias Braun- Added 2 new blockschedulers, a greedy algorithm and...
2006-09-20 Matthias Braunfix typo
2006-09-20 Matthias Braunsort spill candidates by spill costs in morgan spiller...
2006-09-18 Matthias Braunfix
2006-09-18 Matthias Braunphis are really uses in the pred blocks and not in...
2006-09-13 Matthias Braunremove debug printf
2006-09-13 Matthias Braunremove debug printf
2006-09-12 Matthias Braunfix morgan spiller when breaking out of multiple loop...
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-28 Matthias Braunask abi about ignore regs
2006-08-27 Matthias Braun- Fix perform_memop stuff in bechordal_main after adams...
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-08 Matthias Braun- compute liveness for (nearly) all nodes
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-06 Matthias Braun- fix problems when phi values where spilled by morgan...
2006-07-03 Matthias Braun- oops
2006-07-03 Matthias Braun- no phase data needed
2006-06-21 Christian Würdigdump graph only if requested for chordal allocator
2006-06-12 Matthias Braunfixed bug where morgan spiller was spilling more values...
2006-06-08 Matthias Braun- make belady handle dont_spill nodes correctly again...
2006-06-08 Matthias Braun- fix wrong verify warnings about phi nodes using value...
2006-06-07 Matthias Braun- removed some more obsolete code
2006-06-07 Matthias Braun- Don't use a callback for deciding whether to spill...
2006-06-07 Matthias Braunfix a few memory leaks
2006-06-01 Christian Würdiguse verify options from chordal env
2006-05-29 Matthias Braun* changed verfier to handle delay_slots (theoretically...)
2006-05-26 Matthias Braun- removed code from belady spiller that removes unused...
2006-05-26 Matthias Braun- Added a function that finds and removes dead nodes...
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...