removed assertion (spill value can have another class than reload)
[libfirm] / ir / be / bespillslots.c
2006-12-13 Christian Würdigremoved assertion (spill value can have another class...
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-10-12 Matthias Braunput bespill options into separate file
2006-09-11 Matthias Braunspillslot coalescing statistics
2006-09-09 Sebastian HackAdded some statistics events
2006-09-08 Matthias Braunrandom scheduler, fix no spillslot coalescing flag
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-28 Matthias Braunfix wrong sorting of affinity edges
2006-08-14 Matthias Brauncorrect fix
2006-08-14 Matthias Braunfix for looping memphis
2006-08-14 Matthias Braunfix typo
2006-08-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-10 Matthias Braun- lower MemPerms into a series of pushs and pops
2006-08-09 Matthias Braun- place memperms in the predblocks of the memphi, not...
2006-08-09 Matthias Braun- Fixed bugs in schedule verifier
2006-08-08 Matthias Braun- improve scheduling of memperm
2006-08-08 Matthias Braun- compute liveness for (nearly) all nodes
2006-08-07 Matthias Braun- Schedule memperm node
2006-08-05 Matthias Braunuse custom value_interfere function in verifiers (which...
2006-08-04 Matthias Braun- new spillslot verifier (doesn't catch all errors...
2006-08-04 Matthias Braun- another warning fix
2006-08-04 Matthias Braun- forgot to add some files