- remove block parameter from new_r_Proj and new_rd_Proj
[libfirm] / ir / opt / boolopt.c
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-01-04 Michael BeckBugFix: fixed conversion for x < lo || x >|>= hi
2010-01-03 Michael BeckBugFix:
2010-01-03 Michael BeckBugFixes:
2010-01-03 Michael BeckBugFix: a Cmp can be in a different block than its...
2010-01-02 Michael Beck- handle p == 0 || q == 0
2010-01-02 Michael Beck- handle p == NULL || q == NULL and friends
2010-01-02 Michael Beck- implement a <= x <= b ==> x-a <=u b-a
2010-01-02 Michael BeckFixed and enhanced boolopt:
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
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.