aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-08tree-optimization/103102 - fix error in vectorizer refactoringRichard Biener1-1/+2
2021-11-05Split vector loop analysis into main and epilogue analysisRichard Biener1-6/+4
2021-11-05First refactor of vect_analyze_loopRichard Biener1-2/+11
2021-11-04vect: Convert cost hooks to classesRichard Sandiford1-25/+116
2021-10-26Unify offset and byte_offset for vect_create_addr_base_for_vector_refRichard Biener1-2/+2
2021-10-26Move negative stride bias out of dr_misalignmentRichard Biener1-1/+2
2021-10-19Refactor vect_supportable_dr_alignmentRichard Biener1-1/+1
2021-10-19Refactor load/store costingRichard Biener1-1/+3
2021-10-19Remove check_aligned parameter from vect_supportable_dr_alignmentRichard Biener1-1/+1
2021-10-12vectorizer: Fix up -fsimd-cost-model= handlingJakub Jelinek1-4/+12
2021-09-27Allow different vector types for stmt groupsRichard Biener1-17/+15
2021-09-15Maintain (mis-)alignment info in the first element of a groupRichard Biener1-8/+16
2021-09-01tree-optimization/102139 - fix SLP DR base alignmentRichard Biener1-3/+7
2021-08-24tree-optimization/100089 - avoid leaving scalar if-converted code aroundRichard Biener1-1/+1
2021-08-10tree-optimization/101801 - rework generic vector vectorization moreRichard Biener1-0/+1
2021-08-06tree-optimization/101801 - remove vect_worthwhile_without_simd_pRichard Biener1-1/+1
2021-08-05Adjust by-value function vec arguments to by-reference.Martin Sebor1-2/+2
2021-08-05vect: Move costing helpers from aarch64 codeRichard Sandiford1-0/+104
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-3/+3
2021-07-16Remove more gimple_expr_type usesRichard Biener1-2/+1
2021-07-15Streamline vect_gen_whileRichard Biener1-1/+2
2021-07-13vect: Reuse reduction accumulators between loopsRichard Sandiford1-6/+50
2021-07-13vect: Add a vect_phi_initial_value helper functionRichard Sandiford1-1/+20
2021-06-24Add x86 addsub SLP patternRichard Biener1-1/+2
2021-06-21tree-optimization/101120 - fix compile-time issue with SLP groupsRichard Biener1-1/+1