- revert big benefice for irg_inline_forced methods,
[libfirm] / ir / opt / gvn_pre.c
2008-08-28 Michael BeckArg: add a missing inc_irg_visited, who has deleted it?
2008-08-19 Michael Beckdetect fully/partly redundant by inspection node index ...
2008-08-19 Michael Beck- more doxygen comments
2008-07-09 Michael Beck -BugFix: exp_gen sets must be cleaned
2008-07-09 Michael Beck- BugFix: Antic_in computation must always add exp_gen
2008-07-08 Michael Beckfixed warnings
2008-07-08 Michael Beckremoved unused (and buggy) trans_set, thios is NOT...
2008-07-08 Michael Beckfor now, deactivate edges, they will crash with this...
2008-07-08 Michael Becknew GVN-PRE implementation
2008-01-02 Michael Beckupdate copyright message
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-06-18 Matthias Braunfixed warnigns
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-30 Michael Beckupdated header
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2006-09-12 Matthias Brauneven more warning fixes
2006-08-04 Christoph MallonFix warnings
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-03 Michael Becknewest implementation
2006-02-14 Michael Beckfixed memory handling
2006-02-09 Michael BeckBugFixes:
2006-02-09 Michael Beckwhen calculating "nice_value", skip Proj's
2006-02-09 Michael Beckremoved unused function
2006-02-02 Michael Beckreplaced pset_union by more correct value_union (does...
2006-02-02 Michael Beckmore changes. Works for the examples ...
2006-01-31 Michael Beckfactored out value_replace() to make it more like VanDr...
2006-01-27 Michael Becksome functions renamed for cleaner understanding
2006-01-24 Michael BeckFully implemneted. Works fine with the two examples...
2006-01-12 Michael Beckpleliminary version of VanDrunen's GVN_PRE for Firm