cleanup irouts
[libfirm] / ir / ir / irpass.c
2012-07-20 Christoph MallonLet list_for_each_entry(), list_for_each_entry_reverse...
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-08 Matthias Braunfurther spread size_t
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Michael BeckAdd missing type kind.
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-12-30 Michael Beckimplement ir_graph_pass_set_parallel()
2009-08-23 Michael Beck- add missing prototype
2009-08-23 Michael Beck- fixed pass manager
2009-08-19 Christoph MallonNext iteration for resolving warnings.
2009-08-19 Christoph MallonRemove ununsed parameter.
2009-08-17 Michael Beck- add more pass constructors
2009-08-17 Michael Beck- properties changed
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-08-16 Michael Beck- implemented a pass manager, so optimizations could...