Moved functions from opt_confirms.h into official header, do edgjfe can use them.
[libfirm] / ir / opt / opt_confirms.c
2010-10-08 Michael BeckMoved functions from opt_confirms.h into official heade...
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunmake some more optimisations independent of current_ir_...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-03-07 Matthias Braunmerge similar Load von non-null address optimisations...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
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