summaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)Author
2024-10-21tree-optimization/116982 - analyze scalar loop exit earlyRichard Biener
2024-07-17vect: Merge loop mask and cond_op mask in fold-left reduction [PR115382].Robin Dapp
2024-01-03Update copyright years.Jakub Jelinek
2023-12-24middle-end: Support vectorization of loops with multiple exits.Tamar Christina
2023-12-01Fix ambiguity between vect_get_vec_defs with/without vectypeRichard Biener
2023-11-08TLC to vect_check_store_rhs and vect_slp_child_index_for_operandRichard Biener
2023-11-06tree-optimization/112404 - two issues with SLP of .MASK_LOADRichard Biener
2023-11-02ifcvt/vect: Emit COND_OP for conditional scalar reduction.Robin Dapp
2023-10-18middle-end: maintain LCSSA throughout loop peelingTamar Christina
2023-10-18middle-end: updated niters analysis to handle multiple exits.Tamar Christina
2023-10-18middle-end: Refactor vectorizer loop conditionals and separate out IV to new ...Tamar Christina
2023-10-17tree-optimization/111846 - put simd-clone-info into SLP treeRichard Biener
2023-08-24tree-optimization/111115 - SLP of masked storesRichard Biener
2023-08-16VECT: Apply MASK_LEN_{LOAD_LANES, STORE_LANES} into vectorizerJuzhe-Zhong
2023-08-15Support constants and externals in BB reduction vectorizationRichard Biener
2023-08-10Remove insert location argument from vectorizable_live_operationRichard Biener
2023-08-08tree-optimization/49955 - BB reduction with odd number of lanesRichard Biener
2023-07-24Remove SLP_TREE_VEC_STMTS in favor of SLP_TREE_VEC_DEFSRichard Biener
2023-07-06tree-optimization/110563 - simplify epilogue VF checksRichard Biener
2023-06-19AVX512 fully masked vectorizationRichard Biener
2023-06-19Add loop_vinfo argument to vect_get_loop_maskRichard Biener
2023-06-10VECT: Add SELECT_VL supportJu-Zhe Zhong
2023-06-05vect: Refactor to allow internal_fn'sAndre Vieira
2023-05-31Enhance NARROW FLOAT_EXPR vectorization by truncating integer to lower precis...liuhongt
2023-05-25VECT: Add decrement IV iteration loop control by variable amount supportJu-Zhe Zhong
2023-05-22VECT: Fix bug of multiple-rgroup for length is counting elementsJu-Zhe Zhong
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka
2023-02-02Don't peel nonlinear iv(mult or shift) for epilog when vf is not constant.liuhongt
2023-01-02Update copyright years.Jakub Jelinek
2022-10-17Vectorization of first-order recurrencesRichard Biener
2022-09-29Check nonlinear iv in vect_can_advance_ivs_p.liuhongt
2022-09-07Extend vectorizer to handle nonlinear induction for neg, mul/lshift/rshift wi...liuhongt
2022-08-30Extend SLP permutation optimisationsRichard Sandiford
2022-07-04Revert update-ssa assert in vectorizerRichard Biener
2022-02-22tree-optimization/104582 - make SLP node available in vector cost hookRichard Biener
2022-02-22tree-optimization/104582 - Simplify vectorizer cost API and fixesRichard Biener
2022-02-15vect+aarch64: Fix ldp_stp_* regressionsRichard Sandiford
2022-02-02vect: Simplify and extend the complex numbers validation routines.Tamar Christina
2022-01-18[vect] Add main vectorized loop unrollingAndre Vieira
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-13vect: Add bias parameter for partial vectorizationRobin Dapp
2022-01-03Update copyright years.Jakub Jelinek
2021-12-03sve: combine nested if predicatesTamar Christina
2021-11-30vect: Fix vect_is_reductionRichard Sandiford
2021-11-30vect: Make reduction code handle callsRichard Sandiford
2021-11-10AArch64: do not keep negated mask and inverse mask live at the same timeTamar Christina
2021-11-10vect: Pass scalar_costs to finish_costRichard Sandiford
2021-11-10vect: Keep scalar costs around longerRichard Sandiford
2021-11-10vect: Hookize better_loop_vinfo_pRichard Sandiford
2021-11-10vect: Remove vec_outside/inside_cost fieldsRichard Sandiford