belive: Inline be_lv_remove() into its only caller.
[libfirm] / ir / be / belive.c
2006-08-08 Matthias Braun- make liveness computation ignore end node (to avoid...
2006-08-08 Matthias Braun- compute liveness for (nearly) all nodes
2006-08-08 Sebastian HackAdded support for memory phis in liveness
2006-08-04 Matthias Braunfix a few more warnings
2006-07-31 Sebastian HackAdapted to new liveness
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-05-16 Sebastian HackCosmetic changes
2006-04-08 Michael BeckAdded an assertion to find next time wrong compare...
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-28 Michael Beckadd some comments
2006-03-17 Sebastian HackMoved several functions here.
2006-03-16 Sebastian HackLiveness dumping is dead
2006-01-20 Sebastian HackLiveness information is now dumped to vcg files
2005-12-14 Daniel Grundbe_liveness_dumpto
2005-08-29 Daniel GrundBefore benchmarking
2005-08-28 Sebastian HackAdded dominance checker
2005-08-16 Sebastian HackMisc changes
2005-07-15 Sebastian HackSmall changes
2005-06-16 Sebastian HackRecent version :-)
2005-01-31 Sebastian HackFixed liveness in loops an phi functions.
2005-01-13 Sebastian HackCall new interference function in phi_ops_interfere
2004-12-21 Michael Beckconfig.h added
2004-12-15 Sebastian HackAdded register allocator.
2004-12-08 Sebastian HackAdded some backend stuff. nothing big, just a basis.