aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-20tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp...Richard Guenther1-1/+1
2008-03-11re PR tree-optimization/31358 (IV-OPTs produces a weird MEM_REF)Andrew Pinski1-5/+19
2008-03-03tree-ssa-sccvn.c (visit_reference_op_store): Do not insert struct copies into...Richard Guenther1-2/+2
2008-03-03tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME defined in a ...Sebastian Pop1-1/+4
2008-02-19coding conventionChristian Bruel1-1/+1
2008-02-19fix alignment bug in packed structs for STRICT_ALIGNMENT targetsChristian Bruel1-72/+81
2008-02-14re PR middle-end/35136 (ICE caused by address calculation with loop variable ...Eric Botcazou1-13/+29
2008-01-26re PR target/34711 (g++.dg/tree-ssa/ivopts-1.C fails for power and arm)Zdenek Dvorak1-135/+231
2007-09-08re PR rtl-optimization/32283 (Missed induction variable optimization)Zdenek Dvorak1-16/+15
2007-08-19Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303Daniel Berlin1-1/+1
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-6/+7
2007-07-03tree-ssa-loop-ivopts.c (strip_offset_1): Treat POINTER_PLUS_EXPR like PLUS_EXPR.Andrew Pinski1-6/+8
2007-06-15[multiple changes]Andrew Pinski1-15/+10
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-11/+12
2007-05-01tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels.Zdenek Dvorak1-16/+6
2007-04-17re PR rtl-optimization/31360 (RTL loop invariant is not aggressive enough)Zdenek Dvorak1-3/+4
2007-03-30tree-ssa-loop-ivopts.c: Include target.h.Richard Henderson1-8/+22
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-2/+2
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-1/+1
2007-02-06Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.Paolo Bonzini1-50/+25
2007-01-12tree-ssa-loop-ivopts.c (extract_cond_operands): Split from find_interesting_u...Zdenek Dvorak1-90/+118
2007-01-11tree-vrp.c (remove_range_assertions): Release defs.Jan Hubicka1-0/+1
2007-01-10re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never ...Zdenek Dvorak1-36/+17
2006-12-23tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne, [...]): Use integer_zer...Zdenek Dvorak1-50/+37
2006-12-22tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.Zdenek Dvorak1-22/+25
2006-12-14tree-ssa-loop-ivopts.c: Include tree-affine.h.Zdenek Dvorak1-546/+50
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-5/+7
2006-12-11* tree-scalar-evolution.c (scev_const_prop):Diego Novillo1-6/+1
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-15/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-20/+24
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-4/+4
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak1-1/+1
2006-11-20tree-ssa-loop-ivopts.c (get_address_cost): Do not artificially inflate costs ...Bernd Schmidt1-4/+1
2006-11-15tree-ssa-loop-ivopts.c (get_address_cost): Make sure memory addresses we gene...Bernd Schmidt1-7/+10
2006-11-15tree-flow.h (multiplier_allowed_in_address_p): Adjust prototype.Bernd Schmidt1-40/+49
2006-11-15tree-ssa-loop-ivopts.c (determine_iv_costs): Fix formatting.Bernd Schmidt1-2/+2
2006-10-06re PR target/29256 (loop performance regression)Zdenek Dvorak1-54/+120
2006-09-24tree-ssa-loop-ivopts.c (aff_combination_convert, [...]): New functions.Zdenek Dvorak1-8/+97
2006-08-28re PR tree-optimization/28411 ("Illegal instruction" error with -ftrapv)Zdenek Dvorak1-72/+47
2006-08-17re PR tree-optimization/27865 (tree check failure building FreePOOMA)Zdenek Dvorak1-3/+3
2006-08-16re PR tree-optimization/28364 (poor optimization choices when iterating over ...Zdenek Dvorak1-4/+26
2006-06-21tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): New function.Eric Botcazou1-3/+34
2006-06-12tree-flow.h: Remove the prototype for compute_phi_arg_on_exit.Kazu Hirata1-106/+0
2006-05-24re PR tree-optimization/27639 (VRP miscompilation of simple loop)Zdenek Dvorak1-7/+6
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-1/+1
2006-05-17re PR tree-optimization/27548 (ICE: SSA corruption - Conflict across an abnor...Zdenek Dvorak1-1/+1
2006-05-01re PR tree-optimization/27283 (ICE: SSA corruption - Conflict across an abnor...Zdenek Dvorak1-112/+107
2006-05-01re PR target/26726 (-fivopts producing out of bounds array refs)Richard Guenther1-0/+14