vrp: Remove redundant assure_irg_outs().
[libfirm] / ir / ana / analyze_irg_args.c
2012-12-04 Matthias Braunremove commented out code
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunremove unnecessary comments before functions
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-04-08 Andreas Zwinkaumerge kaps
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-08-06 Matthias Braunfix for my last commit
2010-08-06 Matthias BraunRemove VISITED in link-field hackery. Cleanups.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-01-20 Michael Beck- undo erroneous checkin
2009-01-20 Michael Beck- fixed handling of outer frame access
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-05-30 Michael Beck- removed assertion() it is allowed to ask for non...
2008-04-04 Michael BeckImproved param weights: handle Id and Tuple nodes
2008-04-04 Michael Beckfixed warnings
2008-04-04 Michael Beck- improced param weight calculation
2008-01-02 Michael Beckupdate copyright message
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadded license infos
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2006-12-13 Michael Beckrename type entity into ir_entity
2006-05-19 Michael BeckFixed method attribute access
2005-12-30 Michael Beckrenamed all type * to ir_type *
2005-12-06 Adam Szalkowskirenamed compute_outs to new name: compute_irg_outs
2005-11-08 Michael BeckBugFix: The param_weight array must be allocated even...
2005-11-07 Michael Beckanalyses polymorphic calls if callee info is available
2005-11-04 Michael Beckparam_weight and param_access must be flexible arrays
2005-10-31 Michael Beckadd functions to analyze the 'optimization' weight...
2005-10-28 Michael Beckmore config.h stuff added
2005-10-25 Michael Beckfixed bugs
2005-10-24 Michael Becka simple analysys which determines which pointer argume...