Remove unused vars
[libfirm] / ir / be / bespillmorgan.c
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...