aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-13re PR tree-optimization/87931 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener1-0/+16
2018-11-13re PR tree-optimization/87962 (ICE in vect_get_vec_def_for_operand_1, at tree...Richard Biener1-23/+16
2018-11-13re PR tree-optimization/87967 (ICE in slpeel_duplicate_current_defs_from_edges)Richard Biener1-1/+1
2018-11-09re PR c/87953 (asan: stack-buffer-overflow in vectorizable_reduction)Richard Biener1-2/+3
2018-11-09re PR tree-optimization/87621 (outer loop auto-vectorization fails for expone...Richard Biener1-0/+4
2018-11-07re PR tree-optimization/87914 (gcc fails to vectorize bitreverse code)Richard Biener1-29/+58
2018-11-05re PR tree-optimization/87873 (ICE: verify_gimple failed (error: incompatible...Richard Biener1-1/+1
2018-10-08tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Open a dump scope.Richard Biener1-0/+2
2018-10-04Report vectorization problems via a new opt_problem classDavid Malcolm1-247/+195
2018-09-20Fix PEELING_FOR_NITERS calculation (PR 87288)Richard Sandiford1-3/+11
2018-09-20Add missing alignment checks in epilogue loop vectorisation (PR 86877)Richard Sandiford1-10/+11
2018-09-19dump_printf: use %T and %G throughoutDavid Malcolm1-152/+63
2018-08-27re PR tree-optimization/86927 (Gcc miscompiles at -O3 on valid code)Richard Biener1-0/+3
2018-08-22[2/2] Fix bogus inner induction (PR 86725)Richard Sandiford1-0/+35
2018-08-22[1/2] Fix bogus double reduction (PR 86725)Richard Sandiford1-0/+1
2018-08-17Formatted printing for dump_* in the middle-endDavid Malcolm1-1/+1