]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-vect-data-refs.c
Update libbid according to the latest Intel Decimal Floating-Point Math Library.
[thirdparty/gcc.git] / gcc / tree-vect-data-refs.c
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-05  Richard Bienertree-optimization/103816 - detect offset overflow in...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-30  Richard Sandifordvect: Support gather loads with SLP
2021-11-30  Richard Sandifordvect: Fix SVE mask_gather_load/store_store tests
2021-11-30  Richard Sandifordvect: Pass mode to gather/scatter tests
2021-10-26  Richard BienerUnify offset and byte_offset for vect_create_addr_base_...
2021-10-26  Richard BienerMove negative stride bias out of dr_misalignment
2021-10-26  Richard BienerTurn vect_create_addr_base_for_vector_ref offset into...
2021-10-25  Richard Bienertree-optimization/102905 - restore re-align load for...
2021-10-19  Richard BienerRefactor vect_supportable_dr_alignment
2021-10-19  Richard BienerRefactor load/store costing
2021-10-19  Richard BienerRemove check_aligned parameter from vect_supportable_dr...
2021-10-18  Richard BienerApply TLC to vect_supportable_dr_alignment
2021-10-18  Richard Bienertree-optimization/102798 - avoid copying PTA info to...
2021-10-12  Jakub Jelinekvectorizer: Fix up -fsimd-cost-model= handling
2021-09-30  Richard BienerRefine alingment peeling fix
2021-09-30  Richard BienerFix thinko in previous alignment peeling change
2021-09-29  Richard BienerFix peeling for alignment with negative step
2021-09-27  Richard BienerAllow different vector types for stmt groups
2021-09-23  Richard Bienertree-optimization/102448 - clear copied alignment info...
2021-09-20  Richard BienerAvoid premature alignment setting in vect_duplicate_ssa...
2021-09-20  Richard Bienervect alignmet enhance TLC
2021-09-15  Richard BienerMaintain (mis-)alignment info in the first element...
2021-09-01  Richard Bienertree-optimization/102139 - fix SLP DR base alignment
2021-08-20  Richard BienerRefactor BB splitting of DRs for SLP group analysis
2021-08-17  Richard BienerFall back to masked_gather_load/masked_scatter_store
2021-08-06  Martin SeborAdjust by-value function vec arguments to by-reference.
2021-08-04  Richard BienerAdd emulated gather capability to the vectorizer
2021-07-16  Richard BienerRemove more gimple_expr_type uses
2021-06-24  Richard Bienertree-optimization/101105 - fix runtime alias test optim...
2021-06-21  Richard Bienertree-optimization/101120 - fix compile-time issue with...
2021-06-17  Richard BienerVectorization of BB reductions
2021-06-13  Trevor Saundersuse range based for loops to iterate over vec<>
2021-04-23  Richard Bienertree-optimization/99971 - improve BB vect dependence...
2021-01-11  Richard Bienertree-optimization/91403 - avoid excessive code-generation
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-31  Richard Sandifordvect: Fix bogus alignment assumption in alias checks...
2020-12-10  Joel Hutton[VECT] pr97929 fix
2020-11-19  Richard Sandifordvect: Add a “very cheap” cost model
2020-11-10  Richard Bienertree-optimization/97769 - fix assert in peeling for...
2020-11-05  Richard BienerFix SLP vectorization of stores from boolean vectors
2020-10-28  Richard Bienerdump reason for throwing away SLP instance
2020-10-13  Richard BienerRemove STMT_VINFO_SAME_ALIGN_REFS
2020-10-12  Richard Bieneroptimize permutes in SLP, remove vect_attempt_slp_rearr...
2020-10-09  Richard Bienerrandom memory leak fixes
2020-09-16  Richard Bienerremove STMT_VINFO_NUM_SLP_USES
2020-08-24  Martin LiskaSLP: support entire BB.
2020-07-29  Stefan Schulze Fri... vect: Fix infinite loop while determining peeling amount
2020-07-09  Richard Bienerremove premature vect_verify_datarefs_alignment
2020-07-07  Richard Bienerfix detection of negative step DR groups
2020-07-06  Richard Bienertree-optimization/96075 - fix bogus misalignment calcul...
2020-07-02  Fei Yangvect: Fix an ICE in exact_div [PR95961]
2020-06-24  Richard Bieneremit SLP vectorized loads earlier
2020-06-18  Fei Yangvect: Use vect_relevant_for_alignment_p consistently
2020-06-15  Fei Yangvect: Use LOOP_VINFO_DATAREFS and LOOP_VINFO_DDRS consi...
2020-06-12  Fei Yangvect: Fix an ICE in vect_loop_versioning [PR95570]
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-06-05  Richard Bienertree-optimization/95539 - fix SLP_TREE_REPRESENTATIVE...
2020-05-12  Richard Sandifordtree: Add vector_element_bits(_tree) [PR94980 1/3]
2020-05-06  Richard BienerPrepare removal of SLP_INSTANCE_GROUP_SIZE
2020-05-05  Richard Bieneradd vec_info * parameters where needed
2020-02-19  Richard Sandifordvect: Fix offset calculation for -ve strides [PR93767]
2020-01-10  Andre Vieira[vect] Keep track of DR_OFFSET advance in dr_vec_info...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-21  Richard SandifordReject versioning for alignment with different masks...
2019-11-16  Richard SandifordAdd flags to dr_with_seg_len_pair_t
2019-11-16  Richard SandifordMove canonicalisation of dr_with_seg_len_pair_ts
2019-11-16  Richard SandifordApply maximum nunits for BB SLP
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-11-12  Martin LiskaApply mechanical replacement (generated patch).
2019-11-08  Andre Vieira[vect] PR 92351: When peeling for alignment make alignm...
2019-11-08  Richard SandifordGeneralise gather and scatter optabs
2019-10-24  Jakub Jelinekarc.c (hwloop_optimize): Add missing space in string...
2019-10-21  Richard SandifordPass a vec_info to get_vectype_for_scalar_type
2019-10-11  Richard Bienerre PR tree-optimization/92066 (Many vectorization tests...
2019-10-10  Richard Bienerre PR middle-end/92046 (Command line options (that...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09  Richard Bienerre PR tree-optimization/91114 (ICE in vect_analyze_loop...
2019-07-03  Jakub Jelinekre PR tree-optimization/91033 (ICE in vect_analyze_loop...
2019-06-21  Jakub Jelinektree-vect-data-refs.c (vect_find_stmt_data_reference...
2019-06-21  Jakub Jelinekomp-low.c (lower_rec_simd_input_clauses): Add rvar2...
2019-06-21  Jakub Jelinektree-vect-data-refs.c (vect_find_stmt_data_reference...
2019-06-17  Jakub Jelinekomp-low.c (struct omp_context): Add scan_inclusive...
2019-05-28  Alejandro MartinezCurrent vectoriser doesn't support masked loads for...
2019-04-11  Richard Bienerre PR tree-optimization/90018 (r265453 miscompiled...
2019-04-10  Richard Bienertree-vectorizer.h (_stmt_vec_info): Remove same_dr_stmt...
2019-04-09  Richard SandifordSVE fallout from PR90006
2019-04-08  Richard Bienerre PR tree-optimization/90006 (gcc loops indefinitely...
2019-03-26  Bin Chengre PR tree-optimization/81740 (wrong code at -O3 in...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-21  Jakub Jelinektree-vect-data-refs.c (vect_enhance_data_refs_alignment...
2018-12-20  Joern Rennecketree-vect-data-refs.c (vect_enhance_data_refs_alignment...
2018-11-14  Iain Sandoefix Darwin bootstrap.
2018-11-13  David MalcolmEnsure that dump calls are guarded with dump_enabled_p
2018-11-13  Andre Vieira[PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time...
2018-10-26  Richard Bienerre PR tree-optimization/87746 (ICE in vect_update_misal...
2018-10-25  Richard Bienertree-vect-data-refs.c (vect_analyze_data_ref_accesses...
2018-10-24  Richard Bienerre PR tree-optimization/87105 (Autovectorization [X86...
next