aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Fix reduc_index==1 handling for COND_REDUCTION (PR91909)Richard Sandiford1-7/+15
2019-09-26tree-vect-loop.c (vect_analyze_loop_operations): Analyze loop-closed PHIs tha...Richard Biener1-15/+83
2019-09-26tree-vect-loop.c (vect_analyze_loop_operations): Also call vectorizable_reduc...Richard Biener1-149/+170
2019-09-25re PR tree-optimization/91896 (ICE in vect_get_vec_def_for_stmt_copy, at tree...Richard Biener1-0/+4
2019-09-24tree-vectorizer.h (_stmt_vec_info::const_cond_reduc_code): Rename to...Richard Biener1-83/+47
2019-09-23tree-vect-loop.c (get_initial_def_for_reduction): Simplify, avoid adjusting b...Richard Biener1-35/+25
2019-09-20re PR testsuite/91821 (r275928 breaks gcc.target/powerpc/sad-vectorize-2.c)Richard Biener1-6/+16
2019-09-20re PR tree-optimization/91822 (FAIL: gcc.dg/pr88031.c (internal compiler error))Richard Biener1-5/+6
2019-09-19tree-vect-loop.c (vect_is_slp_reduction): Remove.Richard Biener1-172/+47
2019-09-19Enforce correct COND_EXPR order for EXTRACT_LAST_REDUCTIONRichard Sandiford1-5/+6
2019-09-19tree-parloops.c (parloops_is_slp_reduction): Do not set LOOP_VINFO_OPERANDS_S...Richard Biener1-68/+6
2019-09-18tree-vect-loop.c (vect_is_simple_reduction): Remove operand swapping.Richard Biener1-57/+4
2019-09-18tree-parloops.c (report_ploop_op): Copy from report_vect_op.Richard Biener1-1/+3
2019-09-18tree-vectorizer.h (get_initial_def_for_reduction): Remove.Richard Biener1-3/+1
2019-09-12re PR tree-optimization/91750 (Induction vectorization introduces signed over...Richard Biener1-41/+51
2019-09-07re PR tree-optimization/91665 (ICE in build_vector_from_val, at tree.c:1904)Jakub Jelinek1-1/+4
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-43/+43
2019-07-04re PR tree-optimization/90911 (456.hmmer regression with r272239)Richard Biener1-0/+5
2019-07-03re PR tree-optimization/91033 (ICE in vect_analyze_loop, at tree-vect-loop.c:...Jakub Jelinek1-2/+2
2019-06-27Fix various issues seen with clang-static-analyzer.Martin Liska1-1/+0
2019-06-27Remove quite obvious dead assignments.Martin Liska1-6/+2
2019-06-26Fix one another thinko in tree-vect-loop.c (PR tree-optimization/90973).Martin Liska1-1/+1
2019-06-25Properly sum costs in tree-vect-loop.c (PR tree-optimization/90973).Martin Liska1-2/+2
2019-06-18Restore correct iv step for fully-masked loopsRichard Sandiford1-5/+5
2019-06-18[Vectorizer] Support masking fold left reductionsAlejandro Martinez1-3/+33
2019-06-17omp-low.c (struct omp_context): Add scan_inclusive field.Jakub Jelinek1-4/+6
2019-06-13re PR target/88838 ([SVE] Use 32-bit WHILELO in LP64 mode)Kugan Vivekanandarajah1-5/+80
2019-05-28Current vectoriser doesn't support masked loads for SLP.Alejandro Martinez1-0/+47
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek1-8/+50
2019-05-16omp-low.c (lower_rec_input_clauses): If OMP_CLAUSE_IF has non-constant expres...Jakub Jelinek1-0/+26
2019-05-07This patch adds support to vectorize sum of abslolute differences (SAD_EXPR)Alejandro Martinez1-0/+12
2019-05-02[Aarch64][SVE] Dot product supportAlejandro Martinez1-1/+60
2019-03-18Fix a case in which the vector cost model was ignoredRichard Sandiford1-24/+104
2019-03-11re PR tree-optimization/89649 (r269458 FAILs g++.dg/pr80481.C, scan-assembler...Richard Biener1-2/+4
2019-02-22re PR tree-optimization/89440 (ICE in vect_create_epilog_for_reduction, at tr...Richard Biener1-7/+0
2019-02-07Fix more ICEs in -fsave-optimization-record (PR tree-optimization/89235)David Malcolm1-0/+1
2019-01-25re PR tree-optimization/89049 (Unexpected vectorization)Richard Biener1-5/+5
2019-01-22tree-vect-loop.c (vect_analyze_loop_operations): Use auto_vec for cost vector...Richard Biener1-5/+9
2019-01-07Fix ICE in get_initial_defs_for_reduction (PR 88567)Richard Sandiford1-11/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-04tree-vect-loop.c (vect_transform_loop): Fix epilogue iterations for epilogue ...Richard Biener1-3/+3
2018-12-04re PR tree-optimization/88315 (SAD and DOT_PROD SLP reductions with initial v...Richard Biener1-104/+63
2018-12-03tree-vect-loop.c (vect_transform_loop): Properly compute upper bound for the ...Richard Biener1-2/+5
2018-11-26re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener1-17/+12
2018-11-19Disable unrolling for loops vectorised with non-constant VFKyrylo Tkachov1-0/+9
2018-11-19re PR tree-optimization/88071 (ICE: verify_gimple failed (error: dead STMT in...Jakub Jelinek1-1/+1
2018-11-15re PR tree-optimization/88031 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener1-20/+16
2018-11-14re PR tree-optimization/87974 (ICE in vect_get_vec_def_for_stmt_copy)Richard Biener1-2/+6
2018-11-13re PR tree-optimization/86991 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener1-29/+16
2018-11-13Ensure that dump calls are guarded with dump_enabled_pDavid Malcolm1-22/+31