- moved peephole_IncSP_IncSP() to bepeephole.c, as this is a generic function and...
[libfirm] / ir / opt / proc_cloning.c
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