summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR rtl-optimization/32283 (Missed induction variable optimization)Zdenek Dvorak2008-11-201-1/+1
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-181-2/+1
* re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...Richard Guenther2008-08-131-0/+6
* re PR tree-optimization/37056 (ICE in build2_stat, at tree.c:3257)Richard Guenther2008-08-081-26/+22
* re PR middle-end/36691 (wrong value left in induction variable)Richard Guenther2008-08-041-2/+2
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-153/+229
* tree-flow.h (loop_only_exit_p): Declare.Eric Botcazou2008-07-031-1/+1
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+4
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-4/+2
* tree-gimple.h (is_gimple_invariant_address): Declare.Richard Guenther2008-03-181-4/+0
* re PR tree-optimization/35607 (IVOPTs produces invalid gimple)Richard Guenther2008-03-161-0/+4
* re PR tree-optimization/32949 (suboptimal address generation for int indices ...Zdenek Dvorak2007-08-221-2/+6
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands of compare...Zdenek Dvorak2007-07-201-4/+6
* tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther2007-07-021-1/+1
* [multiple changes]Andrew Pinski2007-06-151-23/+36
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-5/+5
* c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata2007-05-261-1/+1
* passes.texi: Document predictive commoning.Zdenek Dvorak2007-05-241-1/+1
* tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak2007-05-141-2/+2
* double-int.c (mpz_set_double_int): Moved from tree-ssa-loop-niter.c.Brooks Moses2007-04-301-90/+4