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