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
/
LoopVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TTI][LV] preferPredicateOverEpilogue
Sjoerd Meijer
2019-11-06
1
-4
/
+14
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
Gil Rapaport
2019-11-05
1
-110
/
+93
*
Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...
Benjamin Kramer
2019-11-04
1
-93
/
+110
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
Gil Rapaport
2019-11-04
1
-110
/
+93
*
[LV] Interleaving should not exceed estimated loop trip count.
Craig Topper
2019-10-28
1
-12
/
+12
*
[Alignment][NFC] getMemoryOpCost uses MaybeAlign
Guillaume Chatelet
2019-10-25
1
-9
/
+5
*
[Alignment][NFC] Instructions::getLoadStoreAlignment
Guillaume Chatelet
2019-10-21
1
-37
/
+43
*
[NFC][TTI] Add Alignment for isLegalMasked[Load/Store]
Sam Parker
2019-10-14
1
-8
/
+12
*
[LV] Merge LLVM_DEBUG blocks.
Benjamin Kramer
2019-10-12
1
-15
/
+17
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
1
-47
/
+104
*
[LV][NFC] Factor out calculation of "best" estimated trip count.
Florian Hahn
2019-10-10
1
-28
/
+26
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
1
-106
/
+47
*
[LoopVectorize] Fix non-debug builds after rL374017
Kadir Cetinkaya
2019-10-08
1
-6
/
+8
*
[LoopVectorize][PowerPC] Estimate int and float register pressure separately ...
Zi Xuan Wu
2019-10-08
1
-47
/
+104
*
LoopVectorize - silence static analyzer dyn_cast<CmpInst> null dereference wa...
Simon Pilgrim
2019-09-24
1
-1
/
+1
*
[LV] Forced vectorization with runtime checks and OptForSize
Sjoerd Meijer
2019-09-24
1
-2
/
+13
*
[LoopVectorize] Don't dereference a dyn_cast result. NFCI.
Simon Pilgrim
2019-09-17
1
-1
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[LV] Tail-folding, runtime scev checks
Sjoerd Meijer
2019-09-03
1
-2
/
+2
*
[LV] Tail-folding with runtime memory checks
Sjoerd Meijer
2019-09-03
1
-1
/
+4
*
[LV] Fold tail by masking - handle reductions
Ayal Zaks
2019-08-28
1
-1
/
+40
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
[LV] fold-tail predication should be respected even with assume_safety
Dorit Nuzman
2019-08-15
1
-1
/
+1
*
[LV] Fold-tail flag
Dorit Nuzman
2019-08-14
1
-5
/
+13
*
[LoopVectorize][X86] Clamp interleave factor if we have a known constant trip...
Craig Topper
2019-08-07
1
-1
/
+9
*
Revert "[X86] Add more extract subvector cost model tests for smaller element...
Mitch Phillips
2019-08-06
1
-9
/
+0
*
[X86] Add more extract subvector cost model tests for smaller element sizes a...
Craig Topper
2019-08-06
1
-0
/
+9
*
[LV][NFC] Share the LV illegality reporting with LoopVectorize.
Hideki Saito
2019-08-06
1
-61
/
+96
*
Follow up of rL367592, fix the build
Sjoerd Meijer
2019-08-01
1
-2
/
+0
*
[LV] Tail-Loop Folding
Sjoerd Meijer
2019-08-01
1
-52
/
+94
*
[LV] Scalar Epilogue Lowering. NFC.
Sjoerd Meijer
2019-07-25
1
-55
/
+64
*
[LoopVectorize] Pass unfiltered list of arguments to getIntrinsicInstCost.
Florian Hahn
2019-07-15
1
-5
/
+2
*
[LV] Exclude loop-invariant inputs from scalar cost computation.
Florian Hahn
2019-07-14
1
-22
/
+42
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-19
1
-6
/
+14
*
[LV] Suppress vectorization in some nontemporal cases
Warren Ristow
2019-06-17
1
-1
/
+1
*
PHINode: introduce setIncomingValueForBlock() function, and use it.
Whitney Tsang
2019-06-17
1
-4
/
+2
*
[LV] Deny irregular types in interleavedAccessCanBeWidened
Bjorn Pettersson
2019-06-17
1
-0
/
+7
*
Revert "[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step t...
Orlando Cazalet-Hyams
2019-06-12
1
-14
/
+6
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-06-11
1
-6
/
+14
*
[LV] Remove the redundant using LoopVectorizationPlanner:VPlanPtr
Florian Hahn
2019-05-30
1
-4
/
+3
*
[LoopVectorize] Add FNeg instruction support
Craig Topper
2019-05-30
1
-9
/
+20
*
LoopVectorizationCostModel::selectInterleaveCount - assert we have a non-zero...
Simon Pilgrim
2019-05-22
1
-0
/
+2
*
[LV] Move getScalarizationOverhead and vector call cost computations to CM. (...
Florian Hahn
2019-05-15
1
-56
/
+60
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-1
/
+2
*
revert r360162 as it breaks most of the buildbots
Kostya Serebryany
2019-05-07
1
-14
/
+6
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-05-07
1
-6
/
+14
*
Enable LoopVectorization by default.
Alina Sbirlea
2019-04-25
1
-1
/
+1
*
[NewPassManager] Adding pass tuning options: loop vectorize.
Alina Sbirlea
2019-04-19
1
-0
/
+9
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-11
/
+26
*
[VPLAN] Minor improvement to testing and debug messages.
Florian Hahn
2019-04-10
1
-7
/
+10
[next]