aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-05double-int.h (double_int_sub): Declare.Richard Biener1-2/+2
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-2/+1
2010-06-09Fix comments and indentation.Sebastian Pop1-3/+3
2010-06-09tree-ssa-loop-niter.c (simplify_replace_tree): Do not replace constants.Richard Guenther1-0/+4
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-2/+4
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-2/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-42/+42
2009-11-25tree-ssa-loop-niter.c (finite_loop_p): Do not call twice get_loop_exit_edges.Sebastian Pop1-1/+1
2009-11-25graphite-sese-to-poly.c (pdr_add_data_dimensions): Do not infer loop upper bo...Sebastian Pop1-1/+1
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-4/+2
2009-06-21re PR middle-end/38729 (long time needed in tree canonical iv)Richard Guenther1-0/+6
2009-05-20re PR tree-optimization/40087 (Number of iterations analysis wrong)Zdenek Dvorak1-53/+56
2009-04-26ipa-pure-const.c (struct funct_state_d): New fields state_previously_known, l...Jan Hubicka1-0/+45
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-7/+3
2009-03-16re PR tree-optimization/39455 (ICE : in compare_values_warnv, at tree-vrp.c:1...Jakub Jelinek1-5/+31
2009-03-04tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak1-2/+2
2008-11-20re PR rtl-optimization/32283 (Missed induction variable optimization)Zdenek Dvorak1-1/+1
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-2/+1
2008-08-13re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...Richard Guenther1-0/+6
2008-08-08re PR tree-optimization/37056 (ICE in build2_stat, at tree.c:3257)Richard Guenther1-26/+22
2008-08-04re PR middle-end/36691 (wrong value left in induction variable)Richard Guenther1-2/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-153/+229
2008-07-03tree-flow.h (loop_only_exit_p): Declare.Eric Botcazou1-1/+1
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+4
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-4/+2
2008-03-18tree-gimple.h (is_gimple_invariant_address): Declare.Richard Guenther1-4/+0
2008-03-16re PR tree-optimization/35607 (IVOPTs produces invalid gimple)Richard Guenther1-0/+4
2007-08-22re PR tree-optimization/32949 (suboptimal address generation for int indices ...Zdenek Dvorak1-2/+6
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-20tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands of compare...Zdenek Dvorak1-4/+6
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-1/+1
2007-06-15[multiple changes]Andrew Pinski1-23/+36