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