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] 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
*
[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
2
-133
/
+135
*
Handle casts changing pointer size in the vectorizer
Stanislav Mekhanoshin
2019-08-02
1
-5
/
+16
*
Relax load store vectorizer pointer strip checks
Stanislav Mekhanoshin
2019-08-01
1
-3
/
+2
*
Follow up of rL367592, fix the build
Sjoerd Meijer
2019-08-01
1
-2
/
+0
*
[LV] Tail-Loop Folding
Sjoerd Meijer
2019-08-01
2
-54
/
+99
*
[AMDGPU] Fix for vectorizer crash with pointers of different size
Stanislav Mekhanoshin
2019-07-31
1
-0
/
+5
*
[LV] Scalar Epilogue Lowering. NFC.
Sjoerd Meijer
2019-07-25
2
-57
/
+66
*
[SLPVectorizer] Revert local change that got accidently got committed in rL36...
Simon Pilgrim
2019-07-23
1
-1
/
+0
*
[TargetLowering] Add SimplifyMultipleUseDemandedBits
Simon Pilgrim
2019-07-23
1
-0
/
+1
*
[SLPVectorizer] Remove null-pointer test. NFCI.
Simon Pilgrim
2019-07-23
1
-4
/
+4
*
[SLPVectorizer] Fix some MSVC/cppcheck uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-07-22
1
-3
/
+3
*
Temporarily Revert "[SLP] Recommit: Look-ahead operand reordering heuristic."
Eric Christopher
2019-07-15
1
-248
/
+46
*
[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
*
Delete dead stores
Fangrui Song
2019-07-12
1
-7
/
+2
*
[SLP] Optimize getSpillCost(); NFCI
Nikita Popov
2019-07-09
1
-6
/
+10
*
[SLP] Recommit: Look-ahead operand reordering heuristic.
Vasileios Porpodas
2019-07-02
1
-46
/
+248
[next]