remove unnecessary declaration
[libfirm] / ir / opt / opt_frame.c
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-06 Michael BeckFixed size_t related warnings.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- add more passes
2009-01-20 Michael Beck- check for entities on the frame only (no more value_p...
2009-01-19 Michael Beck- do not kick inner functions from the frame type
2009-01-03 Michael Beck- BugFix: not all users of the frame are Sel nodes...
2009-01-02 Michael Beck- BugFix: not all users of the frame are Sel nodes
2008-10-27 Michael Beck- more irp_resource_reserved()
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-03-11 Michael Beckuse assure_irg_outs()
2008-03-10 Michael Beck- as Sel's from the frame type are not lowered anymore...
2008-01-02 Michael Beckupdate copyright message
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-01 Michael BeckUpdated header
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-13 Michael Beckrename type entity into ir_entity
2006-05-08 Michael Beckremoved the INPLACE_EDGES option. They are now always...
2006-03-15 Michael Beckadded missing const
2006-03-15 Michael Beckopt_frame.[ch] added