summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/55875 (IVopts caused miscompilation)Jan Hubicka2013-01-091-31/+85
* re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)Richard Biener2012-12-211-1/+0
* re PR middle-end/55555 (miscompilation at -O2 (number_of_iterations))Richard Biener2012-12-181-1/+6
* re PR fortran/55633 (FAIL: gfortran.dg/g77/f90-intrinsic-bit.f -Os executio...Jakub Jelinek2012-12-121-2/+12
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-3/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-48/+43
* const-1.c: Update.Jan Hubicka2012-11-051-23/+8
* tree-ssa-loop-niter.c (find_loop_niter): Remove just_once_each_iteration_p.Jan Hubicka2012-11-051-4/+1
* loop-38.c: Correct testcase.Jan Hubicka2012-11-031-1/+1
* tree-ssa-loop-niter.c (double_int_cmp, [...]): New functions.Jan Hubicka2012-11-021-0/+220
* re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O...Jan Hubicka2012-11-021-0/+6
* tree-ssa-loop-niter.c (number_of_iterations_exit): New parameter EVERY_ITERAT...Jan Hubicka2012-10-301-16/+23
* re PR tree-optimization/54937 (Invalid loop bound estimate)Jan Hubicka2012-10-231-9/+110
* tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not predict l...Jan Hubicka2012-10-141-1/+3
* loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka2012-10-081-3/+20
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-37/+35
* revert: re PR bootstrap/54281 (Fails to bootstrap with --disable-nls)Diego Novillo2012-08-161-0/+1
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther2012-08-161-1/+4
* re PR bootstrap/54281 (Fails to bootstrap with --disable-nls)Diego Novillo2012-08-161-1/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+1
* Update Copyright years.Jakub Jelinek2012-06-041-1/+1
* re PR tree-optimization/53550 (ICE with -O{1,2,3} -fprefetch-loop-arrays in b...Jakub Jelinek2012-06-041-2/+3
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* re PR tree-optimization/44688 (Excessive code-size growth at -O3)Richard Guenther2012-04-181-12/+13
* cfgloop.h (estimate_numbers_of_iterations_loop): Remove use_undefined_p param...Richard Guenther2012-04-181-8/+7
* tree-flow.h (array_at_struct_end_p): Move declaration ...Richard Guenther2012-04-171-41/+0
* cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther2012-04-121-23/+83
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-11/+6
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-06-161-0/+10
* re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak2011-06-141-6/+92
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-231-1/+52
* tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2011-05-041-3/+3
* re PR tree-optimization/45122 (-funsafe-loop-optimizations causes FAIL: gcc.c...Alexandre Oliva2011-02-031-1/+1
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* [multiple changes]Uros Bizjak2010-11-291-2/+2
* tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.Richard Guenther2010-09-011-6/+8
* re PR tree-optimization/45427 (Number of iteration analysis bogus)Zdenek Dvorak2010-08-301-18/+51
* re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jakub Jelinek2010-08-261-3/+3
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-4/+4
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-1/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* double-int.h (double_int_sub): Declare.Richard Biener2010-07-051-2/+2
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-2/+1
* Fix comments and indentation.Sebastian Pop2010-06-091-3/+3
* tree-ssa-loop-niter.c (simplify_replace_tree): Do not replace constants.Richard Guenther2010-06-091-0/+4
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* 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-2/+4
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0