summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-2/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-42/+42
* tree-ssa-loop-niter.c (finite_loop_p): Do not call twice get_loop_exit_edges.Sebastian Pop2009-11-251-1/+1
* graphite-sese-to-poly.c (pdr_add_data_dimensions): Do not infer loop upper bo...Sebastian Pop2009-11-251-1/+1
* c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-071-4/+2
* re PR middle-end/38729 (long time needed in tree canonical iv)Richard Guenther2009-06-211-0/+6
* re PR tree-optimization/40087 (Number of iterations analysis wrong)Zdenek Dvorak2009-05-201-53/+56
* ipa-pure-const.c (struct funct_state_d): New fields state_previously_known, l...Jan Hubicka2009-04-261-0/+45
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-7/+3
* re PR tree-optimization/39455 (ICE : in compare_values_warnv, at tree-vrp.c:1...Jakub Jelinek2009-03-161-5/+31
* tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak2009-03-041-2/+2