Age | Commit message (Expand) | Author | Files | Lines |
2013-10-09 | tree-flow.h: Move some protoypes. | Andrew MacLeod | 1 | -110/+6 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-06-20 | re PR tree-optimization/57584 (ice: SSA corruption: Unable to coalesce ssa_na... | Richard Biener | 1 | -0/+7 |
2013-05-27 | re PR tree-optimization/57343 (wrong code on x86_64-linux at -Os and above) | Richard Biener | 1 | -6/+14 |
2013-05-08 | re PR tree-optimization/57200 (aggressive-loop-optimizations notes appear eve... | Paolo Carlini | 1 | -4/+5 |
2013-03-14 | re PR tree-optimization/53265 (Warn when undefined behavior implies smaller i... | Jakub Jelinek | 1 | -2/+59 |
2013-03-05 | re PR middle-end/56461 (GCC is leaking lots of memory) | Jakub Jelinek | 1 | -13/+6 |
2013-02-27 | re PR middle-end/56461 (GCC is leaking lots of memory) | Jakub Jelinek | 1 | -0/+1 |
2013-01-31 | re PR middle-end/53073 (464.h264ref in SPEC CPU 2006 miscompiled) | Richard Biener | 1 | -1/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-09 | re PR tree-optimization/55875 (IVopts caused miscompilation) | Jan Hubicka | 1 | -31/+85 |
2012-12-21 | re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows) | Richard Biener | 1 | -1/+0 |
2012-12-18 | re PR middle-end/55555 (miscompilation at -O2 (number_of_iterations)) | Richard Biener | 1 | -1/+6 |
2012-12-12 | re PR fortran/55633 (FAIL: gfortran.dg/g77/f90-intrinsic-bit.f -Os executio... | Jakub Jelinek | 1 | -2/+12 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -3/+3 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -48/+43 |
2012-11-05 | const-1.c: Update. | Jan Hubicka | 1 | -23/+8 |
2012-11-05 | tree-ssa-loop-niter.c (find_loop_niter): Remove just_once_each_iteration_p. | Jan Hubicka | 1 | -4/+1 |
2012-11-03 | loop-38.c: Correct testcase. | Jan Hubicka | 1 | -1/+1 |
2012-11-02 | tree-ssa-loop-niter.c (double_int_cmp, [...]): New functions. | Jan Hubicka | 1 | -0/+220 |
2012-11-02 | re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O... | Jan Hubicka | 1 | -0/+6 |
2012-10-30 | tree-ssa-loop-niter.c (number_of_iterations_exit): New parameter EVERY_ITERAT... | Jan Hubicka | 1 | -16/+23 |
2012-10-23 | re PR tree-optimization/54937 (Invalid loop bound estimate) | Jan Hubicka | 1 | -9/+110 |
2012-10-14 | tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not predict l... | Jan Hubicka | 1 | -1/+3 |
2012-10-08 | loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ... | Jan Hubicka | 1 | -3/+20 |
2012-09-07 | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 1 | -37/+35 |
2012-08-16 | revert: re PR bootstrap/54281 (Fails to bootstrap with --disable-nls) | Diego Novillo | 1 | -0/+1 |
2012-08-16 | re PR middle-end/54146 (Very slow compile with attribute((flatten))) | Richard Guenther | 1 | -1/+4 |
2012-08-16 | re PR bootstrap/54281 (Fails to bootstrap with --disable-nls) | Diego Novillo | 1 | -1/+0 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -3/+1 |
2012-06-04 | Update Copyright years. | Jakub Jelinek | 1 | -1/+1 |
2012-06-04 | re PR tree-optimization/53550 (ICE with -O{1,2,3} -fprefetch-loop-arrays in b... | Jakub Jelinek | 1 | -2/+3 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -1/+1 |
2012-04-18 | re PR tree-optimization/44688 (Excessive code-size growth at -O3) | Richard Guenther | 1 | -12/+13 |
2012-04-18 | cfgloop.h (estimate_numbers_of_iterations_loop): Remove use_undefined_p param... | Richard Guenther | 1 | -8/+7 |
2012-04-17 | tree-flow.h (array_at_struct_end_p): Move declaration ... | Richard Guenther | 1 | -41/+0 |
2012-04-12 | cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter. | Richard Guenther | 1 | -23/+83 |
2011-07-19 | tree.h (fold_build_pointer_plus_loc): New helper function. | Richard Guenther | 1 | -11/+6 |
2011-06-16 | re PR middle-end/45098 (Missed induction variable optimization) | Tom de Vries | 1 | -0/+10 |
2011-06-14 | re PR middle-end/45098 (Missed induction variable optimization) | Zdenek Dvorak | 1 | -6/+92 |
2011-05-23 | re PR middle-end/45098 (Missed induction variable optimization) | Tom de Vries | 1 | -1/+52 |
2011-05-04 | tree.h (int_const_binop): Remove notrunc argument. | Richard Guenther | 1 | -3/+3 |
2011-02-03 | re PR tree-optimization/45122 (-funsafe-loop-optimizations causes FAIL: gcc.c... | Alexandre Oliva | 1 | -1/+1 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -1/+0 |
2010-11-29 | [multiple changes] | Uros Bizjak | 1 | -2/+2 |
2010-09-01 | tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate. | Richard Guenther | 1 | -6/+8 |
2010-08-30 | re PR tree-optimization/45427 (Number of iteration analysis bogus) | Zdenek Dvorak | 1 | -18/+51 |
2010-08-26 | re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands... | Jakub Jelinek | 1 | -3/+3 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -4/+4 |