delete Keep-alives of code in dead blocks
[libfirm] / ir / opt / cfopt.c
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