introduced node index: a small unique per graph node number
[libfirm] / ir / ir / irgwalk.c
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