summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
Commit message (Expand)AuthorAgeFilesLines
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-3/+4
* re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt2010-04-221-0/+134
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* re PR tree-optimization/43280 (gcc4.5 -m32 -O2: misoptimizes sha256!)Andreas Krebbel2010-03-111-9/+12
* re PR rtl-optimization/42589 (bswap optimization does not work for 32bit (but...Richard Guenther2010-01-031-2/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-7/+7
* re PR tree-optimization/42078 (ICE in gimple_assign_set_rhs_code)Alexandre Oliva2009-11-211-0/+1
* re PR middle-end/41963 (177.mesa in SPEC CPU 2K is miscompiled)Michael Matz2009-11-061-4/+30
* tree-ssa-math-opts.c (execute_convert_to_rsqrt): Remove.Michael Matz2009-10-291-92/+0
* re PR middle-end/40501 (error: invalid conversion in gimple call)Andreas Krebbel2009-06-241-5/+60
* tree-ssa-math-opts.c (find_bswap): Increase the search depth in order to matc...Andreas Krebbel2009-06-231-1/+6
* tree-ssa-math-opts.c: Remove extra divide.Andreas Krebbel2009-06-151-2/+0
* passes.c: Add bswap pass.Andreas Krebbel2009-06-141-1/+384
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-4/+4
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-2/+6
* gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther2008-08-091-2/+2
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-109/+108
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-9/+15
* re PR tree-optimization/34966 (ICE: verify_ssa fails when optimization trigon...Richard Guenther2008-01-251-2/+3
* re PR tree-optimization/34825 (ICE with -funsafe-math-optimizations)Richard Guenther2008-01-171-1/+5
* Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres2007-09-041-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR tree-optimization/32383 (ICE with reciprocals and -ffast-math)Uros Bizjak2007-06-181-3/+18
* re PR middle-end/31723 (Use reciprocal and reciprocal square root with -ffast...Uros Bizjak2007-06-161-0/+125
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-1/+1
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-5/+6
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+2
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2007-01-311-2/+2
* re PR tree-optimization/30038 (Call to sin(x), cos(x) should be transformed t...Richard Guenther2007-01-221-2/+206
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-7/+7
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-2/+2
* re PR middle-end/28268 (ICE with simple vector operations)Richard Guenther2006-07-071-30/+1
* re PR tree-optimization/28218 (ICE when building Inkscape with gcc-4.1 with -...Paolo Bonzini2006-07-051-2/+4
* Implement new immediate use iterators.Andrew MacLeod2006-04-271-3/+6
* re PR tree-optimization/26821 (ice in varasm.c with certain flags)Paolo Bonzini2006-04-181-2/+31
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Paolo Bonzini2006-01-111-84/+397
* re PR tree-optimization/23234 (ICE in verify_flow_info())Steven Bosscher2005-08-091-9/+26
* re PR tree-optimization/23133 (recip does not factor division by function par...Richard Guenther2005-08-011-1/+11
* re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Richard Guenther2005-08-011-5/+18
* Update FSF address.Kelley Cook2005-06-251-2/+2
* add tree-ssa-math-opts.c for realPaolo Bonzini2005-05-171-0/+164