beloopana: Remove duplicate comments.
[libfirm] / ir / opt / return.c
2012-12-12 Matthias Braunremove license stuff from files
2012-11-25 Christoph Mallonrbitset: Let rbitset_alloca() return the new raw bitset.
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-13 Matthias Braunremove extended basic block support
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Brauncleanup return.c a bit
2011-10-27 Andreas ZwinkauLet normalize_n_returns cope with Bads
2011-09-20 Matthias Braunuse IR_GRAPH_STATE instead of irg_extblk_info_state
2011-09-20 Matthias Braunnormalize_n_returns does produce unreachable code and...
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunmake some more optimisations independent of current_ir_...
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 Matthias Braunfix a few errors and warnings in the new pass code...
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-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2008-12-09 Michael Beck- do not move the return out of labeled blocks, this...
2008-11-25 Christoph MallonRetain debug info in normalize_one_return(), if all...
2008-11-24 Christoph MallonRetain debug info in normalize_n_returns().
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-06-18 Christoph MallonAvoid endless iteration when normalising returns.
2008-06-18 Michael Beck- make normalize_n_returns() more aggressive: remove...
2008-05-16 Michael Becksmall code improvements
2008-01-02 Michael Beckupdate copyright message
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-29 Michael Beckupdated Header
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2006-04-05 Michael BeckHandle endless loops (so a assert was wrong here)
2006-03-24 Michael Beckoptimize_one_return() now did not build Phi(a,...,a...
2006-03-22 Michael Becknormalize_one_return() now did not create Bad control...
2006-03-20 Michael Beckinvalidate extended block info
2006-03-03 Michael Beckused new is_return
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2005-11-17 Michael Becktypos fixed
2005-11-17 Michael Becktypos fixed, assertion added
2005-04-06 Michael BeckMore bugfixes:
2005-03-24 Michael BeckBugFix: index error fixed
2005-03-22 Michael BeckA newly created Return may be bad due to dead block...
2005-03-18 Michael BeckRemove memory Phi's from keepalives, if the Return...
2005-03-18 Michael Beckadded return normalization