verify: Clarify assertion message.
[libfirm] / ir / ir / irgwalk.c
2012-11-27 Sebastian BuchwaldFixed warnings introduced in 97080a1af7b7e8a4969d2fba25...
2012-11-27 Christoph Mallonirgwalk: Remove unnecessary skip_Id().
2012-11-26 Matthias Braunget rid of get_irg_estimated_node_count
2012-08-08 Christoph Mallonuse is_$KIND(n) instead of get_irn_op(n) == op_$KIND.
2012-08-08 Christoph Mallons/get_irn_n(irn, -1)/get_nodes_block(irn)/.
2012-06-14 Christoph MallonRemove compound path initializers.
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-05-23 Matthias Braunirg_walk_anchors uses visited field, reserve it
2011-05-06 Matthias Braunverify that all blocks can be found by walk_block_graph
2011-04-28 Matthias Braunlittle cleanup in block walker code
2011-04-14 Christoph MallonRevert "Let the block walker enter endless loops only...
2011-04-14 Christoph MallonLet the block walker enter endless loops only at kept...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-02 Michael BeckFixed size_t related warnings.
2011-02-09 Michael BeckFurther spread size_t.
2011-02-08 Matthias Braunfurther spread size_t
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunadapt current_ir_graph in irg_walk
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-05 Matthias Braunmake irg_walk_2 public
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-03-03 Moritz Kroll- walk_const_code now walks all segments, not just...
2009-01-20 Matthias Braunfix warnings
2008-12-10 Michael Beck- changed handling of block walks: we might reach a...
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
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
next