summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/32283 (Missed induction variable optimization)Zdenek Dvorak2008-11-201-2/+6
* re PR tree-optimization/36038 (miscompiled loop in perlbmk for -Os)Jakub Jelinek2008-10-241-3/+5
* tree.h (contains_packed_reference): Mention ARRAY_RANGE_REF in head comment.Eric Botcazou2008-10-111-5/+11
* tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Return true for non-address...Eric Botcazou2008-10-071-1/+1
* re PR rtl-optimization/37263 (extra code for doloop with unsigned 32bit types...Andrew Pinski2008-09-161-2/+2
* backport: configure: Regenerate.Sebastian Pop2008-09-021-3/+23
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-63/+81
* tree-ssa-loop-ivopts.c (add_iv_value_candidates): Also add the candidate with...Richard Guenther2008-08-041-2/+4
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-176/+201
* tree-flow.h (loop_only_exit_p): Declare.Eric Botcazou2008-07-031-14/+27
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+4
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-8/+4
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-3/+0
* tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily2008-04-231-1/+0
* tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp...Richard Guenther2008-03-201-1/+1
* re PR tree-optimization/31358 (IV-OPTs produces a weird MEM_REF)Andrew Pinski2008-03-111-5/+19
* tree-ssa-sccvn.c (visit_reference_op_store): Do not insert struct copies into...Richard Guenther2008-03-031-2/+2
* tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME defined in a ...Sebastian Pop2008-03-031-1/+4
* coding conventionChristian Bruel2008-02-191-1/+1
* fix alignment bug in packed structs for STRICT_ALIGNMENT targetsChristian Bruel2008-02-191-72/+81
* re PR middle-end/35136 (ICE caused by address calculation with loop variable ...Eric Botcazou2008-02-141-13/+29
* re PR target/34711 (g++.dg/tree-ssa/ivopts-1.C fails for power and arm)Zdenek Dvorak2008-01-261-135/+231
* re PR rtl-optimization/32283 (Missed induction variable optimization)Zdenek Dvorak2007-09-081-16/+15
* Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303Daniel Berlin2007-08-191-1/+1
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak2007-07-091-6/+7
* tree-ssa-loop-ivopts.c (strip_offset_1): Treat POINTER_PLUS_EXPR like PLUS_EXPR.Andrew Pinski2007-07-031-6/+8
* [multiple changes]Andrew Pinski2007-06-151-15/+10
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-11/+12
* tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels.Zdenek Dvorak2007-05-011-16/+6
* re PR rtl-optimization/31360 (RTL loop invariant is not aggressive enough)Zdenek Dvorak2007-04-171-3/+4
* tree-ssa-loop-ivopts.c: Include target.h.Richard Henderson2007-03-301-8/+22
* re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle2007-02-161-2/+2
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-1/+1
* Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.Paolo Bonzini2007-02-061-50/+25
* tree-ssa-loop-ivopts.c (extract_cond_operands): Split from find_interesting_u...Zdenek Dvorak2007-01-121-90/+118
* tree-vrp.c (remove_range_assertions): Release defs.Jan Hubicka2007-01-111-0/+1
* re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never ...Zdenek Dvorak2007-01-101-36/+17
* tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne, [...]): Use integer_zer...Zdenek Dvorak2006-12-231-50/+37
* tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.Zdenek Dvorak2006-12-221-22/+25
* tree-ssa-loop-ivopts.c: Include tree-affine.h.Zdenek Dvorak2006-12-141-546/+50
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-5/+7
* * tree-scalar-evolution.c (scev_const_prop):Diego Novillo2006-12-111-6/+1
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-15/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-20/+24
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-4/+4
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak2006-11-211-1/+1
* tree-ssa-loop-ivopts.c (get_address_cost): Do not artificially inflate costs ...Bernd Schmidt2006-11-201-4/+1
* tree-ssa-loop-ivopts.c (get_address_cost): Make sure memory addresses we gene...Bernd Schmidt2006-11-151-7/+10