Added missing API docu, improved existing API docu
[libfirm] / include / libfirm / iroptimize.h
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-14 Matthias Braunremove remains of remove opt_polymorphy
2011-12-14 Matthias BraunRemove .*_ptr variants of firm-types
2011-12-09 Matthias Braundocu: further improvements
2011-12-09 Matthias Braunadd documentation make target, fix docu bugs
2011-12-09 Matthias BraunRework API documentation
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-26 Andreas Zwinkauremove warning
2011-09-22 Manuel MohrAdded callback mechanism to determine compilerlib funct...
2011-09-22 Matthias Brauncleanup comments in public headers
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunsimplify opt_funccall interface
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2010-10-12 Andreas ZwinkauAPI stripping
2010-10-12 Andreas ZwinkauRemoved API function opt_loopunroll_pass
2010-10-08 Michael BeckMoved enum into firm_types, fixed some typos.
2010-10-08 Michael BeckMoved functions from opt_confirms.h into official heade...
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-06-01 Matthias Braunremove todo nodes from public API, they were outdated...
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-04-12 Michael BeckAdd pass constructor C99 feature removed.
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