remove more unused loop stuff
[libfirm] / ir / ana / irconsconfirm.c
2012-08-08 Christoph Mallonuse is_$KIND(n) instead of get_irn_op(n) == op_$KIND.
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonUse foreach_out_edge_safe() instead of reimplementing it.
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-14 Matthias Braunconfirm: fix stupid bug, use opt_manage framework
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-02-28 Matthias Braunfix confirms being broken with Cmp changes
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 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunremove some unnecessary/confusing flags
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-04-09 Matthias Braunanother case fo missing statistics/missing outedge...
2010-04-09 Matthias Braunfix consconfirm missing nodes in its statistics and...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
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- graph passes can be added to prog managers now
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-01-22 Michael Beck- do not create useless Confirm(x == true) and Confirm...
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-20 Michael Beck- fixed insertion loop for the right operand
2008-11-20 Michael Beck- improve Confirm construction: if the right argument...
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-11 Michael Beck- BugFix: get the mode from Cmp operand when calculatin...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Michael Beck- re-enabled global-non-null test, but place Confirms...
2008-10-06 Michael Beck- reenabled modeb handling after condeval fix
2008-10-05 Michael Beck- improved is_non_null_Confirm()
2008-10-02 Christoph MallonLet is_non_null_Confirm() work as advertised for SymConsts.
2008-10-02 Michael Beck- reduce the number of created confirms further
2008-10-02 Michael Beckreduce the number of created Confirms
2008-10-02 Michael Beck- BugFix: ensure, that no self-loops are constructed...
2008-10-02 Michael Beck- BugFix: remove_confirms() now does NOT deactivate...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-28 Matthias Braunfix warning
2008-07-31 Matthias Braunfix warning
2008-07-24 Michael Beck- use is_Confirm() instead of old style compare
2008-07-24 Michael Beck- BugFix: the effective use block is the predecessor...
2008-05-25 Michael BeckSpecial handling seems not to work, remove critical...
2008-05-25 Michael Beck- simplified get_effective_use_block()
2008-03-30 Matthias Braunadd missing include
2008-03-20 Michael Beckwhen propagating constants in the x == Const case,...
2008-01-02 Michael Beckupdate copyright message
2007-07-30 Michael Beckchanged indentation
2007-06-17 Matthias Braunfix warnings
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadded license infos
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-10 Matthias Braunadded several missing #include config.h
2006-07-05 Michael Beckcorrectly handle Phi nodes (and there effective use)
2006-05-08 Michael BeckDo not create Confirm nodes for Cmp(Const, Const) const...
2006-05-03 Michael Beckused new assure_*() functions
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-05 Michael Beckadded missing include
2005-07-07 Michael Beckdoxygen docu fixed
2005-06-30 Michael Beckhandle Bad nodes input
2005-06-22 Michael Beckremoved debugging output
2005-06-21 Michael Beckused new DBG_OPT_CONFIRM macros
2005-06-17 Michael BeckConstruction of Confirm nodes