aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-17Vectorization of BB reductionsRichard Biener1-0/+2
2021-06-09tree-optimization/97832 - handle associatable chains in SLP discoveryRichard Biener1-0/+5
2021-06-08Make SLP root stmt a vectorRichard Biener1-5/+5
2021-05-20vect: Replace hardcoded inner loop cost factorKewen Lin1-0/+5
2021-05-11vect: Add costing_for_scalar parameter to init_cost hookKewen Lin1-2/+2
2021-03-19slp: remove unneeded permute calculation (PR99656)Tamar Christina1-6/+1
2021-02-05tree-optimization/98855 - redo BB vectorization costingRichard Biener1-0/+9
2021-02-03slp: Split out patterns away from using SLP_ONLY into their own flagTamar Christina1-0/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-13middle-end: Support complex AdditionTamar Christina1-1/+83
2020-12-13middle-end: Refactor and expose some vectorizer helper functions.Tamar Christina1-3/+10
2020-12-07tree-optimization/98113 - vectorize a sequence of BIT_INSERT_EXPRsRichard Biener1-0/+12
2020-12-02tree-optimization/97630 - fix SLP cycle memory leakRichard Biener1-3/+6
2020-11-16Delay SLP instance loads gatheringRichard Biener1-0/+1
2020-11-05middle-end: Store and use the SLP instance kind when aborting load/store lanesTamar Christina1-0/+13
2020-11-04add costing to SLP vectorized PHIsRichard Biener1-1/+2
2020-10-29vect: Fix load costs for SLP permutesRichard Sandiford1-1/+2
2020-10-27SLP vectorize across PHI nodesRichard Biener1-0/+2
2020-10-27Move SLP nodes to an alloc-poolRichard Biener1-0/+9
2020-10-13Remove STMT_VINFO_SAME_ALIGN_REFSRichard Biener1-5/+0
2020-10-12optimize permutes in SLP, remove vect_attempt_slp_rearrange_stmtsRichard Biener1-0/+2
2020-10-08SLP vectorize multiple BBs at onceRichard Biener1-86/+7
2020-09-30middle-end: Refactor refcnt to use SLP_TREE_REF_COUNT for consistencyTamar Christina1-0/+1
2020-09-29move permute optimization to optimize-slpRichard Biener1-1/+0
2020-09-23vect: Fix epilogue loop handling of partial vectorsRichard Sandiford1-1/+2
2020-09-16remove STMT_VINFO_NUM_SLP_USESRichard Biener1-5/+2
2020-09-11improve BB vectorization dump locationsRichard Biener1-1/+3
2020-09-10tree-optimization/96043 - BB vectorization costing improvementRichard Biener1-1/+7
2020-09-07code generate live lanes in basic-block vectorizationRichard Biener1-1/+1
2020-09-04tree-optimization/96920 - another ICE when vectorizing nested cyclesRichard Biener1-5/+0
2020-08-26tree-optimization/96698 - fix ICE when vectorizing nested cyclesRichard Biener1-0/+5
2020-08-24SLP: support entire BB.Martin Liska1-2/+3
2020-08-06vect/rs6000: Support vector with length cost modelingKewen Lin1-0/+1
2020-07-19vect: Support length-based partial vectors approachKewen Lin1-3/+32
2020-07-09remove premature vect_verify_datarefs_alignmentRichard Biener1-3/+1
2020-07-03refactor SLP constant insertion and provde entry insert helperRichard Biener1-0/+2