we don't need no stinking selfs
[libfirm] / ir / be / bespillslots.c
2008-05-14 Michael BeckBugFix: the spillslot coalescer need the ProjM nodes ...
2008-05-14 Michael Beck- modeled vfisttp using a dummy output value, this...
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-03-07 Matthias Brauna bit of code cleanup and reformating
2008-01-02 Michael Beckupdate copyright message
2007-11-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-08-08 Matthias Brauncatch bad spillslot/memory networks
2007-08-08 Matthias Braun- Fix unsigned->double, double->unsigned convs
2007-06-21 Sebastian HackAdapted to stat events
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-13 Matthias BraunProjMs should not be scheduled
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-16 Matthias Braunadded some special cases so spilled unknown get handled...
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-02-23 Christian Würdigremoved dependency on chordal_env
2007-02-22 Matthias Braundisabled a verify warning which wasn't always correct
2007-01-24 Matthias Braunmake projs of calle/caller save register and call retur...
2006-12-18 Matthias Braunthe spillslot coalescer is now a general frame entity...
2006-12-18 Matthias BraunAdd a variant of the spillslot coalescing API where...
2006-12-13 Michael Beckrename type entity into ir_entity
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