invalidate analyse info if loop unrolling take place
[libfirm] / ir / opt / ldstopt.c
2005-02-16 Michael Beckused pn_Cmp constaneads instead of the old pnc_number
2005-01-11 Michael Beckused new hooks instead of firmstat
2005-01-05 Michael Beckrenames all is_x*_type() functions to is_X*_type()...
2004-12-02 Michael Beckfixed config.h include
2004-11-05 Michael BeckFixed address count calculation. Every Load was visited...
2004-11-03 Michael Beckcalculate the number of uses of every address, this...
2004-10-25 Götz Lindenmaierbugfix
2004-10-21 Michael BeckAdded Goetz' proposal to replace loads of constant...
2004-10-19 Michael BeckLoad optimization extended: searches now Loads in the...
2004-09-30 Michael BeckAdded DBG macro calls
2004-09-29 Michael BeckFixed the phi optimization (seems to work for C)
2004-09-29 Michael Beckadded optimization that moves Store behind Phi (but...
2004-09-28 Michael BeckMove Stores below the CF.
2004-09-21 Götz Lindenmaierbugfix for jva
2004-09-20 Götz Lindenmaierbugfix for jack
2004-09-17 Michael BeckSimple Load/Store optimization