summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/50955 (IVopts incorrectly rewrite the address of a gl...Richard Guenther2012-02-061-1/+5
* tree.h (copy_ref_info): Expose existing function.Bill Schmidt2011-10-111-58/+0
* re PR bootstrap/50218 (tree-ssa-loop-ivopts.c triggers -Werror=maybe-uninitia...Mikael Pettersson2011-08-281-1/+1
* tree-ssa-loop-ivopts.c (struct cost_pair): Add comp field.Zdenek Dvorak2011-08-261-51/+320
* tree.h (tree_int_cst_msb): Remove.Richard Guenther2011-08-181-20/+0
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-2/+2
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-1/+1
* tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther2011-08-101-1/+1
* re PR middle-end/43513 (The stack pointer is adjusted twice)Tom de Vries2011-07-311-1/+2
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-3/+1
* re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak2011-06-141-1/+1
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-221-1/+1
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-201-0/+59
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-191-17/+68
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-191-0/+5
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-181-0/+2
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-181-1/+1
* remove useless if-before-free testsJim Meyering2011-04-201-4/+2
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-1/+1
* 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