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
*
Reverted r332654 as it has broken some buildbots and left unfixed for a long ...
Galina Kistanova
2018-05-18
9
-838
/
+42
*
[LV][VPlan] Build plain CFG with simple VPInstructions for outer loops.
Diego Caballero
2018-05-17
9
-42
/
+838
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
5
-309
/
+351
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-1
/
+1
*
[LV] Change MaxVectorSize bound to 256 in assertion, NFC otherwise
Krzysztof Parzyszek
2018-05-09
1
-2
/
+2
*
[LV] Fix for PR37248, Broadcast codegen incorrectly assumed vector loop body ...
Hideki Saito
2018-05-08
1
-5
/
+7
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
1
-5
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
5
-50
/
+50
*
[LV] Preserve inbounds on created GEPs
Daniel Neilson
2018-05-01
1
-3
/
+22
*
[SLPVectorizer] Debug info shouldn't impact spill cost computation.
Davide Italiano
2018-04-30
1
-1
/
+4
*
[LV] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).
Florian Hahn
2018-04-30
1
-8
/
+3
*
[NFC][LV][LoopUtil] Move LoopVectorizationLegality to its own file
Hideki Saito
2018-04-29
3
-1456
/
+1075
*
[LV] Common duplicate vector load/store address calculation (NFC)
Daniel Neilson
2018-04-27
1
-32
/
+18
*
[LV][VPlan] Detect outer loops for explicit vectorization.
Diego Caballero
2018-04-24
2
-29
/
+394
*
[LoadStoreVectorize] Ignore interleaved invariant loads.
Benjamin Kramer
2018-04-24
1
-5
/
+13
*
LoadStoreVectorizer crashes due to unsized type
Stanislav Mekhanoshin
2018-04-17
1
-2
/
+4
*
[SLP] Use getExtractWithExtendCost() to compute the scalar cost of extractele...
Haicheng Wu
2018-04-16
1
-1
/
+17
*
[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
[next]