aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-05[bootstrap-O1] add initializers to avoid warnings at -O1Alexandre Oliva1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-06re PR tree-optimization/78675 (ICE: verify_gimple failed (error: integral res...Jakub Jelinek1-2/+4
2016-11-16Support non-masked epilogue vectoriziationYuri Rumyantsev1-19/+83
2016-11-16Fix nb_iterations_estimate calculation in tree-vect-loop.cRichard Sandiford1-20/+18
2016-11-03tree-vect-loop.c (destroy_loop_vec_info): Handle cond_expr.Bin Cheng1-23/+62
2016-10-13tree-vect-loop.c (loop_niters_no_overflow): New func.Bin Cheng1-2/+36
2016-10-13tree-vect-loop-manip.c (adjust_vec_debug_stmts): Don't release adjust_vec aut...Bin Cheng1-168/+23
2016-10-13tree-vect-loop.c (vect_analyze_loop_2): Check and skip loop if it has no enou...Bin Cheng1-0/+19
2016-10-13tree-vect-loop.c (vectorizable_live_operation): Support handling for live var...Bin Cheng1-13/+17
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek1-6/+2
2016-09-15re PR tree-optimization/77503 (ICE in vect_transform_stmt compiling postgresql)Bin Cheng1-7/+19
2016-08-23re PR tree-optimization/77286 (ICE in fold_convert_loc, at fold-const.c:2248 ...Richard Biener1-16/+33
2016-08-17re PR tree-optimization/71752 (ICE in compute_live_loop_exits, at tree-ssa-lo...Alan Hayward1-14/+21
2016-08-12re PR tree-optimization/69848 (poor vectorization of a loop from SPEC2006 464...Bin Cheng1-23/+69
2016-07-29re PR tree-optimization/57558 (Loop not vectorized if iteration count could b...Bin Cheng1-32/+111
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