index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Vectorize
/
VPlan.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LV] VPValues for memory operation pointers (NFCI)
Gil Rapaport
2020-01-10
1
-12
/
+47
*
[LV][NFC] Keep dominator tree up to date during vectorization.
Evgeniy Brevnov
2019-12-30
1
-2
/
+2
*
[LV] Use getMask() when printing recipe [NFCI]
Gil Rapaport
2019-12-29
1
-1
/
+1
*
[VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).
Florian Hahn
2019-12-07
1
-1
/
+0
*
[LV] Record GEP widening decisions in recipe (NFCI)
Gil Rapaport
2019-12-06
1
-0
/
+32
*
[VPlan] Add dump function to VPlan class.
Florian Hahn
2019-12-03
1
-5
/
+7
*
[VPlan] Move graph traits (NFC).
Florian Hahn
2019-12-02
1
-121
/
+122
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-09
1
-0
/
+16
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Gil Rapaport
2019-11-08
1
-16
/
+0
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-08
1
-0
/
+16
*
Temporarily Revert "[LV] Apply sink-after & interleave-groups as VPlan transf...
Eric Christopher
2019-11-06
1
-16
/
+0
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
Gil Rapaport
2019-11-05
1
-0
/
+16
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Benjamin Kramer
2019-11-04
1
-16
/
+0
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
Gil Rapaport
2019-11-04
1
-0
/
+16
*
Ensure VPlanPrinter::Depth is initialized to fix static analyzer warning. NFCI.
Simon Pilgrim
2019-11-03
1
-1
/
+1
*
[VPlan] Add moveAfter to VPRecipeBase.
Florian Hahn
2019-10-11
1
-0
/
+4
*
[LV][VPlan] Change to implement VPlan based predication for
Hideki Saito
2019-01-23
1
-0
/
+53
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[VPlan, SLP] Use SmallPtrSet for Candidates.
Florian Hahn
2018-11-14
1
-1
/
+1
*
[VPlan, SLP] Add simple SLP analysis on top of VPlan.
Florian Hahn
2018-11-14
1
-1
/
+124
*
[VPlan] VPlan version of InterleavedAccessInfo.
Florian Hahn
2018-11-13
1
-4
/
+48
*
[LV] Fold tail by masking to vectorize loops of arbitrary trip count under op...
Ayal Zaks
2018-10-18
1
-2
/
+19
*
recommit 344472 after fixing build failure on ARM and PPC.
Dorit Nuzman
2018-10-14
1
-2
/
+6
*
revert 344472 due to failures.
Dorit Nuzman
2018-10-14
1
-6
/
+2
*
[IAI,LV] Add support for vectorizing predicated strided accesses using masked
Dorit Nuzman
2018-10-14
1
-2
/
+6
*
Fix for the buildbot failure http://lab.llvm.org:8011/builders/sanitizer-x86_...
Hideki Saito
2018-09-14
1
-0
/
+10
*
[VPlan] Implement initial vector code generation support for simple outer loops.
Hideki Saito
2018-09-14
1
-0
/
+4
*
[VPlan] Introduce VPLoopInfo analysis.
Diego Caballero
2018-07-31
1
-1
/
+15
*
[VPlan] Introduce VPlan-based dominator analysis.
Diego Caballero
2018-07-30
1
-12
/
+93
*
[VPlan][LV] Introduce condition bit in VPBlockBase
Diego Caballero
2018-07-09
1
-12
/
+26
*
[VPlan] Add VPInstruction to VPRecipe transformation.
Florian Hahn
2018-06-18
1
-0
/
+2
*
[VPlanRecipeBase] Add eraseFromParent().
Florian Hahn
2018-06-18
1
-0
/
+5
*
[VPlanRecipeBase] Add insertBefore helper.
Florian Hahn
2018-06-18
1
-0
/
+7
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-0
/
+1
*
Use SmallPtrSet instead of SmallSet in places where we iterate over the set.
Craig Topper
2018-06-09
1
-1
/
+1
*
[VPlan] Move recipe construction to VPRecipeBuilder.
Florian Hahn
2018-06-08
1
-0
/
+15
*
[VPlan] Reland r332654 and silence unused func warning
Diego Caballero
2018-05-21
1
-19
/
+125
*
Reverted r332654 as it has broken some buildbots and left unfixed for a long ...
Galina Kistanova
2018-05-18
1
-125
/
+19
*
[LV][VPlan] Build plain CFG with simple VPInstructions for outer loops.
Diego Caballero
2018-05-17
1
-19
/
+125
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[LV][VPlan] NFC patch to move LoopVectorizationPlanner class out of LoopVecto...
Hal Finkel
2018-01-07
1
-7
/
+2
*
[LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp ...
Hal Finkel
2017-12-16
1
-0
/
+275
*
[LV] Model masking in VPlan, introducing VPInstructions
Gil Rapaport
2017-11-20
1
-9
/
+134
*
[LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipe
Gil Rapaport
2017-11-14
1
-0
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
1
-71
/
+74
*
[LV] Fix PR34248 - recommit D32871 after revert r311304
Ayal Zaks
2017-08-27
1
-0
/
+789
*
Revert r311077: [LV] Using VPlan ...
Chandler Carruth
2017-08-20
1
-789
/
+0
*
[LV] Using VPlan to model the vectorized code and drive its transformation
Ayal Zaks
2017-08-17
1
-0
/
+789