beloopana: Remove duplicate comments.
[libfirm] / ir / opt / escape_ana.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-06 Christoph Mallonirgmod: Pass the new inputs to turn_into_tuple() instea...
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-09-14 Andreas ZwinkauRemove outs_state attribute
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-26 Matthias Braunreindent escape_ana.c in firm style
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-02-09 Michael BeckFurther spread size_t.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-05-25 Matthias Braunfix a few warnings
2008-04-05 Michael Beck- init function for inlining added
2008-01-02 Michael Beckupdate copyright message
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-10-19 Michael Beckadd missing initialization
2007-06-18 Matthias Braunfixed warnigns
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-28 Christoph MallonRemove unused variables.
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
2007-05-23 Michael Beckadded a callback function to check whether a given...
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-02 Matthias Braunentity is ir_entity now
2006-06-08 Michael Beckrenamed type to ir_typrenamed type to ir_type
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2006-01-05 Michael Beckmissing include added
2005-11-13 Michael Beckplace only such entities on the frame, where the type...
2005-11-07 Michael Beckhandle unknown_entity right
2005-11-07 Michael BeckBugfix: Must check against end block, not end node ...
2005-11-07 Michael BeckBugFix: wrong environment address
2005-11-07 Michael Beckfixed soem off by one errors
2005-11-03 Michael Beckinitial escape analysis added