cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / opt / proc_cloning.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-08-28 Matthias Brauncleanup irouts
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunremove is_Global/get_GlobalEntity
2011-05-27 Sebastian BuchwaldAdapted some issues noticed during removal of unused...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-04-15 Matthias Braunfix warning
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove pointless first_variadic_param attribute from...
2011-03-24 Michael BeckUse debug printer instead direct output, fix some size_...
2011-02-09 Michael BeckFurther spread size_t.
2011-01-28 Michael BeckFixed more size_t related warnings.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
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-09-22 Matthias Braunremove MacroBlock concept
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-23 Michael Beck- fixed pass manager
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
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-09-23 Michael Beck- implemented mtp_property_weak
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-07-25 Michael Beck- out edges now preserve the input position, needed...
2008-04-04 Michael Beck- improced param weight calculation
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-02-28 Michael Beckmissing ; added
2008-02-28 Michael Beckadd missing MacroBlock copy
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-02 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-12-15 Matthias Braunquad_t is defined by glibc headers (because of _GNU_SOU...
2006-12-13 Michael Beckrename type entity into ir_entity
2006-05-19 Michael BeckFixed method attribute access
2006-03-15 Michael BeckImproved doxygen docu
2006-02-09 Michael Beckremoved unused variable
2006-01-30 Michael BeckBugFix:
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-12-18 Michael Becknew algorithm implemented: heavy uses list is updated...
2005-12-05 Beyhanfirst complete implemantation
2005-11-14 Michael BeckBugFix: handling variadic functions
2005-11-08 Michael Beckhandle variadic functions right (do not clone yet)
2005-11-04 Michael Beckinitial implementation of procedure cloning added