cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / opt / ircgopt.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-10-30 Christoph MallonFix iterating all irgs in gc_irgs().
2012-10-29 Matthias Braunmake remove_irp_irg API private
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-06 Michael BeckFixed size_t related warnings.
2011-02-09 Michael BeckFurther spread size_t.
2011-01-28 Michael BeckFixed more size_t related warnings.
2011-01-24 Michael BeckFixed broken refactoring of r28264.
2011-01-19 Michael BeckAmendment of r28263 which was committed too early.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-03 Matthias BraunRework linkage types in firm.
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- graph passes can be added to prog managers now
2009-01-20 Michael Beck- say debug message BEFORE the irg is killed
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-07-24 Michael Beck- add comment
2008-05-17 Michael Beck- fixed indentation
2008-01-02 Michael Beckupdate copyright message
2007-11-16 Matthias Braunmove ircgopt.c to ir/opt, use new style debug functions...