beifg: Factorise code to count interference components.
[libfirm] / ir / ir / irgwalk_blk.c
2012-12-12 Matthias Braunremove license stuff from files
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-09 Michael BeckFurther spread size_t.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braundifferentiate between Bad and Deleted (because of excha...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-12-21 Matthias Braunno unnecessary comments behind #include
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Michael Beck- we need irg_walk_blkwise_dom_top_down() instead of
2008-10-06 Michael Beck- implemented irg_walk_blkwise_dom_graph()
2008-10-06 Michael Beck- indentation fixed
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-02 Michael Beckupdate copyright message
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-25 Matthias Braungeneralize the inside_walk flags: we have using_visited...
2007-01-16 Christian Würdiguse inside_block_walk and inside_irg_walk flaks to...
2006-10-25 Christian Würdigadded additional walker following depedency edges
2005-11-18 Michael Beckremoved bool type and depency of stdbool.h (not C89)
2005-09-01 Michael Beckused HASH_PTR() now
2005-08-31 Michael BeckFixes for gcc4.0: void * and pointer to functions are...
2005-08-25 Michael BeckBugFix: predecessors of End nodes might be Blocks
2005-08-01 Michael Becknew implementation based on Sebastians idea which works...
2005-07-25 Michael Beckensure that the end block is always the last in the...
2005-07-19 Michael BeckFixed node collection: Must be done in post walker...
2005-01-11 Michael Beckused new hooks instead of firmstat
2004-12-02 Michael Beckfixed config.h include
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-07-20 Michael Beckirgwalk_blk.c added