Implement better magic to handle changing control dependencies when welding blocks
[libfirm] / ir / opt / ldstopt.c
2006-03-03 Michael Beckused new is_Sel()
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2005-12-25 Michael Beckrenamed is_subclass* to is_SubClass*, is_superclass...
2005-11-19 Michael Becktypos fixed
2005-11-18 Michael Beckrenamed get_opt_redundant_LoadStore() into get_opt_redu...
2005-10-30 Michael Beckcopy_const_value() now takes a dbg_info argument
2005-10-12 Michael BeckBugFix: a var hides another
2005-10-12 Michael Beckadded visited flag to detect endless memory loops in...
2005-09-14 Michael Beckrenamed is_forking_op() to is_irn_forking()
2005-09-08 Michael Beckwhen doing CSE of Proj-Nodes, places Proj's into the...
2005-09-01 Michael Becked PTR_TO_INT() and INT_TO_PTR() macros for 64bit safety
2005-07-20 Michael Beckadded more doxygen comments
2005-06-30 Michael Beckdded assertion if ldstopt() is called with nodes floati...
2005-06-22 Michael Beckfixed DBG_OPT_RAW() call
2005-05-23 Götz Lindenmaieranother similar bugfix
2005-05-22 Götz Lindenmaierbugfix and additional case for optimization.
2005-04-15 Götz LindenmaierChanged comments,
2005-03-14 Michael Beckremoved C99 features
2005-03-10 Götz Lindenmaierbugfix
2005-03-09 Götz Lindenmaieroptimize polymorphic field accesses
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