workaround for dead CF: restart the optimization
[libfirm] / ir / opt / cfopt.c
2008-06-12 Michael Beckworkaround for dead CF: restart the optimization
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-02 Michael Beckupdate copyright message
2007-12-29 Michael Becktypo fixed, cleaned up a bit
2007-10-17 Matthias Braunadd inline versions of is_Phi and is_Proj
2007-07-24 Michael Beckmark labelled blocks as non-empty, preventing them...
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-21 Michael BeckAdd code to kill dead kept Phi nodes
2007-05-21 Michael BeckBugFix:
2007-05-21 Michael BeckFixed an assert
2007-05-20 Michael BeckFixed the last fix again:
2007-05-20 Michael BeckBugFix for the cfoptbug.c:
2007-05-05 Matthias Braunupdate svn:ignore
2007-04-29 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
2007-02-06 Michael BeckChanged handling of switch-Conds. Now collected and...
2006-10-12 Michael Beckwhen doing cf_opt, automatically optimize Blocks
2006-09-12 Matthias Brauneven more warning fixes
2006-09-11 Matthias Braunsome opts don't like edges
2006-08-21 Michael BeckSome minor speed up by rearanging if's
2006-04-24 Michael Beckdo not use set_irn_in to change End's keep-alives,...
2006-03-20 Michael Beckinvalidate extended block info
2006-01-27 Michael Beckhandle the keep attributes. Nodes with keep attribute...
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2005-12-01 Michael Beckdelete Keep-alives of code in dead blocks
2005-09-07 Michael BeckHandle dead blocks hopefully right ...
2005-09-06 Michael BeckBugFix:
2005-09-01 Daniel Grundchecked for dead blocks before getting dom depht.
2005-07-22 Michael Beckfixed doxygen comments
2005-06-30 Michael Beckused is_Block_dead() instead of is_Bad()
2005-06-22 Michael Beckiropt_dbg.h include needed now
2005-06-22 Michael Becktypos fixed
2005-02-24 Michael Beckindentation fixed
2005-02-10 Sebastian HackAdded removal of senseless conds.
2004-12-28 Michael Beckmade allocation C-like
2004-12-02 Michael Beckfixed config.h include
2004-09-22 Michael BeckFixed again: Do not create Bad block, only remove bad CF
2004-09-22 Michael BeckNew optimize_cf should remove more (hopefully all)...
2004-09-10 Götz Lindenmaiercommented ...
2004-09-10 Michael Beckadded needed includes
2004-09-10 Michael BeckMoved from irgopt.c