belive: Directly pass the flags to set to live_end_at_block() instead of passing...
[libfirm] / ir / be / belive.h
2012-12-03 Christoph Mallonbelive: Directly pass the flags to set to live_end_at_b...
2012-11-26 Christoph Mallonbelive: Remove the declaration of the non-existent...
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from belive.h.
2012-11-24 Christoph Mallonbelive: Change be_liveness_nodes_live_at() to be_livene...
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-12-05 Matthias Braunbelive: move dumper to bedump, checker to beverify
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-11-13 Michael Beck- let be_liveness() take the irg, not the birg which...
2008-10-11 Christoph MallonRemove the unused function be_liveness_nodes_live_at_in...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-01-02 Michael Beckupdate copyright message
2007-10-15 Matthias Braunmake ir_node *irn const for liveness_remove
2007-08-17 Sebastian HackChanged API of liveness
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-18 Matthias Braunfixed fpu problems, several x87 fixes
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-05-22 Matthias Braunliveness variants with ir_nodeset_t
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-05-01 Michael Beckremoved useless includes
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-26 Matthias Braunwarning fix, documentation improvements
2007-02-14 Christian Würdigadded function get nodes nodes live at another includin...
2006-08-22 Matthias Braun- More verification checks before code emit
2006-08-01 Sebastian HackFixed some bugs
2006-08-01 Christian Würdigadded missing prototype
2006-07-31 Sebastian HackAdapted to new liveness
2006-03-17 Sebastian HackMoved several functions here.
2006-03-15 Michael Beckadded missing firm_types.h
2005-12-14 Daniel Grundbe_liveness_dumpto
2005-08-28 Sebastian HackAdded dominance checker
2005-08-16 Sebastian HackMisc changes
2005-01-13 Sebastian HackCall new interference function in phi_ops_interfere
2004-12-15 Sebastian HackAdded register allocator.
2004-12-08 Sebastian HackAdded some backend stuff. nothing big, just a basis.