- do not optimize away labeled blocks
[libfirm] / ir / opt / boolopt.c
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-10-30 Michael Beck- reserve the IR_RESOURCE_PHI_LIST resource
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunadd more missing config.h includes
2008-09-10 Christoph MallonFix typo in comment.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-01 Michael Beck- tarval_sub() now has an additional parameter, needed for
2008-05-26 Michael Beckadd some comments, small cosmetic
2008-05-26 Michael Beckmust use Lg, not Ne to check for !=
2008-05-26 Michael Beckuse block Phi lists and Block marks to get rid of block...
2008-05-26 Michael BeckC99 features removed
2008-05-25 Matthias Braunfix a few warnings
2008-05-25 Matthias Brauncommit the beginning of advanced boolopt (had that...
2007-12-10 Michael Beckremoved some consts creating MSVC warnings
2007-11-09 Christoph MallonAdd a phase for bool optimisation.