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
/
LoadStoreVectorizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[LoadStoreVectorize] Use '||' instead of '|' between sides with funct...
Richard Smith
2019-11-15
1
-6
/
+6
*
[LoadStoreVectorize] Use '||' instead of '|' between sides with function call...
Dávid Bolvanský
2019-11-15
1
-6
/
+6
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-2
/
+3
*
[LoadStoreVectorizer] vectorizeLoadChain - ensure we find a valid Type down t...
Simon Pilgrim
2019-09-15
1
-1
/
+2
*
[NFC] Switch last couple of invariant_load checks to use hasMetadata
Philip Reames
2019-09-04
1
-1
/
+1
*
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
*
[AMDGPU] Fix for vectorizer crash with pointers of different size
Stanislav Mekhanoshin
2019-07-31
1
-0
/
+5
*
Delete dead stores
Fangrui Song
2019-07-12
1
-7
/
+2
*
[LoadStoreVectorizer] vectorizeStoreChain - ensure we find a store type.
Simon Pilgrim
2019-05-06
1
-1
/
+2
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PM] Port LoadStoreVectorizer to the new pass manager.
Markus Lavin
2018-12-07
1
-15
/
+33
*
LSV: Fix adjust alloca alignment trick for AMDGPU
Matt Arsenault
2018-09-18
1
-29
/
+31
*
[LoadStoreVectorizer] Use const reference
Fangrui Song
2018-07-26
1
-4
/
+6
*
[LSV] Look through selects for consecutive addresses
Roman Tereshin
2018-07-25
1
-15
/
+62
*
Reapply "[LSV] Refactoring + supporting bitcasts to a type of different size"
Roman Tereshin
2018-07-20
1
-46
/
+65
*
Revert "[LSV] Refactoring + supporting bitcasts to a type of different size"
Sam McCall
2018-07-20
1
-62
/
+46
*
[LSV] Refactoring + supporting bitcasts to a type of different size
Roman Tereshin
2018-07-19
1
-46
/
+62
*
[LoadStoreVectorizer] Use getMinusScev() to compute the distance between two ...
Farhana Aleen
2018-07-19
1
-0
/
+8
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-15
/
+17
*
[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
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[NFC] Consolidate six getPointerOperand() utility functions into one place
Renato Golin
2018-03-09
1
-16
/
+6
*
[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
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-1
/
+2
*
Add explanatory comment to LoadStoreVectorizer.
Justin Lebar
2018-01-10
1
-0
/
+32
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-0
/
+5
*
[LSV] Avoid adding vectors of pointers as candidates
Bjorn Pettersson
2017-10-26
1
-3
/
+17
*
[LSV] Skip all non-byte sizes, not only less than eight bits
Bjorn Pettersson
2017-10-26
1
-2
/
+4
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
1
-17
/
+36
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-1
/
+1
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-4
/
+4
*
Skip bitcasts while looking for GEP in LoadStoreVectorizer
Stanislav Mekhanoshin
2017-04-25
1
-4
/
+19
*
[APInt] Use isSubsetOf, intersects, and bit counting methods to reduce tempor...
Craig Topper
2017-04-25
1
-2
/
+1
*
LoadStoreVectorizer: Split even sized illegal chains properly
Matt Arsenault
2017-02-23
1
-3
/
+6
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-2
/
+2
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-3
/
+3
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-3
/
+3
*
[LoadStoreVectorizer] Enable vectorization of stores in the presence of an al...
Alina Sbirlea
2016-11-23
1
-3
/
+25
*
Add new target hooks for LoadStoreVectorizer
Volkan Keles
2016-10-03
1
-42
/
+39
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Test commit. NFC.
Volkan Keles
2016-09-29
1
-1
/
+1
*
LSV: Fix incorrectly increasing alignment
Matt Arsenault
2016-09-09
1
-18
/
+16
*
[LSV] Use the original loads' names for the extractelement instructions.
Justin Lebar
2016-09-07
1
-2
/
+4
[next]