summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
Commit message (Expand)AuthorAgeFilesLines
* [LV] Do not try to sink dead instructions.Florian Hahn2020-01-291-3/+4
* [LV] VPValues for memory operation pointers (NFCI)Gil Rapaport2020-01-101-0/+2
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-091-2/+7
* Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...Gil Rapaport2019-11-081-7/+2
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-081-2/+7
* Temporarily Revert "[LV] Apply sink-after & interleave-groups as VPlan transf...Eric Christopher2019-11-061-7/+2
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)Gil Rapaport2019-11-051-2/+7
* Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...Benjamin Kramer2019-11-041-7/+2
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)Gil Rapaport2019-11-041-2/+7
* [LV] Scalar Epilogue Lowering. NFC.Sjoerd Meijer2019-07-251-2/+2
* [LV] Remove the redundant using LoopVectorizationPlanner:VPlanPtrFlorian Hahn2019-05-301-3/+1
* [VPlan] Determine Vector Width programmatically.Florian Hahn2019-03-281-0/+4
* [LV] Prevent interleaving if computeMaxVF returned None.Florian Hahn2019-02-071-2/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [VPlan] Move recipe construction to VPRecipeBuilder.Florian Hahn2018-06-081-89/+7
* [VPlan] Move recipe based VPlan generation to separate function.Florian Hahn2018-06-081-2/+12
* [VPlan] Reland r332654 and silence unused func warningDiego Caballero2018-05-211-5/+96
* Reverted r332654 as it has broken some buildbots and left unfixed for a long ...Galina Kistanova2018-05-181-96/+5
* [LV][VPlan] Build plain CFG with simple VPInstructions for outer loops.Diego Caballero2018-05-171-5/+96
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [LV][VPlan] Detect outer loops for explicit vectorization.Diego Caballero2018-04-241-0/+4
* Add missing includesDavid Blaikie2018-02-021-0/+3
* [LV][VPlan] NFC patch to move LoopVectorizationPlanner class out of LoopVecto...Hal Finkel2018-01-071-0/+256
OpenPOWER on IntegriCloud