]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-vectorizer.c
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / tree-vectorizer.c
2021-08-24  Richard Bienertree-optimization/100089 - avoid leaving scalar if...
2021-08-24  liuhongtDisable slp in loop vectorizer when cost model is very...
2021-07-30  Kewen LinUse range-based for loops for traversing loops
2021-07-13  Richard Sandifordvect: Reuse reduction accumulators between loops
2021-06-13  Trevor Saundersuse range based for loops to iterate over vec<>
2021-02-24  Tamar Christinaslp: fix sharing of SLP only patterns.
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-13  Tamar Christinamiddle-end: Refactor and expose some vectorizer helper...
2020-12-02  Richard Bienertree-optimization/97630 - fix SLP cycle memory leak
2020-10-27  Richard BienerSLP vectorize across PHI nodes
2020-10-27  Richard BienerMove SLP nodes to an alloc-pool
2020-10-13  Richard BienerRemove STMT_VINFO_SAME_ALIGN_REFS
2020-10-08  Richard BienerSLP vectorize multiple BBs at once
2020-10-08  Richard Bieneradjust BB vectorization dump scanning
2020-09-16  Richard Bienerremove STMT_VINFO_NUM_SLP_USES
2020-09-11  Richard Bienerimprove BB vectorization dump locations
2020-08-06  Kewen Linvect: Skip epilogue loops for dbgcnt check [PR96451]
2020-07-29  Richard Bienermore SCEV cache clearing
2020-07-03  Richard Bienerrefactor SLP constant insertion and provde entry insert...
2020-06-24  Richard Bienertree-optimization/95856 fix vect_stmt_dominates_stmt_p...
2020-06-18  Richard Bienerremove SLP_TREE_TWO_OPERATORS, add SLP permutation...
2020-06-10  Richard BienerMake {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple *
2020-06-10  Richard BienerIntroduce STMT_VINFO_VEC_STMTS
2020-05-13  Richard Bieneradd vectype parameter to add_stmt_cost hook
2020-05-05  Richard Bieneradd vec_info * parameters where needed
2020-01-20  Richard Bienertree-optimization/93094 pass down VECTORIZED_CALL to...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-14  Richard SandifordSupport vectorisation with mixed vector sizes
2019-11-14  Richard SandifordReplace vec_info::vector_size with vec_info::vector_mode
2019-11-04  Andre Vieira[vect] Clean up orig_loop_vinfo from vect_analyze_loop
2019-10-29  Andre Vieira[vect]PR 88915: Vectorize epilogues when versioning...
2019-10-21  Richard SandifordReplace current_vector_size with vec_info::vector_size
2019-10-21  Richard SandifordAvoid setting current_vector_size in get_vec_alignment_...
2019-10-18  Prathamesh Kulkarnire PR target/86753 (gcc.target/aarch64/sve/vcond_[45...
2019-10-17  Richard Bienertree-vectorizer.h (_stmt_vec_info::cond_reduc_code...
2019-10-08  Richard Bienertree-vectorizer.h (_stmt_vec_info::v_reduc_type): Remove.
2019-09-27  Richard Bienertree-vectorizer.h (_stmt_vec_info::reduc_fn): New.
2019-09-26  Richard Bienertree-vect-loop.c (vect_analyze_loop_operations): Also...
2019-09-26  Martin LiskaAdd TODO_update_ssa for SLP BB vectorization (PR tree...
2019-09-24  Richard Bienertree-vectorizer.h (_stmt_vec_info::const_cond_reduc_cod...
2019-09-20  Richard Bienerre PR testsuite/91821 (r275928 breaks gcc.target/powerp...
2019-08-05  Richard SandifordAdd a gimple_move_vops helper function
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-13  Richard Bienertree-vectorizer.h (vect_loop_vectorized_call): Declare.
2019-05-28  Alejandro MartinezCurrent vectoriser doesn't support masked loads for...
2019-02-07  David MalcolmFix more ICEs in -fsave-optimization-record (PR tree...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-05  Richard Bienerre PR tree-optimization/86637 (ICE: tree check: expecte...
2018-11-13  David MalcolmEnsure that dump calls are guarded with dump_enabled_p
2018-10-15  Renlin Li[PR87563][AARCH64-SVE]: Don't keep ifcvt loop when...
2018-10-09  Richard Bienertree-vectorizer.c (dump_stmt_cost): Fix cut&paste missi...
2018-10-08  Richard Bienertree-vect-loop.c (vect_compute_single_scalar_iteration_...
2018-10-04  David MalcolmReport vectorization problems via a new opt_problem...
2018-09-19  David Malcolmdump_printf: use %T and %G throughout
2018-08-17  David MalcolmFormatted printing for dump_* in the middle-end
2018-07-31  Richard Sandiford[46/46] Turn stmt_vec_info back into a typedef
2018-07-31  Richard Sandiford[45/46] Remove vect_stmt_in_region_p
2018-07-31  Richard Sandiford[44/46] Remove global vinfo_for_stmt-related routines
2018-07-31  Richard Sandiford[43/46] Make free_stmt_vec_info take a stmt_vec_info
2018-07-31  Richard Sandiford[42/46] Add vec_info::replace_stmt
2018-07-31  Richard Sandiford[41/46] Add vec_info::remove_stmt
2018-07-31  Richard Sandiford[40/46] Add vec_info::lookup_dr
2018-07-31  Richard Sandiford[37/46] dr_aux tweaks
2018-07-31  Richard Sandiford[09/46] Add vec_info::lookup_single_use
2018-07-31  Richard Sandiford[08/46] Add vec_info::lookup_def
2018-07-31  Richard Sandiford[07/46] Add vec_info::lookup_stmt
2018-07-31  Richard Sandiford[06/46] Add vec_info::add_stmt
2018-07-31  Richard Sandiford[03/46] Remove unnecessary update of NUM_SLP_USES
2018-06-26  David MalcolmIntroduce dump_location_t
2018-06-25  Richard Bienerre PR regression/86304 ([MIPS] FAIL: gcc.dg/vect/pr7988...
2018-06-25  Richard Bienertree-vectorizer.h (struct vec_info_shared): New structu...
2018-06-19  Richard Bienertree-vectorizer.c (try_vectorize_loop_1): Split out...
2018-06-15  Richard Bienertree-vect-slp.c (vect_slp_bb): Dump MSG_OPTIMIZED_LOCAT...
2018-05-29  Richard Bienertree-vectorizer.h (struct vec_info): Add stmt_vec_infos...
2018-05-16  Richard Bienertree-vectorizer.h (struct stmt_info_for_cost): Add...
2018-01-13  Richard SandifordAdd an empty_mask_is_expensive hook
2018-01-12  Richard SandifordHandle poly_int vector sizes in get_vec_alignment_for_a...
2018-01-03  Jakub JelinekUpdate copyright years.
2018-01-03  Richard Sandifordpoly_int: vectoriser vf and uf
2017-12-12  Jakub Jelinekre PR tree-optimization/83359 (ICE in expand_LOOP_DIST_...
2017-08-08  Martin Liskatrans.c: Include header files.
2017-08-04  Richard SandifordC++-ify vec_info structures
2017-07-05  Bin Chengcfgloop.h (struct loop): Add comment.
2017-06-19  Richard Bienertree-ssa-loop-niter.h (estimate_numbers_of_iterations...
2017-05-26  Richard Bienerre PR tree-optimization/80844 (OpenMP SIMD doesn't...
2017-03-06  Richard Bienerre PR tree-optimization/79887 (ICE in set_uid_loop_bbs...
2017-01-09  Jakub Jelinekre PR tree-optimization/78899 (Vestorized loop with...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-25  Richard Bienerre PR tree-optimization/78396 (gcc.dg/vect/bb-slp-cond...
2016-11-23  Richard Bienerre PR tree-optimization/78396 (gcc.dg/vect/bb-slp-cond...
2016-11-16  Yuri RumyantsevSupport non-masked epilogue vectoriziation
2016-09-26  Marek Polacekipa-inline-analysis.c (find_foldable_builtin_expect...
2016-07-29  Bin Chengre PR tree-optimization/57558 (Loop not vectorized...
2016-07-01  Yuri Rumyantsevre PR tree-optimization/70729 (Loop marked with omp...
2016-05-20  Prathamesh Kulkarnitree-vectorizer.c (get_vec_alignment_for_decl): New...
2016-02-02  Yuri Rumyantsevre PR middle-end/68542 (10% 481.wrf performance regression)
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-08  Ilya Enkovichre PR tree-optimization/68766 (internal compiler error...
2015-11-14  Jakub Jelinekomp-low.c (lower_omp_ordered): Add argument to GOMP_SMD...
next