s/Block_not_block_visited(x)/!Block_block_visited(x)/.
[libfirm] / ir / ir / irgwalk.c
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-04-10 Michael Beck- replaced brain-damaged recursive version of get_cf_op...
2008-02-16 Matthias Braunadd lower_const_code, make begnuas skip Id nodes
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-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-06-18 Michael Beckcleaned up code
2007-06-01 Matthias Braunmoved external headers into include dir
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-12-13 Michael Beckrename type entity into ir_entity
2006-11-13 Michael BeckUse is_Bad() where appropriate
2006-10-25 Christian Würdigadded additional walker following depedency edges
2006-08-11 Michael Beckcache current_ir_graph for better code
2006-05-09 Michael Beckirg_walk_anchors() added. Needed for iredges.
2006-04-07 Michael Beckintroduced node index: a small unique per graph node...
2006-03-03 Michael Beckused new is_Call()
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-14 Michael Beckestimated node count calculation added
2005-08-31 Michael BeckFixes for gcc4.0: void * and pointer to functions are...
2005-08-11 Michael Beckused Block_not_block_visited() instead of explicit...
2005-01-11 Michael Beckused new hooks instead of firmstat
2005-01-05 Michael Beckrenamed fucntions is_x*_type() to is_X*_type() to preve...
2004-12-23 Michael Beckfixed the type of the visited counter
2004-12-02 Michael Beckfixed config.h include
2004-11-10 Michael BeckSome doxygen comments added
2004-11-10 Götz LindenmaierCall_calleesl now with unknown entity instead of NULL.
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-09-08 Michael BeckMake sure dead blocks will be reached by irg_block_walk()
2004-08-31 Götz Lindenmaierremoved never finished code
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-20 Michael Beckadded comments, removed out-commented code
2004-07-08 Götz Lindenmaiervarious changes to get firm faster
2004-07-07 Florian Liekwegtolerate Bad nodes in cg_walk
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-14 Götz Lindenmaier*** empty log message ***
2004-05-26 Michael Beckstatistic function hooks added
2004-04-28 Götz Lindenmaiermake libfirm faster
2004-04-02 Andreas SchösserImplemented the computation of outedges in interprocedu...
2004-02-27 Götz Lindenmaiersome simple optimizations for execution speed
2004-01-16 Götz Lindenmaierbugfix: not all nodes visited!
2003-12-02 Götz Lindenmaierbugfix in ircgcons and some additional features
2003-11-14 Götz Lindenmaierremoved makro calls, dokumentation
2003-08-19 Michael BeckMake prefixes for most (hopefully all) enum values...
2003-08-19 Götz Lindenmaieradded copyright headers
2003-06-23 Till Riedelintoduced kind field to mode node graph
2003-01-20 Boris Boesler*** empty log message ***
2003-01-13 Michael BeckMove init_ip_walk() and enter_ip_walk() definitions...
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-19 Götz LindenmaierAdded static to static methods
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-09-13 Götz LindenmaierBugfix in walk_const_code
2002-09-11 Götz Lindenmaierwalker for complete interprocedural graph
2002-09-02 Götz LindenmaierAdded walker for const code
2002-08-23 Boris Boeslercompileable with -Wall and bugfixing
2002-08-07 Götz Lindenmaier implemented scc algorithm. Added datastructure to...
2002-06-19 Götz LindenmaierAdded interprocedural view.
2002-04-16 Florian LiekwegAdded Exception marking support --flo
2002-02-14 Götz Lindenmaierminor changes to help with making the ajacs-jikes backend
2002-01-23 Götz LindenmaierImplemented support for endless loops:
2001-11-28 Boris Boesleradded Id tag
2001-11-19 Götz Lindenmaier Addded method to replace in array os a node in irnode
2001-11-09 Boris Boeslerirgopt.c, irgwalk.c : bugfix
2001-03-05 Boris Boesleradded
2000-08-16 Götz Lindenmaier*** empty log message ***
2000-08-16 Götz Lindenmaier*** empty log message ***
2000-07-06 Christian Schäferadded some name convetions
2000-07-06 Christian Schäferchanged ir_vrfy and vrfy_graph to irn_vrfy and irg_vrfy!
2000-07-06 Christian Schäferimplemented dead node elimination. Doesnt run yet.
2000-05-16 Christian SchäferInitial revision