summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/VPlan.cpp
Commit message (Expand)AuthorAgeFilesLines
* [VPlan] Introduce VPlan-based dominator analysis.Diego Caballero2018-07-301-1/+4
* [VPlan][LV] Introduce condition bit in VPBlockBaseDiego Caballero2018-07-091-0/+12
* [VPlanRecipeBase] Add eraseFromParent().Florian Hahn2018-06-181-0/+4
* [VPlan] Fix sanitizer problem with insertBefore.Florian Hahn2018-06-181-2/+2
* [VPlanRecipeBase] Add insertBefore helper.Florian Hahn2018-06-181-0/+5
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-7/+7
* [STLExtras] Add distance() for ranges, pred_size(), and succ_size()Vedant Kumar2018-05-101-1/+1
* [LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp ...Hal Finkel2017-12-161-0/+66
* [LV] Model masking in VPlan, introducing VPInstructionsGil Rapaport2017-11-201-0/+74
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-171-1/+17
* [LV] Fix PR34248 - recommit D32871 after revert r311304Ayal Zaks2017-08-271-0/+401
* Revert r311077: [LV] Using VPlan ...Chandler Carruth2017-08-201-401/+0
* [LV] Using VPlan to model the vectorized code and drive its transformationAyal Zaks2017-08-171-0/+401
OpenPOWER on IntegriCloud