Added support for SymConst(ofs_ent)
[libfirm] / ir / be / bespillmorgan.c
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...