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
/
Target
/
X86
/
X86InterleavedAccess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typo: "\t" => " "
Liang Zou
2019-03-31
1
-1
/
+1
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-6
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Fix typo in comment. NFC
Craig Topper
2018-10-25
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-10
/
+10
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[X86] Fix typo in comment. NFC
Craig Topper
2017-11-14
1
-2
/
+2
*
Fixing bug issue https://bugs.llvm.org/show_bug.cgi?id=34978
Michael Zuckerman
2017-10-18
1
-0
/
+2
*
[X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-10-05
1
-21
/
+26
*
[X86][LLVM]Expanding Supports lowerInterleaved{store|load}() in X86Interleave...
Michael Zuckerman
2017-10-02
1
-109
/
+169
*
Code refactoring for the interleaved code <NFC>
Michael Zuckerman
2017-09-30
1
-28
/
+18
*
Small modification <NFC>
Michael Zuckerman
2017-09-29
1
-1
/
+1
*
[X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess...
Michael Zuckerman
2017-09-26
1
-3
/
+139
*
[X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess...
Michael Zuckerman
2017-09-25
1
-1
/
+46
*
Refactoring the stride 4 code in the X86interleavedaccess NFC
Michael Zuckerman
2017-09-13
1
-34
/
+32
*
[X86][LLVM]Expanding Supports lowerInterleavedLoad() in X86InterleavedAccess ...
Michael Zuckerman
2017-09-07
1
-20
/
+193
*
[X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess...
Michael Zuckerman
2017-08-07
1
-19
/
+39
*
[X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess.
Michael Zuckerman
2017-07-26
1
-7
/
+132
*
X86InterleaveAccess: A fix for bug33826
Farhana Aleen
2017-07-21
1
-13
/
+18
*
Fixed a (product) build error that was due to an unused variable
Farhana Aleen
2017-06-22
1
-2
/
+1
*
Supported lowerInterleavedStore() in X86InterleavedAccess.
Farhana Aleen
2017-06-22
1
-31
/
+95
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
1
-1
/
+2
*
Fix unused variable warning in Release builds. NFC.
Benjamin Kramer
2016-12-01
1
-1
/
+1
*
Refactored X86InterleavedAccess into a class. NFCI.
David L Kreitzer
2016-12-01
1
-67
/
+171
*
Add a pass to optimize patterns of vectorized interleaved memory accesses for
David L Kreitzer
2016-10-14
1
-0
/
+117