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
*
[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
*
Revert [SLP] Look-ahead operand reordering heuristic.
Jordan Rupprecht
2019-07-01
1
-236
/
+46
*
[SLP] Look-ahead operand reordering heuristic.
Vasileios Porpodas
2019-06-26
1
-46
/
+236
*
[SLP] NFC: Fixed typo in comment
Vasileios Porpodas
2019-06-24
1
-1
/
+1
*
[SLP] Support unary FNeg vectorization
Cameron McInally
2019-06-24
1
-2
/
+30
*
Revert [SLP] Look-ahead operand reordering heuristic.
Reid Kleckner
2019-06-21
1
-232
/
+46
*
[SLP] Look-ahead operand reordering heuristic.
Simon Pilgrim
2019-06-21
1
-46
/
+232
*
[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
2
-1
/
+33
*
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] Fix -Wunused-function after r362736
Fangrui Song
2019-06-07
1
-0
/
+2
*
[LV] Wrap LV illegality reporting in a function. NFC.
Renato Golin
2019-06-06
1
-100
/
+120
*
[SLP] Fix regression in broadcasts caused by operand reordering patch D59973.
Dinar Temirbulatov
2019-06-05
1
-5
/
+35
*
[LoopUtils][SLPVectorizer] clean up management of fast-math-flags
Sanjay Patel
2019-06-05
1
-3
/
+9
*
[LV] Remove the redundant using LoopVectorizationPlanner:VPlanPtr
Florian Hahn
2019-05-30
2
-7
/
+4
*
[LoopVectorize] Add FNeg instruction support
Craig Topper
2019-05-30
1
-9
/
+20
*
[LV] Inform about exactly reason of loop illegality
Florian Hahn
2019-05-30
1
-2
/
+10
*
[SLPVectorizer] Set flag to previous default.
Alina Sbirlea
2019-05-23
1
-1
/
+1
*
LoopVectorizationCostModel::selectInterleaveCount - assert we have a non-zero...
Simon Pilgrim
2019-05-22
1
-0
/
+2
*
[SLP] Refactoring of EdgeInfo and UserTreeIdx in buildTree_rec().
Dinar Temirbulatov
2019-05-19
1
-58
/
+48
*
[LV] Move getScalarizationOverhead and vector call cost computations to CM. (...
Florian Hahn
2019-05-15
2
-62
/
+61
*
[SLP] Refactor VectorizableTree to use unique_ptr.
Simon Pilgrim
2019-05-10
1
-48
/
+67
*
[NewPassManager] Add tuning option: SLPVectorization [NFC].
Alina Sbirlea
2019-05-08
1
-0
/
+4
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-1
/
+2
*
[VPlan] Fix "value never used" static analyzer warning. NFCI.
Simon Pilgrim
2019-05-08
1
-2
/
+1
*
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
[next]