beifg: Factorise code to count interference components.
[libfirm] / ir / be / belive_t.h
2012-12-12 Matthias Braunremove license stuff from files
2012-11-28 Matthias Braunintroduce be_lv_foreach_cls and use it
2012-11-28 Matthias Braunrework liveness dumper
2012-11-26 Matthias Braunslightly optimize liveness code
2012-11-26 Matthias Braunmove all inline #defines to the begin of their headers
2012-11-26 Christoph Malloncleanup: Remove unnecessary #include from belive_t.h.
2012-11-26 Christoph Mallonbelive: Remove unused (and partially broken) macros.
2012-10-24 Matthias Braunmake statev API public
2012-07-16 Matthias Braunsimplify + optimize be_lv_foreach
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodehashmap_get(), which...
2012-07-13 Matthias Braunsimplify be_lv_foreach
2012-07-13 Matthias Braunremove write-only bitset
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-12-21 Matthias Braunirlivechk: remove need to pass in a DFS structure
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunbelive: use sparse hashmap for block->data mapping
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2008-11-13 Michael Beck- let be_liveness() take the irg, not the birg which...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-01-02 Michael Beckupdate copyright message
2007-09-10 Sebastian HackAdapted to new statev
2007-08-17 Sebastian HackChanged API of liveness
2007-06-21 Sebastian HackAdapted to stat events
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-19 Matthias BraunThe big committ:
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-11 Matthias Braun- Several warning fixes
2006-07-31 Sebastian HackAdapted to new liveness
2006-05-16 Sebastian HackCosmetic changes
2005-12-05 Michael Beckheaders should include "firm_config.h" instead of config.h
2005-07-15 Sebastian HackSmall changes
2005-06-16 Sebastian HackRecent version :-)
2005-01-26 Sebastian HackChanged __ to _
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.