beifg: Simplify the implementation of be_ifg_foreach_node().
[libfirm] / ir / opt / opt_confirms.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-04 Matthias Braunremove Cast node
2012-12-02 Christoph Malloncleanup: Remove end-of-if/for/function comments.
2012-08-30 Matthias Braunimprove value_not_zero
2011-12-14 Matthias BraunFIRM_API is for public API
2011-11-18 Matthias Braunremove sel_based_null_check flag
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunremove is_Global/get_GlobalEntity
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
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