summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/47086 (ICE: verify_flow_info failed: BB 3 can not thr...Jeff Law2011-01-111-1/+7
* re PR debug/46150 (-fcompare-debug failure (length) with -fPIC -O2)Jakub Jelinek2010-11-111-1/+2
* Fix PR/46200Xinliang David Li2010-11-031-2/+19
* re PR bootstrap/45611 (SIGBUS in generate_option_input_file on Solaris 2/SPARC)Richard Guenther2010-09-131-2/+2
* re PR tree-optimization/45578 (The polyhedron test mdbx is miscompiled with -...Richard Guenther2010-09-081-11/+38
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-5/+0
* re PR bootstrap/45519 (Failed to bootstrap)Richard Guenther2010-09-041-8/+3
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-3/+18
* Fix PR45422Xinliang David Li2010-08-281-29/+25
* pr45260 Don't generate prefetch if the address of base could not be taken.Changpeng Fang2010-08-231-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-44/+0
* Improve address offset range computationXinliang David Li2010-08-101-16/+22
* Revert change in revision 162652.Xinliang David Li2010-07-291-9/+7
* IVOPT performance tuning patch.Xinliang David Li2010-07-281-57/+373
* Fix to expose more LIM when creating mem_refXinliang David Li2010-07-281-3/+4
* adjusting iv update stmt position to enable inst combining. Regression tested...Xinliang David Li2010-07-271-0/+84
* Multiple exit loop handling in ivopts. Regression tested on x86-64/linuxXinliang David Li2010-07-271-27/+73
* re PR lto/45037 (lto1 ICEs when linking cns_solve)Richard Guenther2010-07-231-4/+6
* tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov2010-07-151-3/+3
* re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore2010-07-101-1/+26
* re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore2010-07-051-34/+58
* tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.Richard Guenther2010-07-051-2/+6
* tree.c (reference_alias_ptr_type): New function.Richard Guenther2010-07-051-28/+37
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-3/+1
* re PR rtl-optimization/44479 (false dependencies are computed after vectoriza...Richard Guenther2010-07-041-4/+11
* tree-ssa-structalias.c (pt_solution_set_var): New function.Richard Guenther2010-07-021-0/+21
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-5/+8
* tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the computed c...Sandra Loosemore2010-06-111-0/+1
* tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.Sandra Loosemore2010-06-091-4/+18
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+5
* When niter may be zero, return a COND_EXPR with the may_be_zero condition.Sebastian Pop2010-05-281-0/+5
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of the varia...Eric Botcazou2010-04-301-7/+9
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* cfgloop.h (struct loop): Move can_be_parallel field up.Nathan Froyd2010-04-261-2/+2
* cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka2010-04-261-3/+4
* re PR tree-optimization/43614 (ice in gimple_rhs_has_side_effects, at gimple....Richard Guenther2010-04-011-1/+5
* Fix PR43209: Do not decrease the cost of an IV candidate when the cost is inf...Changpeng Fang2010-03-041-2/+3
* re PR regression/40886 (No loop counter reversal for simple loops anymore)Sebastian Pop2010-02-111-1/+14
* re PR tree-optimization/42956 (internal compiler error: Segmentation fault wi...Richard Guenther2010-02-071-1/+5
* Remove trailing white spaces.H.J. Lu2009-11-251-36/+36
* re PR tree-optimization/41857 (Loop optimizer breaks __ea pointers with -mea64)Ulrich Weigand2009-11-021-1/+17
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-28/+31
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-53/+93
* tree-ssa-loop-ivopts.c (get_phi_with_result): Remove.Alexandre Oliva2009-09-081-55/+12
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-2/+20
* tree-dfa.c (renumber_gimple_stmt_uids_in_blocks): New function.Bernd Schmidt2009-08-091-55/+268
* tree-ssa-loop-ivopts.c (strip_offset_1): New case.Eric Botcazou2009-05-291-35/+86