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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LV] VPValues for memory operation pointers (NFCI)
Gil Rapaport
2020-01-10
1
-0
/
+2
*
[LV][NFC] Keep dominator tree up to date during vectorization.
Evgeniy Brevnov
2019-12-30
1
-3
/
+7
*
[LV] Use getMask() when printing recipe [NFCI]
Gil Rapaport
2019-12-29
1
-2
/
+3
*
[LV] Record GEP widening decisions in recipe (NFCI)
Gil Rapaport
2019-12-06
1
-0
/
+10
*
[VPlan] Add dump function to VPlan class.
Florian Hahn
2019-12-03
1
-3
/
+7
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-09
1
-3
/
+20
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Gil Rapaport
2019-11-08
1
-20
/
+3
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-08
1
-3
/
+20
*
Temporarily Revert "[LV] Apply sink-after & interleave-groups as VPlan transf...
Eric Christopher
2019-11-06
1
-20
/
+3
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
Gil Rapaport
2019-11-05
1
-3
/
+20
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Benjamin Kramer
2019-11-04
1
-20
/
+3
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
Gil Rapaport
2019-11-04
1
-3
/
+20
*
[VPlan] Add moveAfter to VPRecipeBase.
Florian Hahn
2019-10-11
1
-0
/
+6
*
[Alignment][NFC] Make VectorUtils uas llvm::Align
Guillaume Chatelet
2019-10-10
1
-2
/
+3
*
[LV] Fold tail by masking - handle reductions
Ayal Zaks
2019-08-28
1
-0
/
+8
*
[VPlan] Fix "value never used" static analyzer warning. NFCI.
Simon Pilgrim
2019-05-08
1
-2
/
+1
*
[LV][VPlan] Change to implement VPlan based predication for
Hideki Saito
2019-01-23
1
-0
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock
Vedant Kumar
2018-11-19
1
-1
/
+1
*
[VPlan, SLP] Add simple SLP analysis on top of VPlan.
Florian Hahn
2018-11-14
1
-0
/
+13
*
[VPlan] VPlan version of InterleavedAccessInfo.
Florian Hahn
2018-11-13
1
-0
/
+45
*
[LV] Fold tail by masking to vectorize loops of arbitrary trip count under op...
Ayal Zaks
2018-10-18
1
-1
/
+23
*
[VPlan] Fix CondBit quoting in dumpBasicBlock
Renato Golin
2018-10-10
1
-1
/
+3
*
Fix for the buildbot failure http://lab.llvm.org:8011/builders/sanitizer-x86_...
Hideki Saito
2018-09-14
1
-4
/
+0
*
[VPlan] Implement initial vector code generation support for simple outer loops.
Hideki Saito
2018-09-14
1
-3
/
+84
*
[VPlan] Introduce VPlan-based dominator analysis.
Diego Caballero
2018-07-30
1
-1
/
+4
*
[VPlan][LV] Introduce condition bit in VPBlockBase
Diego Caballero
2018-07-09
1
-0
/
+12
*
[VPlanRecipeBase] Add eraseFromParent().
Florian Hahn
2018-06-18
1
-0
/
+4
*
[VPlan] Fix sanitizer problem with insertBefore.
Florian Hahn
2018-06-18
1
-2
/
+2
*
[VPlanRecipeBase] Add insertBefore helper.
Florian Hahn
2018-06-18
1
-0
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-7
/
+7
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-1
/
+1
*
[LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp ...
Hal Finkel
2017-12-16
1
-0
/
+66
*
[LV] Model masking in VPlan, introducing VPInstructions
Gil Rapaport
2017-11-20
1
-0
/
+74
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
1
-1
/
+17
*
[LV] Fix PR34248 - recommit D32871 after revert r311304
Ayal Zaks
2017-08-27
1
-0
/
+401
*
Revert r311077: [LV] Using VPlan ...
Chandler Carruth
2017-08-20
1
-401
/
+0
*
[LV] Using VPlan to model the vectorized code and drive its transformation
Ayal Zaks
2017-08-17
1
-0
/
+401