remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / opt / opt_confirms.c
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-03 Michael Beckfixed warnings
2008-08-03 Michael Beck- More restructureation:
2008-08-02 Michael Beckrevised equivalent_node() functions:
2008-04-03 Michael Beckimproved Cmp(x, 0) optimizations
2008-03-20 Michael Becksmall improvements:
2008-01-02 Michael Beckupdate copyright message
2007-09-17 Christoph MallonUse is_Const_null() instead of tarval_is_null(get_Const...
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-06-06 Michael Becklittle bugfix ...
2007-06-06 Michael Beckremoved the exc_region attribute: not needed anymore
2007-06-03 Michael BeckBugFix: Cmp is NOT pinned :-(
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael BeckConfirm optimizations honor the exception region attribute.
2007-05-01 Michael BeckUpdated header
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2006-07-05 Michael BeckChanged the interface of value_not_zero() and value_not...
2006-01-27 Michael BeckSkip Cats nodes in non_null check
2006-01-14 Michael Beckvalue_not_null() improved, skips now Sel nodes if optio...
2005-11-17 Michael Beckvalue_not_null() test added
2005-10-18 Michael Beckdoxygen docu fixed
2005-08-18 Michael Beckremoved warning
2005-06-30 Michael Beckadded debug code
2005-06-22 Michael BeckFixed interval creation
2005-06-21 Michael Beckfixed interval evaluation finally (hopefully last time)
2005-06-17 Michael Beckfixed classify_value() function
2005-06-17 Michael Beckoptimizations using Confirm nodes, used by iropt