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
...
*
[LoadStoreVectorizer] Change VectorSet to Vector to match head and tail posit...
Alina Sbirlea
2016-08-30
1
-7
/
+7
*
[LSV] Use a set rather than an ArraySlice at the end of getVectorizablePrefix...
Justin Lebar
2016-08-13
1
-6
/
+5
*
[LSV] Use OrderedBasicBlock instead of rolling it ourselves. NFC
Justin Lebar
2016-08-13
1
-23
/
+21
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
LoadStoreVectorizer: Remove TargetBaseAlign. Keep alignment for stack adjustm...
Alina Sbirlea
2016-08-04
1
-11
/
+13
*
[LoadStoreVectorizer] Don't use a linear walk for an existence check in a Sma...
Benjamin Kramer
2016-08-02
1
-1
/
+1
*
Revert r277038 until clearing why tests fail.
Alina Sbirlea
2016-07-28
1
-9
/
+10
*
Remove TargetBaseAlign. Keep alignment for stack adjustments.
Alina Sbirlea
2016-07-28
1
-10
/
+9
*
[LSV] Use Instruction*s rather than Value*s where possible.
Justin Lebar
2016-07-27
1
-87
/
+94
*
[LSV] Don't assume that bitcast ops are Instructions.
Justin Lebar
2016-07-27
1
-9
/
+6
*
[LSV] Don't move stores across may-load instrs, and loosen restrictions on mo...
Justin Lebar
2016-07-20
1
-2
/
+18
*
[LSV] Vectorize up to side-effecting instructions.
Justin Lebar
2016-07-20
1
-7
/
+3
*
[LSV] Don't assume that loads/stores appear in address order in the BB.
Justin Lebar
2016-07-20
1
-20
/
+40
*
[LSV] Insert stores at the right point.
Justin Lebar
2016-07-19
1
-30
/
+28
*
[LSV] Use make_range, and reformat a DEBUG message. NFC
Justin Lebar
2016-07-19
1
-12
/
+15
*
[LSV] Nix two global (ish) variables in the LoadStoreVectorizer. NFC
Justin Lebar
2016-07-19
1
-10
/
+12
*
Extended LoadStoreVectorizer to vectorize subchains.
Alina Sbirlea
2016-07-13
1
-64
/
+118
*
Correct ordering of loads/stores.
Alina Sbirlea
2016-07-11
1
-15
/
+33
*
Add TLI.allowsMisalignedMemoryAccesses to LoadStoreVectorizer
Alina Sbirlea
2016-07-11
1
-24
/
+34
*
Add a missing semicolon.
Rui Ueyama
2016-07-07
1
-1
/
+1
*
Clang-format LoadStoreVectorizer
Alina Sbirlea
2016-07-07
1
-35
/
+33
*
LoadStoreVectorizer: Fix warning about extra semicolon
Matt Arsenault
2016-07-01
1
-2
/
+2
*
Address two correctness issues in LoadStoreVectorizer
Alina Sbirlea
2016-07-01
1
-3
/
+10
*
LoadStoreVectorizer: improvements: better pointer analysis
Matt Arsenault
2016-07-01
1
-5
/
+26
*
LoadStoreVectorizer: Don't increase alignment with no align set
Matt Arsenault
2016-07-01
1
-2
/
+18
*
LoadStoreVectorizer: Check TTI for vec reg bit width
Matt Arsenault
2016-07-01
1
-16
/
+28
*
LoadStoreVectorizer: Fix assert when merging pointer ops
Matt Arsenault
2016-07-01
1
-3
/
+17
*
LoadStoreVectorizer: Use AA metadata
Matt Arsenault
2016-07-01
1
-8
/
+5
*
LoadStoreVectorizer: if one element of a vector is integer, default to
Matt Arsenault
2016-07-01
1
-2
/
+18
*
LoadStoreVectorizer: Fix crashes on sub-byte types
Matt Arsenault
2016-07-01
1
-2
/
+14
*
LoadStoreVectorizer: Check skipFunction first.
Matt Arsenault
2016-06-30
1
-4
/
+4
*
LoadStoreVectorizer: Skip optnone functions
Matt Arsenault
2016-06-30
1
-1
/
+1
*
Add LoadStoreVectorizer pass
Matt Arsenault
2016-06-30
1
-0
/
+824
[prev]