aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-28tree-ssa-math-opts.c (execute_optimize_bswap): Search within BB from last to ...Kai Tietz1-1/+5
2011-06-27tree-ssa-math-opts.c (do_shift_rotate): Zero bits out of type precision after...Kai Tietz1-6/+10
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-4/+3
2011-06-10re PR lto/49302 (FAIL: gcc.dg/lto/20110201-1 c_lto_20110201-1_0.o-c_lto_20110...Bill Schmidt1-3/+70
2011-06-10re PR bootstrap/49344 (ICE in tree-flow-inline.h:745 while bootstrap)Richard Guenther1-3/+3
2011-06-07re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-21/+3
2011-05-30re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-19/+143
2011-05-27re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-3/+146
2011-05-27Index...Bill Schmidt1-0/+4
2011-05-25re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-1/+51
2011-05-24re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-6/+257
2011-04-13postreload-gcse.c (gcse_after_reload_main): Add calls to statistics_counter_e...Nathan Froyd1-0/+72
2011-03-11re PR tree-optimization/48067 (FMA with no add operand produced by convert_mu...Richard Guenther1-0/+8
2010-12-07re PR tree-optimization/46832 (internal compiler error: Segmentation fault)Richard Guenther1-1/+2
2010-12-07tree-ssa-math-opts.c (execute_optimize_widening_mul): Unlink virtual operands.Richard Guenther1-0/+1
2010-11-30re PR tree-optimization/46722 (Missed fma for x*x + y)Richard Guenther1-11/+43
2010-11-15re PR bootstrap/46474 (powerpc64-linux bootstrap comparison failure in libcpp...Richard Guenther1-1/+8
2010-11-11tree-ssa-math-opts.c (convert_mult_to_fma): Do not verify that the target has...Richard Henderson1-14/+12
2010-11-11Recognize -(a * b) + c -> fma(-a,b,c).Richard Henderson1-29/+78
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-12/+146
2010-08-25re PR middle-end/45393 (ICE in redirect_eh_edge_1, at tree-eh.c:2135)Richard Guenther1-8/+14
2010-07-31tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type used in the call ...Richard Sandiford1-13/+18
2010-07-22tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.Richard Sandiford1-73/+113
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-9/+6
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-83/+192
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-3/+4
2010-04-22re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt1-0/+134
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-11re PR tree-optimization/43280 (gcc4.5 -m32 -O2: misoptimizes sha256!)Andreas Krebbel1-9/+12
2010-01-03re PR rtl-optimization/42589 (bswap optimization does not work for 32bit (but...Richard Guenther1-2/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-7/+7
2009-11-21re PR tree-optimization/42078 (ICE in gimple_assign_set_rhs_code)Alexandre Oliva1-0/+1
2009-11-06re PR middle-end/41963 (177.mesa in SPEC CPU 2K is miscompiled)Michael Matz1-4/+30
2009-10-29tree-ssa-math-opts.c (execute_convert_to_rsqrt): Remove.Michael Matz1-92/+0
2009-06-24re PR middle-end/40501 (error: invalid conversion in gimple call)Andreas Krebbel1-5/+60
2009-06-23tree-ssa-math-opts.c (find_bswap): Increase the search depth in order to matc...Andreas Krebbel1-1/+6
2009-06-15tree-ssa-math-opts.c: Remove extra divide.Andreas Krebbel1-2/+0
2009-06-14passes.c: Add bswap pass.Andreas Krebbel1-1/+384
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-4/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-2/+6
2008-08-09gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther1-2/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-109/+108
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-01-25re PR tree-optimization/34966 (ICE: verify_ssa fails when optimization trigon...Richard Guenther1-2/+3
2008-01-17re PR tree-optimization/34825 (ICE with -funsafe-math-optimizations)Richard Guenther1-1/+5
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-1/+1