becopyilp: Inline struct size_red_t into struct ilp_env_t.
[libfirm] / ir / opt / convopt.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-04 Matthias Braunremove commented out code
2012-11-09 Matthias Braunconvopt: also perform convopt for float nodes
2012-08-23 Matthias Braunadd more Conv(Conv) localopt rules
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunremove return values from graph transformations
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-09-20 Matthias Braunchange global optdesc declarations to static
2011-09-20 Matthias Braunfix warning because of now ignored invalidate flag
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas Zwinkauconvert opts to use the opt_manage framework
2011-05-26 Matthias Braunconvopt: fix potential bug with modulo shifts, improve...
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-04-13 Sebastian BuchwaldCreate the in array before the node is constructed...
2010-04-13 Sebastian BuchwaldCreate a new node with the right mode instead of changi...
2010-04-07 Michael BeckC99 feature removed.
2010-03-18 Jonas FietzAdd temporary fix for conv-problems
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-11 Sebastian BuchwaldFixed fehler176.
2009-12-30 Michael Beckimplement ir_graph_pass_set_parallel()
2009-12-30 Michael Beck- changed to able to "run the path parallel"
2009-12-29 Matthias Braunadapt to firm coding conventions
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- Put typical case of pass construction into irtools
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2008-12-08 Christoph MallonBefore deconving a node, make sure it is a downconv.
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Moritz KrollLet some optimizations return non-zero, if they changed...
2008-10-04 Christoph MallonTreat conversions between the same size as downconv...
2008-09-03 Christoph MallonFix fehler147: Do not deconv floats.
2008-08-20 Christoph MallonDo not deconv reference modes.
2008-08-01 Christoph MallonSkip a single downconv even if it has multiple users.
2008-01-02 Michael Beckupdate copyright message
2007-10-04 Matthias Braunfixed deconv (always stop at nodes with multiple outs
2007-08-03 Christoph MallonDo not deconv the right operand (shift count) of a...
2007-07-13 Michael Beckmin() is a rather bad name for a function due to macro...
2007-07-12 Christoph MallonMake the deconv optimisation more aggressive (allow...
2007-07-10 Matthias Braunconvopt also works for and and ors
2007-07-02 Matthias Braunjust some reindentation
2007-06-18 Matthias Braunfixed warnigns
2007-06-13 Michael Beckremoved c99 feature
2007-06-13 Matthias Brauninvalidate outs in condeval and convopt
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-27 Christoph MallonMake the conv opt analysis and transformation code...
2007-05-26 Christoph Mallon- Push Convs through Phis
2007-05-26 Christoph MallonAdd the -f{,no-}deconv switches do {en,dis}able the...
2007-05-21 Matthias Braunadd TODO items
2007-05-21 Matthias Brauncommitt the conv optimisation