Implement better magic to handle changing control dependencies when welding blocks
[libfirm] / ir / opt / strength_red.c
2006-05-03 Michael Beckused new assure_*() functions
2005-12-22 Michael Beckrenamed reducible -> is_reducible
2005-12-15 Beyhanreducible isn't enough.
2005-10-20 Michael Beckfixed cond after cmp detection
2005-10-06 Michael BeckBeyhan's fixes included
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-07-07 Michael BeckRollback to 1.17 due to bugs in Jack test
2005-07-06 Michael Beckdoxygen docu fixed
2005-06-17 Michael Becktypo fixed
2005-02-02 Michael Becktype fixed
2005-01-28 Beyhanimplemented loop unrolling optimization
2004-12-21 Michael Beckremoved C99 constructs
2004-11-26 Michael Beckadded some comments
2004-11-24 Florian LiekwegC99
2004-11-16 Götz Lindenmaierremoved debug output
2004-11-16 Beyhanimproved strength reduction
2004-10-12 Florian LiekwegC, nicht C++
2004-10-07 Beyhancatches more expressions now.
2004-09-30 Florian Liekweg\!C99
2004-09-30 Michael Beckadded statistics, cleaned up a bit
2004-09-30 Götz Lindenmaieradded verbosity flags
2004-09-30 Beyhanthe new streng_red
2004-09-25 Götz Lindenmaieradded verbosity stuff
2004-09-20 Götz Lindenmaierflag for verbosity, compiler warnings
2004-09-17 BeyhanFirst strength reduction optimization. To be improved...