aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-26cfgloop.h (struct loop): Move can_be_parallel field up.Nathan Froyd1-2/+2
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-3/+4
2010-04-01re PR tree-optimization/43614 (ice in gimple_rhs_has_side_effects, at gimple....Richard Guenther1-1/+5
2010-03-04Fix PR43209: Do not decrease the cost of an IV candidate when the cost is inf...Changpeng Fang1-2/+3
2010-02-11re PR regression/40886 (No loop counter reversal for simple loops anymore)Sebastian Pop1-1/+14
2010-02-07re PR tree-optimization/42956 (internal compiler error: Segmentation fault wi...Richard Guenther1-1/+5
2009-11-25Remove trailing white spaces.H.J. Lu1-36/+36
2009-11-02re PR tree-optimization/41857 (Loop optimizer breaks __ea pointers with -mea64)Ulrich Weigand1-1/+17
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-28/+31
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-53/+93
2009-09-08tree-ssa-loop-ivopts.c (get_phi_with_result): Remove.Alexandre Oliva1-55/+12
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-2/+20
2009-08-09tree-dfa.c (renumber_gimple_stmt_uids_in_blocks): New function.Bernd Schmidt1-55/+268
2009-05-29tree-ssa-loop-ivopts.c (strip_offset_1): New case.Eric Botcazou1-35/+86
2009-05-24tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini1-4/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-61/+1
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-10/+10
2009-03-04tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak1-2/+2
2009-02-24re PR tree-optimization/39233 (ivopts + vrp miscompilation)Richard Guenther1-3/+1
2009-02-09revert: tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Make case self-cont...Eric Botcazou1-5/+6
2009-02-08tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Make case self-contained.Eric Botcazou1-6/+5
2008-12-19builtins.c, [...]: Fix comments.Andrew Haley1-2/+2
2008-12-12re PR tree-optimization/32044 (final value replacement too aggressive for e.g...Zdenek Dvorak1-0/+5
2008-12-09fixed-value.c (do_fixed_add): Add comment.Andrew Haley1-0/+2
2008-12-08gimple.h (gimple_build_try): Fix declaration.Andrew Haley1-1/+4
2008-11-20re PR rtl-optimization/32283 (Missed induction variable optimization)Zdenek Dvorak1-2/+6
2008-10-24re PR tree-optimization/36038 (miscompiled loop in perlbmk for -Os)Jakub Jelinek1-3/+5
2008-10-11tree.h (contains_packed_reference): Mention ARRAY_RANGE_REF in head comment.Eric Botcazou1-5/+11
2008-10-07tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Return true for non-address...Eric Botcazou1-1/+1
2008-09-16re PR rtl-optimization/37263 (extra code for doloop with unsigned 32bit types...Andrew Pinski1-2/+2
2008-09-02backport: configure: Regenerate.Sebastian Pop1-3/+23
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-63/+81
2008-08-04tree-ssa-loop-ivopts.c (add_iv_value_candidates): Also add the candidate with...Richard Guenther1-2/+4
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-176/+201
2008-07-03tree-flow.h (loop_only_exit_p): Declare.Eric Botcazou1-14/+27
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+4
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-8/+4
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-3/+0
2008-04-23tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily1-1/+0
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