aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-slp.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22re PR tree-optimization/69882 (Excessive reduction statements generated by SLP)Richard Biener1-7/+13
2016-02-11re PR target/65313 (Compilation error in lto profiledbootstrap on powerpc64le...Jakub Jelinek1-4/+2
2016-01-18re PR tree-optimization/69297 (Performance regression after r230020)Richard Biener1-0/+10
2016-01-18re PR tree-optimization/69170 (ICE (segfault) in find_uses_to_rename_use)Richard Biener1-2/+12
2016-01-15re PR tree-optimization/66856 (ICE in compute_live_loop_exits, at tree-ssa-lo...Richard Biener1-14/+60
2016-01-15re PR tree-optimization/68961 (Test case gcc.target/powerpc/pr60203.c fails s...Richard Biener1-7/+9
2016-01-14re PR tree-optimization/66856 (ICE in compute_live_loop_exits, at tree-ssa-lo...Richard Biener1-78/+67
2016-01-12re PR tree-optimization/69168 (ICE in vect_analyze_loop_2, at tree-vect-loop....Richard Biener1-4/+4
2016-01-11re PR tree-optimization/69207 (gcc.target/aarch64/vldN_1.c ICEs at -O3)Jakub Jelinek1-4/+1
2016-01-08[PATCH] Fix PR68707Alan Lawrence1-0/+30
2016-01-08re PR tree-optimization/69083 (ICE at -O3 in 64-bit mode on x86_64-linux-gnu ...Jakub Jelinek1-3/+16
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17re PR tree-optimization/68946 (ICE at -O3 on x86_64-linux-gnu in both 32- and...Richard Biener1-17/+13
2015-12-16re PR tree-optimization/68861 (FAIL: libgomp.fortran/vla8.f90 -O3 -g execu...Richard Biener1-3/+21
2015-12-16re PR tree-optimization/68892 (Excessive dead loads produced by BB vectorizat...Richard Biener1-27/+21
2015-12-14re PR tree-optimization/68707 (testcase gcc.dg/vect/O3-pr36098.c vectorized u...Richard Biener1-27/+0
2015-12-14re PR middle-end/68852 (ICE in vect_is_simple_use (tree-vect-stmts.c:8750) us...Richard Biener1-40/+97
2015-12-14re PR tree-optimization/68775 (spec2006 test case 465.tonto fails with the gc...Richard Biener1-11/+14
2015-12-10re PR tree-optimization/68817 (internal compiler error: Segmentation fault (p...Richard Biener1-0/+2
2015-12-03re PR tree-optimization/66051 (can't vectorize reductions inside an SLP group)Richard Biener1-64/+11
2015-11-27re PR tree-optimization/68553 (gcc.dg/vect/pr68445.c FAILs)Richard Biener1-12/+28
2015-11-27re PR tree-optimization/68553 (gcc.dg/vect/pr68445.c FAILs)Richard Biener1-176/+75
2015-11-25re PR tree-optimization/68492 (internal compiler error: in vect_is_simple_use...Richard Biener1-0/+29
2015-11-23re PR tree-optimization/68445 (ICE: internal compiler error: in operator[], a...Richard Biener1-5/+7
2015-11-13PR/67682, break SLP groups up if only some elements matchAlan Lawrence1-1/+84
2015-11-13re PR tree-optimization/68306 (ICE: in vectorizable_store, at tree-vect-stmts...Richard Biener1-0/+7
2015-11-13tree-vect-loop.c (vect_determine_vectorization_factor): Check mix of boolean ...Ilya Enkovich1-2/+52
2015-11-12tree-vectorizer.h (vect_slp_analyze_data_ref_dependences): Rename to vect_slp...Richard Biener1-37/+19
2015-11-12re PR tree-optimization/68305 (ICE on valid code at -O3 on x86_64-linux-gnu: ...Ilya Enkovich1-11/+13
2015-11-11tree-vectorizer.h (vect_slp_analyze_and_verify_instance_alignment): Declare.Richard Biener1-54/+56
2015-11-10optabs-query.h (get_vcond_mask_icode): New.Ilya Enkovich1-20/+2
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich1-3/+24
2015-11-10re PR tree-optimization/56118 (Piecewise vector / complex initialization from...Richard Biener1-3/+6
2015-11-09re PR tree-optimization/56118 (Piecewise vector / complex initialization from...Richard Biener1-1/+1
2015-11-06tree-vectorizer.h (struct _bb_vec_info): Add region_begin/end members.Richard Biener1-82/+102
2015-11-03tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect data reference...Richard Biener1-73/+55
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+9
2015-10-14tree-vectorizer.h (vect_is_simple_use): Remove unused parameters.Richard Biener1-18/+12
2015-10-14tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Reset info at start.Richard Biener1-0/+17
2015-10-13tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Allocate the data ...Richard Biener1-0/+4
2015-10-06tree-vectorizer.h (vec_info): New base class for...Richard Biener1-89/+69
2015-09-20switch from gimple to gimple*Trevor Saunders1-63/+63
2015-09-17Split up optabs.[hc]Richard Sandiford1-9/+1
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-25tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug dumping.Richard Biener1-15/+14
2015-06-24tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.Ilya Enkovich1-1/+1
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-3/+2
2015-06-18re PR tree-optimization/66510 (gcc.target/arm/pr53636.c FAILs after r224221)Richard Biener1-34/+10