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