Replaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by new get_nodes_block()/set_nodes_...
[libfirm] / ir / ir / irgmod.c
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-06-18 Michael Beckremoved old code artefact
2007-06-17 Matthias Braunfixed warnings (some of them were actual bugs), leave...
2007-06-13 Michael BeckAdded a kill_node() function to support the out edges
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-24 Michael Beckturn_into_tuple() should use get_irn_n(..., -1) instead...
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
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-02-21 Matthias Braunfix warning
2007-02-16 Christian Würdigfixed indent
2007-02-06 Christian Würdigassert if someone tries to exchange a node with itself
2006-11-27 Christian Würdigchange in behaviour of exchange:
2006-08-28 Sebastian HackAdded dependency edges
2006-06-12 Michael Beckexchange() now kill the old node when running when...
2006-05-09 Michael Becklittle cleanup
2006-05-03 Michael BeckBugFix: turn_into_tuple() now works if edges are activated
2005-12-30 Michael Becklittle cleanup
2005-10-21 Michael Beckhook_replace() added to exchange
2005-07-26 Götz Lindenmaiercomments
2005-07-22 Michael Beckused irtools
2005-02-14 Michael BeckCosmetic
2005-02-11 Michael Beckremoved FIRM_EDGES_INPLACE, this is now handled by...
2005-02-10 Sebastian HackExchange can now exploit the always present out edges...
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-02 Michael Beckfixed config.h include
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-05 Götz Lindenmaierloop boudary test optimized
2004-06-17 Götz Lindenmaierremove self referencig cotrol loop by turning into Bad
2004-06-17 Florian LiekwegMade exchange more robust
2004-06-15 Michael BeckNew inlining schema implemented:
2004-05-26 Michael BeckAdded statistic function hook for turn into Id
2004-04-28 Götz Lindenmaiermake libfirm faster
2004-04-19 Michael Beckfirst statistic hooks added
2004-03-24 Michael BeckNew optimization flag handling, get_opt functions are...
2004-03-24 Michael BeckRemove C99 constructs, some tabs
2004-02-27 Götz Lindenmaiersome simple optimizations for execution speed
2003-08-19 Götz Lindenmaieradded copyright headers
2003-03-25 Michael Beckirn_vrfy() changed to new irn_vrfy_irg()
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-09-12 Götz LindenmaierBugfix in inlineing: moved Phi nodes into wrong block
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierAvoiding more warnings.
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-03-15 Götz LindenmaierTurned off optimization during part_block.
2002-03-08 Götz Lindenmaier Implemented cf optimizations.
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-03-05 Boris Boesleradded
2001-01-17 Götz Lindenmaier*** empty log message ***
2000-09-04 Götz Lindenmaier*** empty log message ***
2000-08-25 Götz Lindenmaier*** empty log message ***
2000-07-06 Götz Lindenmaier*** empty log message ***
2000-07-06 Christian Schäferimplemented dead node elimination. Doesnt run yet.
2000-07-05 Götz Lindenmaier*** empty log message ***
2000-05-16 Christian SchäferInitial revision