Let some optimizations return non-zero, if they changed something (for fixpoint itera...
[libfirm] / ir / opt / convopt.c
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