This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cc3ff76 [X86][SSE] Added tests for combining shuffles to PSHUFLW/PSHUFHW
new d539eb3 [x86, SSE, AVX] add tests for icmp+zext (PR28484)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/CodeGen/X86/vector-pcmp.ll | 192 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 191 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 25fcf3e [Support] Make helper function static. NFC.
new cc3ff76 [X86][SSE] Added tests for combining shuffles to PSHUFLW/PSHUFHW
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 28 ++++++++++++++
.../X86/vector-shuffle-combining-avx512bw.ll | 33 +++++++++++++++++
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 43 ++++++++++++++++++++++
3 files changed, 104 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2d09263 [X86] Use __butilin_shufflevector for 512-bit shufps intrinsics.
new fee693a [AVX512] Remove masked shufps/shudpd builtins. These are all [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Basic/BuiltinsX86.def | 6 ------
lib/Sema/SemaChecking.cpp | 6 ------
2 files changed, 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 80f3984 [SystemZ] Utilize Test Data Class instructions.
new 25fcf3e [Support] Make helper function static. NFC.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Support/Host.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7ea0bde reformat, fix comments/names; NFCI
new 80f3984 [SystemZ] Utilize Test Data Class instructions.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/IR/IntrinsicsSystemZ.td | 11 +
lib/Target/SystemZ/CMakeLists.txt | 1 +
lib/Target/SystemZ/README.txt | 4 -
lib/Target/SystemZ/SystemZ.h | 41 +++
lib/Target/SystemZ/SystemZISelLowering.cpp | 5 +
lib/Target/SystemZ/SystemZTDC.cpp | 382 ++++++++++++++++++++++++++++
lib/Target/SystemZ/SystemZTargetMachine.cpp | 3 +
test/CodeGen/SystemZ/tdc-01.ll | 95 +++++++
test/CodeGen/SystemZ/tdc-02.ll | 96 +++++++
test/CodeGen/SystemZ/tdc-03.ll | 139 ++++++++++
test/CodeGen/SystemZ/tdc-04.ll | 85 +++++++
test/CodeGen/SystemZ/tdc-05.ll | 97 +++++++
test/CodeGen/SystemZ/tdc-06.ll | 48 ++++
13 files changed, 1003 insertions(+), 4 deletions(-)
create mode 100644 lib/Target/SystemZ/SystemZTDC.cpp
create mode 100644 test/CodeGen/SystemZ/tdc-01.ll
create mode 100644 test/CodeGen/SystemZ/tdc-02.ll
create mode 100644 test/CodeGen/SystemZ/tdc-03.ll
create mode 100644 test/CodeGen/SystemZ/tdc-04.ll
create mode 100644 test/CodeGen/SystemZ/tdc-05.ll
create mode 100644 test/CodeGen/SystemZ/tdc-06.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a27e16e Give helper classes/functions internal linkage. NFC.
new 7ea0bde reformat, fix comments/names; NFCI
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 49 ++++++++++++++------------------
1 file changed, 22 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0f313e5 [codeview] Drop unused private inheritance.
new a27e16e Give helper classes/functions internal linkage. NFC.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +-
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 4 ++--
lib/Target/ARM/ARMISelLowering.cpp | 23 ++++++++++++++---------
lib/Transforms/Scalar/DeadStoreElimination.cpp | 2 ++
lib/Transforms/Scalar/LoopRotation.cpp | 2 ++
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 2 ++
lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 ++
7 files changed, 25 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 67b9ec9 [AVX512] Add support for lowering to 512-bit SHUFPS.
new 0f313e5 [codeview] Drop unused private inheritance.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/DebugInfo/CodeView/StreamRef.h | 12 ++++++------
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 1 -
2 files changed, 6 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.