summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* [VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).Florian Hahn2019-12-072-6/+5
* [LV] Record GEP widening decisions in recipe (NFCI)Gil Rapaport2019-12-061-5/+5
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-091-0/+1
* Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...Gil Rapaport2019-11-081-1/+0
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-081-0/+1
* Temporarily Revert "[LV] Apply sink-after & interleave-groups as VPlan transf...Eric Christopher2019-11-061-1/+0
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)Gil Rapaport2019-11-051-0/+1
* Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...Benjamin Kramer2019-11-041-1/+0
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)Gil Rapaport2019-11-041-0/+1
* [VPlan] Add moveAfter to VPRecipeBase.Florian Hahn2019-10-111-0/+26
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Update files that were mistakenly added with the old file header to theChandler Carruth2019-02-111-4/+3
* [LV][VPlan] Change to implement VPlan based predication forHideki Saito2019-01-232-0/+231
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* [VPlan, SLP] Add simple SLP analysis on top of VPlan.Florian Hahn2018-11-142-0/+900
* [VPlan] Introduce VPLoopInfo analysis.Diego Caballero2018-07-312-0/+88
* [VPlan] Introduce VPlan-based dominator analysis.Diego Caballero2018-07-303-2/+210
* Recommit r336653: [VPlan] Add VPlanTestBase.h with helperFlorian Hahn2018-07-112-30/+69
* Revert r336653 "[VPlan] Add VPlanTestBase.h with helper class to build VPlan ...Evgeniy Stepanov2018-07-102-76/+30
* [VPlan] Add VPlanTestBase.h with helper class to build VPlan for tests.Florian Hahn2018-07-102-30/+76
* [VPlan][LV] Introduce condition bit in VPBlockBaseDiego Caballero2018-07-091-1/+3
* [VPlan] Add Analysis and Core to LLVM_LINK_COMPONENTSHeejin Ahn2018-06-181-0/+2
* [VPlan] Add VPInstruction to VPRecipe transformation.Florian Hahn2018-06-182-0/+180
* [VPlanRecipeBase] Add eraseFromParent().Florian Hahn2018-06-181-0/+20
* [VPlanRecipeBase] Add insertBefore helper.Florian Hahn2018-06-182-0/+51
OpenPOWER on IntegriCloud