added a callback function to check whether a given entity is a allocation call
[libfirm] / ir / opt / proc_cloning.c
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