aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-19tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update comment.Ilya Enkovich1-1/+9
2016-07-13tree-vect-data-refs.c (vect_no_alias_p): New function.Bin Cheng1-9/+1
2016-07-08re PR debug/71667 (ICE in as_a, at is-a.h:192 w/ -g -O2 -ftree-vectorize)Alan Hayward1-3/+4
2016-07-06[5/7] Move the fix for PR65518Richard Sandiford1-1/+3
2016-06-29re PR tree-optimization/70729 (Loop marked with omp simd pragma is not vector...Yuri Rumyantsev1-0/+3
2016-06-17tree-vect-loop.c (vect_create_epilog_for_reduction): Only insert gimple seq i...Bin Cheng1-1/+3
2016-06-15re PR tree-optimization/71483 (g++ ICE at -O3 on valid code on x86_64-linux-g...Alan Hayward1-11/+7
2016-06-15re PR tree-optimization/71439 (wrong code at -O3 in 32-bit and 64-bit mode on...Alan Hayward1-1/+5
2016-06-13re PR tree-optimization/71416 (ICE at -O3 in 32-bit and 64-bit modes on x86_6...Alan Hayward1-4/+7
2016-06-10re PR tree-optimization/71407 (ICE at -O3 in 32-bit and 64-bit modes on x86_6...Alan Hayward1-6/+9
2016-06-08tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.Alan Hayward1-27/+1
2016-06-03[3/3] No need to vectorize simple only-live stmtsAlan Hayward1-4/+5
2016-06-03[2/3] Vectorize inductions that are live after the loopAlan Hayward1-66/+91
2016-06-01tree-vect-loop.c (vect_determine_vectorization_factor): Also compute the fact...Eric Botcazou1-1/+2
2016-06-01tree-vect-loop.c (vect_determine_vectorization_factor): Also take into accoun...Eric Botcazou1-1/+2
2016-05-30* tree-vect-loop.c (vect_transform_loop): Update likely bounds.Jan Hubicka1-3/+11
2016-05-30tree-vect-loop.c (vect_analyze_loop_2): Use likely_max_stmt_executions_int.Jan Hubicka1-1/+1
2016-05-24Clean up PURE_SLP_STMT handlingRichard Sandiford1-1/+1
2016-05-19tree-vect-loop.c (vect_analyze_loop_2): Use also max_loop_iterations_int.Jan Hubicka1-0/+2
2016-05-19re PR tree-optimization/69848 (poor vectorization of a loop from SPEC2006 464...Bin Cheng1-12/+5
2016-05-12re PR tree-optimization/71006 (ICE: verify_gimple failed (error: type mismatc...Ilya Enkovich1-1/+3
2016-04-29tree-vect-loop.c (vect_transform_loop): Fix nb_iterations_upper_bound computa...Ilya Enkovich1-2/+4
2016-04-12Revert r234572 (aka PR testsuite/70577)Martin Liska1-2/+0
2016-03-30tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic estimat...Jan Hubicka1-0/+2
2016-03-16tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by reporting malf...Bin Cheng1-2/+3
2016-03-03Skip properly debug stmt in optimize_mask_stores (PRMartin Liska1-1/+4
2016-02-29re PR tree-optimization/69720 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-9/+22
2016-02-22tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump min_profitable_es...Bin Cheng1-2/+2
2016-02-10re PR tree-optimization/69652 ([ICE] verify_ssa fail w/ -O2 -ffast-math -ftre...Yuri Rumyantsev1-59/+75
2016-02-02re PR middle-end/68542 (10% 481.wrf performance regression)Yuri Rumyantsev1-0/+192
2016-01-27re PR tree-optimization/69166 (ICE in get_initial_def_for_reduction, at tree-...Richard Biener1-14/+14
2016-01-15re PR tree-optimization/66856 (ICE in compute_live_loop_exits, at tree-ssa-lo...Richard Biener1-0/+7
2016-01-14Tidy: remove reduc_xxx_optab migration code.Alan Lawrence1-8/+4
2016-01-14re PR tree-optimization/68060 (ICE on valid code at -O3 on x86_64-linux-gnu i...Richard Biener1-2/+5
2016-01-12re PR target/69053 (ICE in build_vector_from_val)Richard Biener1-12/+5
2016-01-12re PR tree-optimization/69168 (ICE in vect_analyze_loop_2, at tree-vect-loop....Richard Biener1-2/+2
2016-01-11re PR tree-optimization/69173 (ICE (segfault) in vinfo_for_stmt)Richard Biener1-3/+15
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10re PR tree-optimization/68806 (internal compiler error: Segmentation fault)Richard Biener1-3/+6
2015-11-30re PR tree-optimization/68592 (ICE in vect_get_vec_def_for_operand, at tree-v...Richard Biener1-0/+7
2015-11-27re PR tree-optimization/68559 (Excessive peeling for gaps)Richard Biener1-0/+1
2015-11-27Fix memory leak in loop_vec_infoMartin Liska1-0/+1
2015-11-26re PR tree-optimization/66721 (gcc.target/i386/pr61403.c FAILs)Richard Biener1-16/+98
2015-11-23re PR tree-optimization/68327 (ICE on valid code at -O3 on x86_64-linux-gnu i...Ilya Enkovich1-1/+2
2015-11-20re PR tree-optimization/68413 (internal compiler error: in vect_transform_stmt)Alan Hayward1-18/+24
2015-11-18re PR middle-end/67790 (verify_ssa failed: definition in block 20 follows the...Richard Biener1-47/+21
2015-11-13tree-vect-loop.c (vect_determine_vectorization_factor): Check mix of boolean ...Ilya Enkovich1-0/+25
2015-11-13Optimize condition reductions where the result is an integer induction variableAlan Hayward1-8/+130
2015-11-13tree-vect-loop.c (vect_analyze_loop_2): Add fatal parameter.Richard Biener1-4/+11
2015-11-10optabs.c (expand_binop_directly): Allow scalar mode for vec_pack_trunc_optab.Ilya Enkovich1-12/+19