Add minimal fixpoint VRP.
[libfirm] / include / libfirm / iroptimize.h
2010-04-12 Christoph MallonAdd minimal fixpoint VRP.
2010-03-09 Matthias Braunfix doxygen errors and warnings; add some missing decla...
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-02-11 Michael BeckAdd pass creating for loop inversion, unrolling, peelin...
2010-02-10 Jonas FietzAdd structures and initialization for VRP
2010-02-09 Christian HelmerAdded missing do_loop_unrolling
2010-02-08 Matthias Braunmake firm compile again
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2009-12-21 Matthias Braundon't include old_fctnames.h in firm.h - don't #define...
2009-12-16 Matthias Braun- remove some more of the optimisation flags inside...
2009-12-16 Matthias Braunput optimisation module init function declarations...
2009-08-24 Sebastian BuchwaldFixed more doxygen warnings and typos.
2009-08-23 Michael Beck- fixed pass manager
2009-08-20 Michael BeckAdd passes for inlining, private methods.
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
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- add more passes
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-08-16 Michael Beck- add pass for combo()
2009-07-31 Matthias Braundeclare load/store alternative in iroptimize header
2009-07-10 Matthias Brauncondeval is called Jump Threading now
2008-11-06 Michael Beck- generalized end-block melting into generic block...
2008-10-28 Michael Beck- implemented apply phase
2008-10-05 Moritz KrollLet some optimizations return non-zero, if they changed...
2008-09-24 Matthias Braunpush functions into a priority queue and inline in...
2008-09-23 Matthias Braunmove declaration of inline functions around
2008-09-18 Michael Beckadd missing svn:keywords properties
2008-09-18 Michael Beck- add missing prototype
2008-09-04 Christoph MallonRename -fluffig to -fsync, perform opt_sync() (formerly...
2008-07-30 Michael Beck- opt_tail_recursion() must run before optimize_funccal...
2008-07-24 Michael Beck- add prototype for combo()
2008-05-27 Michael Beck- changed docu uses Phi list instead of links now
2008-04-07 Michael Beck- uses new SSA constructor interface, shortening and...
2008-03-03 Michael BeckImproved tail recursion optimization:
2008-02-19 Michael BeckHopefully better version of osr:
2008-01-06 Michael Beckfixed detection of malloc property:
2008-01-02 Michael Beckupdate copyright message
2007-11-09 Christoph MallonAdd a phase for bool optimisation.
2007-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-06-18 Michael Beckmoved opt_calling_conventions() to mark_private_methods...
2007-06-05 Michael Beckopt_change_calling_conventions() added
2007-06-01 Matthias Braunmoved external headers into include dir