summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i386.c, [...]: Fix comment typos.Kazu Hirata2007-04-151-1/+1
* tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use argument "reliable".Zdenek Dvorak2007-04-061-17/+48
* tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.Zdenek Dvorak2007-03-161-73/+118
* tree-ssa-loop-niter.c (refine_bounds_using_guard, [...]): Handle NE_EXPR guards.Zdenek Dvorak2007-03-151-10/+42
* re PR tree-optimization/30730 (-Wunsafe-loop-optimizations gives too many war...Zdenek Dvorak2007-03-141-133/+829
* tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix off-by-one error.Zdenek Dvorak2007-02-251-4/+69
* cfgloop.c, [...]: Fix comment typos.Kazu Hirata2007-02-181-1/+1
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-6/+7
* common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor2007-02-131-5/+45
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-1/+1
* common.opt: Add fstrict-overflow.Ian Lance Taylor2007-01-281-6/+5
* tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne, [...]): Use integer_zer...Zdenek Dvorak2006-12-231-23/+20
* tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.Zdenek Dvorak2006-12-221-86/+56
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-10/+6
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-13/+14
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-12-021-2/+2
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-8/+8
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak2006-11-211-1/+1
* tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak2006-11-211-17/+16
* Makefile.in (tree-data-ref.o): Add langhooks.h dependency.Zdenek Dvorak2006-11-121-139/+326
* tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.Zdenek Dvorak2006-07-061-2/+2
* tree-ssa-loop-niter.c (simplify_using_initial_conditions): Limit iteration ov...Richard Guenther2006-06-211-2/+12
* tree-ssa-loop-niter.c (implies_ge_p): New function.Zdenek Dvorak2006-06-191-2/+41
* tree-ssa-loop-niter.c (implies_nonnegative_p): New function.Zdenek Dvorak2006-06-151-12/+129
* re PR tree-optimization/27639 (VRP miscompilation of simple loop)Zdenek Dvorak2006-05-241-304/+52
* re PR tree-optimization/27603 (wrong code, apparently due to bad VRP (-O2))Richard Guenther2006-05-151-13/+15
* re PR middle-end/27136 (Compile failure with -O -ffast-math)Richard Guenther2006-05-071-2/+8
* Fix mistake in my previous commit (n_of_executions_at_least should beZdenek Dvorak2006-05-021-5/+5
* re PR tree-optimization/27144 (segfault with -O2 on x86_64 (and powerpc64))Zdenek Dvorak2006-05-011-71/+54
* tree-ssa-loop-niter.c (inverse, [...]): Use build_int_cst instead of build_in...Sebastian Pop2006-04-071-13/+13
* re PR tree-optimization/26859 (ICE Segmentation Fault)Sebastian Pop2006-03-291-6/+20
* re PR tree-optimization/25985 (with optimization integer math fails)Zdenek Dvorak2006-03-291-8/+63
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* invoke.texi (-fprefetch-loop-arrays, [...]): Document.Zdenek Dvorak2006-02-141-0/+20