aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-23re PR lto/45037 (lto1 ICEs when linking cns_solve)Richard Guenther1-4/+6
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-3/+3
2010-07-10re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore1-1/+26
2010-07-05re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore1-34/+58
2010-07-05tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.Richard Guenther1-2/+6
2010-07-05tree.c (reference_alias_ptr_type): New function.Richard Guenther1-28/+37
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-3/+1
2010-07-04re PR rtl-optimization/44479 (false dependencies are computed after vectoriza...Richard Guenther1-4/+11
2010-07-02tree-ssa-structalias.c (pt_solution_set_var): New function.Richard Guenther1-0/+21
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-5/+8
2010-06-11tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the computed c...Sandra Loosemore1-0/+1
2010-06-09tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.Sandra Loosemore1-4/+18
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+5
2010-05-28When niter may be zero, return a COND_EXPR with the may_be_zero condition.Sebastian Pop1-0/+5
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-30tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of the varia...Eric Botcazou1-7/+9
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
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