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