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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[VPlan] Add moveAfter to VPRecipeBase.
Florian Hahn
2019-10-11
2
-0
/
+10
*
[LV][NFC] Factor out calculation of "best" estimated trip count.
Florian Hahn
2019-10-10
1
-28
/
+26
*
[Alignment][NFC] Make VectorUtils uas llvm::Align
Guillaume Chatelet
2019-10-10
1
-2
/
+3
*
[SLP] respect target register width for GEP vectorization (PR43578)
Sanjay Patel
2019-10-09
1
-4
/
+10
*
[LV] Emitting SCEV checks with OptForSize
Sjoerd Meijer
2019-10-09
1
-1
/
+2
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
2
-107
/
+48
*
[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
2
-48
/
+105
*
Revert "[SLP] avoid reduction transform on patterns that the backend can load...
Martin Storsjo
2019-10-07
1
-12
/
+3
*
[SLP] avoid reduction transform on patterns that the backend can load-combine
Sanjay Patel
2019-10-05
1
-3
/
+12
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-4
/
+3
*
[SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...
Alexey Bataev
2019-09-29
1
-67
/
+85
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
Revert [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i],...
Jordan Rupprecht
2019-09-26
1
-75
/
+66
*
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
*
[SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && ...
Alexey Bataev
2019-09-23
1
-66
/
+75
*
[VPlan] Silence static analyzer dyn_cast null dereference warning. NFCI.
Simon Pilgrim
2019-09-22
1
-1
/
+1
*
[LoopVectorize] Don't dereference a dyn_cast result. NFCI.
Simon Pilgrim
2019-09-17
1
-1
/
+1
*
[VPlanSLP] Don't dereference a cast_or_null<VPInstruction> result. NFCI.
Simon Pilgrim
2019-09-16
1
-5
/
+8
*
[SLPVectorizer] Assert that we find a LastInst to silence analyzer null deref...
Simon Pilgrim
2019-09-16
1
-0
/
+1
*
[SLPVectorizer] Don't dereference a dyn_cast result. NFCI.
Simon Pilgrim
2019-09-16
1
-4
/
+4
*
[LoadStoreVectorizer] vectorizeLoadChain - ensure we find a valid Type down t...
Simon Pilgrim
2019-09-15
1
-1
/
+2
*
[SLP] limit vectorization of Constant subclasses (PR33958)
Sanjay Patel
2019-09-15
1
-2
/
+5
*
[Loads] Move generic code out of vectorizer into a location it might be reuse...
Philip Reames
2019-09-10
1
-51
/
+0
*
[ValueTracking] Factor our common speculation suppression logic [NFC]
Philip Reames
2019-09-10
1
-15
/
+0
*
[LoopVectorize] Leverage speculation safety to avoid masked.loads
Philip Reames
2019-09-09
1
-4
/
+85
*
Fix typo. NFCI
Simon Pilgrim
2019-09-07
1
-1
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
2
-2
/
+2
*
[LLVM][Alignment] Convert isLegalNTStore/isLegalNTLoad to llvm::Align
Guillaume Chatelet
2019-09-05
1
-2
/
+4
*
[NFC] Switch last couple of invariant_load checks to use hasMetadata
Philip Reames
2019-09-04
1
-1
/
+1
*
[LV] Fix miscompiles by adding non-header PHI nodes to AllowedExit
Bjorn Pettersson
2019-09-03
1
-0
/
+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
*
Fix cppcheck shadow variable and variable scope warnings. NFCI.
Simon Pilgrim
2019-08-31
1
-6
/
+5
*
[LV] Fold tail by masking - handle reductions
Ayal Zaks
2019-08-28
3
-11
/
+57
*
Add a clarify comment for meaning of SafePointes [NFC]
Philip Reames
2019-08-26
1
-1
/
+5
*
[SLP] use range-for loops, fix formatting; NFC
Sanjay Patel
2019-08-23
1
-32
/
+32
*
[SLP] fix formatting; NFC
Sanjay Patel
2019-08-23
1
-4
/
+3
*
[SLP][NFC] Avoid repetitive calls to getSameOpcode()
Dinar Temirbulatov
2019-08-20
1
-120
/
+176
*
[SLP] reduce duplicated code; NFC
Sanjay Patel
2019-08-19
1
-2
/
+4
*
[SLPVectorizer] Make the scheduler aware of the TreeEntry operands.
Vasileios Porpodas
2019-08-16
1
-79
/
+171
*
[SLPVectorizer] Silence null dereference warning. NFCI.
Simon Pilgrim
2019-08-16
1
-0
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
2
-6
/
+6
*
[LV] fold-tail predication should be respected even with assume_safety
Dorit Nuzman
2019-08-15
2
-5
/
+5
*
[SLP][NFC] Use pointers to address to ScalarToTreeEntry elements, instead of ...
Dinar Temirbulatov
2019-08-14
1
-4
/
+4
*
[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
[next]