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
/
test
/
Transforms
/
LoadStoreVectorizer
/
AMDGPU
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle casts changing pointer size in the vectorizer
Stanislav Mekhanoshin
2019-08-02
1
-0
/
+39
*
Relax load store vectorizer pointer strip checks
Stanislav Mekhanoshin
2019-08-01
1
-6
/
+45
*
[AMDGPU] Fix for vectorizer crash with pointers of different size
Stanislav Mekhanoshin
2019-07-31
1
-0
/
+18
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
20
-0
/
+2538
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
20
-2538
/
+0
*
[PM] Port LoadStoreVectorizer to the new pass manager.
Markus Lavin
2018-12-07
7
-1
/
+9
*
AMDGPU: Fix private handling for allowsMisalignedMemoryAccesses
Matt Arsenault
2018-09-24
1
-17
/
+9
*
LSV: Fix adjust alloca alignment trick for AMDGPU
Matt Arsenault
2018-09-18
1
-5
/
+81
*
AMDGPU: Fix some outdated datalayouts in tests
Matt Arsenault
2018-09-13
19
-12
/
+28
*
[LSV] Look through selects for consecutive addresses
Roman Tereshin
2018-07-25
1
-0
/
+95
*
Reapply "[LSV] Refactoring + supporting bitcasts to a type of different size"
Roman Tereshin
2018-07-20
1
-2
/
+51
*
Revert "[LSV] Refactoring + supporting bitcasts to a type of different size"
Sam McCall
2018-07-20
1
-19
/
+2
*
[LSV] Refactoring + supporting bitcasts to a type of different size
Roman Tereshin
2018-07-19
1
-2
/
+19
*
[LoadStoreVectorizer] Use getMinusScev() to compute the distance between two ...
Farhana Aleen
2018-07-19
1
-0
/
+49
*
[AMDGPU] Re-enabled 128bit wide-vector generation for local addr space by def...
Farhana Aleen
2018-05-28
2
-4
/
+2
*
[LoadStoreVectorize] Ignore interleaved invariant loads.
Benjamin Kramer
2018-04-24
1
-0
/
+28
*
AMDGPU: enable 128-bit for local addr space under an option
Marek Olsak
2018-04-10
2
-2
/
+4
*
[AMDGPU] Supported ds_read_b128 generation; Widened vector length for local a...
Farhana Aleen
2018-03-09
2
-4
/
+2
*
[AMDGPU] Switch to the new addr space mapping by default
Yaxun Liu
2018-02-02
2
-153
/
+151
*
[LSV] Avoid adding vectors of pointers as candidates
Bjorn Pettersson
2017-10-26
1
-0
/
+20
*
Skip bitcasts while looking for GEP in LoadStoreVectorizer
Stanislav Mekhanoshin
2017-04-25
1
-0
/
+83
*
AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel
Matt Arsenault
2017-03-21
15
-116
/
+116
*
LoadStoreVectorizer: Split even sized illegal chains properly
Matt Arsenault
2017-02-23
2
-6
/
+185
*
[LoadStoreVectorizer] Enable vectorization of stores in the presence of an al...
Alina Sbirlea
2016-11-23
2
-5
/
+61
*
AMDGPU/SI: Don't allow unaligned scratch access
Tom Stellard
2016-10-14
2
-11
/
+13
*
LSV: Fix incorrectly increasing alignment
Matt Arsenault
2016-09-09
1
-0
/
+129
*
[LSV] Use the original loads' names for the extractelement instructions.
Justin Lebar
2016-09-07
2
-35
/
+35
*
[LoadStoreVectorizer] Change VectorSet to Vector to match head and tail posit...
Alina Sbirlea
2016-08-30
1
-0
/
+64
*
[LSV] Don't assume that loads/stores appear in address order in the BB.
Justin Lebar
2016-07-20
1
-0
/
+30
*
[LSV] Insert stores at the right point.
Justin Lebar
2016-07-19
1
-2
/
+29
*
Correct ordering of loads/stores.
Alina Sbirlea
2016-07-11
1
-3
/
+3
*
Add TLI.allowsMisalignedMemoryAccesses to LoadStoreVectorizer
Alina Sbirlea
2016-07-11
1
-14
/
+5
*
Address two correctness issues in LoadStoreVectorizer
Alina Sbirlea
2016-07-01
1
-3
/
+3
*
LoadStoreVectorizer: Don't increase alignment with no align set
Matt Arsenault
2016-07-01
3
-17
/
+60
*
LoadStoreVectorizer: Check TTI for vec reg bit width
Matt Arsenault
2016-07-01
2
-1
/
+53
*
LoadStoreVectorizer: Fix assert when merging pointer ops
Matt Arsenault
2016-07-01
1
-0
/
+311
*
LoadStoreVectorizer: Use AA metadata
Matt Arsenault
2016-07-01
1
-0
/
+32
*
LoadStoreVectorizer: if one element of a vector is integer, default to
Matt Arsenault
2016-07-01
1
-1
/
+1
*
LoadStoreVectorizer: Fix crashes on sub-byte types
Matt Arsenault
2016-07-01
1
-0
/
+199
*
LoadStoreVectorizer: Check skipFunction first.
Matt Arsenault
2016-06-30
1
-0
/
+10
*
LoadStoreVectorizer: Skip optnone functions
Matt Arsenault
2016-06-30
1
-0
/
+12
*
Add LoadStoreVectorizer pass
Matt Arsenault
2016-06-30
7
-0
/
+989