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] Introduce TTI::getMinimumVF
Krzysztof Parzyszek
2018-04-13
1
-0
/
+7
*
Fix for the buildbot failure. Now-unused private field TTI deleted.
Hideki Saito
2018-04-10
1
-6
/
+2
*
[NFC][LV] Move InterleaveInfo from Legal to CostModel
Hideki Saito
2018-04-09
1
-57
/
+56
*
[SLP] Fixed formatting, NFC.
Alexey Bataev
2018-04-03
1
-1
/
+2
*
[SLP] Fix PR36481: vectorize reassociated instructions.
Alexey Bataev
2018-04-03
1
-92
/
+228
*
Recommit "[SLP] Fix issues with debug output in the SLP vectorizer."
Alexey Bataev
2018-04-03
1
-3
/
+4
*
Revert "[SLP] Fix PR36481: vectorize reassociated instructions."
Benjamin Kramer
2018-04-03
1
-230
/
+95
*
[SLP] Fix issues with debug output in the SLP vectorizer.
Chandler Carruth
2018-04-03
1
-10
/
+10
*
[SLP] Distinguish "demanded and shrinkable" from "demanded and not shrinkable...
Haicheng Wu
2018-04-03
1
-17
/
+6
*
[SLP] Fix PR36481: vectorize reassociated instructions.
Alexey Bataev
2018-04-02
1
-92
/
+227
*
[LV] Add TTI::shouldMaximizeVectorBandwidth to allow enabling it per target
Krzysztof Parzyszek
2018-03-27
1
-1
/
+2
*
[SLP] Stop counting cost of gather sequences with multiple uses
Matthew Simpson
2018-03-23
1
-1
/
+22
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[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
[next]