hook_replace() added to exchange
[libfirm] / ir / ir / irgmod.c
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