aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak1-1/+1
2011-05-22re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-1/+1
2011-05-20re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-0/+59
2011-05-19re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-17/+68
2011-05-19re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-0/+5
2011-05-18re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-0/+2
2011-05-18re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries1-1/+1
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-1/+1
2011-01-11re PR tree-optimization/47086 (ICE: verify_flow_info failed: BB 3 can not thr...Jeff Law1-1/+7
2010-11-11re PR debug/46150 (-fcompare-debug failure (length) with -fPIC -O2)Jakub Jelinek1-1/+2
2010-11-03Fix PR/46200Xinliang David Li1-2/+19
2010-09-13re PR bootstrap/45611 (SIGBUS in generate_option_input_file on Solaris 2/SPARC)Richard Guenther1-2/+2
2010-09-08re PR tree-optimization/45578 (The polyhedron test mdbx is miscompiled with -...Richard Guenther1-11/+38
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-5/+0
2010-09-04re PR bootstrap/45519 (Failed to bootstrap)Richard Guenther1-8/+3
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-3/+18
2010-08-28Fix PR45422Xinliang David Li1-29/+25
2010-08-23pr45260 Don't generate prefetch if the address of base could not be taken.Changpeng Fang1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-44/+0
2010-08-10Improve address offset range computationXinliang David Li1-16/+22
2010-07-29Revert change in revision 162652.Xinliang David Li1-9/+7
2010-07-28IVOPT performance tuning patch.Xinliang David Li1-57/+373
2010-07-28Fix to expose more LIM when creating mem_refXinliang David Li1-3/+4
2010-07-27adjusting iv update stmt position to enable inst combining. Regression tested...Xinliang David Li1-0/+84
2010-07-27Multiple exit loop handling in ivopts. Regression tested on x86-64/linuxXinliang David Li1-27/+73
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