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] Let recordVectorLoopValueForInductionCast to check if IV was created fro...
Andrei Elovikov
2018-03-20
1
-15
/
+37
*
[LV] Test commit. Removing white space.
Diego Caballero
2018-03-15
1
-1
/
+1
*
[CleanUp] Remove NumInstructions field from LoopVectorizer's RegisterUsage st...
Matt Davis
2018-03-14
1
-7
/
+0
*
[SLP] clean some formats
Haicheng Wu
2018-03-13
1
-3
/
+3
*
[NFC] Consolidate six getPointerOperand() utility functions into one place
Renato Golin
2018-03-09
2
-46
/
+28
*
[LV] Fix vectorizer's isUniform() abuse triggers assert in SCEV
Renato Golin
2018-03-09
1
-2
/
+0
*
[AMDGPU] Increased vector length for global/constant loads.
Farhana Aleen
2018-03-07
1
-2
/
+10
*
Revert "[AMDGPU] Widened vector length for global/constant address space."
Farhana Aleen
2018-03-07
1
-10
/
+2
*
[AMDGPU] Widened vector length for global/constant address space.
Farhana Aleen
2018-03-07
1
-2
/
+10
*
[LoadStoreVectorizer] Differentiate between <1 x T> and T
Sven van Haastregt
2018-03-07
1
-0
/
+1
*
[LV][CFG] Add irreducible CFG detection for outer loops
Florian Hahn
2018-03-02
1
-23
/
+8
*
[Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees
David Green
2018-02-28
1
-1
/
+1
*
[LV] Move isLegalMasked* functions from Legality to CostModel
Renato Golin
2018-02-26
1
-101
/
+124
*
[SLP] Allow vectorization of reversed loads.
Alexey Bataev
2018-02-14
1
-6
/
+20
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-1
/
+2
*
[SLP] Take user instructions cost into consideration in insertelement vectori...
Alexey Bataev
2018-02-12
1
-8
/
+20
*
[LV] Fix analyzeInterleaving when -pass-remarks enabled
Mircea Trofin
2018-02-10
1
-1
/
+6
*
Verify profile data confirms large loop trip counts.
Mircea Trofin
2018-02-07
1
-4
/
+20
*
[SLPVectorizer][NFC] Make a loop more readable.
Clement Courbet
2018-02-07
1
-7
/
+5
*
[LV] Use Demanded Bits and ValueTracking for reduction type-shrinking
Chad Rosier
2018-02-04
1
-4
/
+14
*
Add missing includes
David Blaikie
2018-02-02
1
-0
/
+3
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-29
1
-133
/
+382
*
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements ...
Alexey Bataev
2018-01-27
1
-369
/
+131
*
Revert "[SLP] Removed the warning about unused variable, NFC."
Alexey Bataev
2018-01-27
1
-1
/
+1
*
[SLP] Removed the warning about unused variable, NFC.
Alexey Bataev
2018-01-26
1
-1
/
+1
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-26
1
-131
/
+369
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements ...
Alexey Bataev
2018-01-25
1
-350
/
+129
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-25
1
-129
/
+350
*
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements ...
Alexey Bataev
2018-01-25
1
-352
/
+130
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-25
1
-130
/
+352
*
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements ...
Alexey Bataev
2018-01-24
1
-346
/
+122
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-24
1
-122
/
+346
*
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements ...
Alexey Bataev
2018-01-23
1
-343
/
+121
*
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
Alexey Bataev
2018-01-23
1
-121
/
+343
*
[SLP] Fix vectorization for tree with trunc to minimum required bit width.
Alexey Bataev
2018-01-19
1
-2
/
+20
*
[SLP] Fix for PR32164: Improve vectorization of reverse order of extract oper...
Alexey Bataev
2018-01-16
1
-10
/
+17
*
[LV] Don't call recordVectorLoopValueForInductionCast for newly-created IV fr...
Andrei Elovikov
2018-01-15
1
-2
/
+7
*
Add explanatory comment to LoadStoreVectorizer.
Justin Lebar
2018-01-10
1
-0
/
+32
*
[SLP] Fix PR35777: Incorrect handling of aggregate values.
Alexey Bataev
2018-01-08
1
-50
/
+10
*
[SLP] Fix PR35628: Count external uses on extra reduction arguments.
Alexey Bataev
2018-01-08
1
-1
/
+0
*
[SLPVectorizer] Reintroduce std::stable_sort(properlyDominates()).
Davide Italiano
2018-01-07
1
-9
/
+23
*
[LV][VPlan] NFC patch to move LoopVectorizationPlanner class out of LoopVecto...
Hal Finkel
2018-01-07
4
-271
/
+269
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-36
/
+18
*
Revert r320548:[SLP] Vectorize jumbled memory loads
Mohammad Shahid
2017-12-20
1
-195
/
+83
*
[LV] Remove unnecessary DoExtraAnalysis guard (silent bug)
Florian Hahn
2017-12-20
1
-2
/
+2
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
[LV] Extend InstWidening with CM_Widen_Recursive
Hal Finkel
2017-12-16
1
-5
/
+16
*
[LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp ...
Hal Finkel
2017-12-16
3
-392
/
+415
*
[SLPVectorizer] Don't ignore scalar extraction instructions of aggregate value
Guozhi Wei
2017-12-14
1
-3
/
+7
[next]