This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7735d5aef04 [X86] Minor cleanup to getExtendInVec. NFCI
new 50606d73059 [ADT] Drop llvm::Optional clang-specific optmization for tr [...]
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/ADT/Optional.h | 18 ------------------
1 file changed, 18 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 6a9a4b4e8f8 [InstCombine] adjust rotate direction in tests; NFC
new 7735d5aef04 [X86] Minor cleanup to getExtendInVec. 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/Target/X86/X86ISelLowering.cpp | 11 +++++++----
1 file changed, 7 insertions(+), 4 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 62e86867708 [X86] Add -x86-experimental-vector-widening support to redu [...]
new 6a9a4b4e8f8 [InstCombine] adjust rotate direction in tests; 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:
test/Transforms/InstCombine/rotate.ll | 24 ++++++++++++------------
1 file changed, 12 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 lldb.
from 85d84ed8c Fix a use-after-free of the ABI plugin.
new 03d940c69 Port the Darwin universal binary testcase to x86_64.
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:
.../lldbsuite/test/macosx/universal/Makefile | 18 ++--
.../test/macosx/universal/TestUniversal.py | 100 ++++++++++-----------
2 files changed, 57 insertions(+), 61 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 93df51df318 [WebAssembly] Fix return type of nextByte
new 62e86867708 [X86] Add -x86-experimental-vector-widening support to redu [...]
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/Target/X86/X86ISelLowering.cpp | 36 +++++++++++++---------
test/CodeGen/X86/shrink_vmul-widen.ll | 56 ++++++++++++++++-------------------
2 files changed, 48 insertions(+), 44 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 2806865ca5b [InstCombine] add tests for funnel shift (rotate) canonical [...]
new 706911adb88 [BinaryFormat] Add MsgPackTypes
new 93df51df318 [WebAssembly] Fix return type of nextByte
The 2 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/BinaryFormat/MsgPackTypes.h | 372 +++++++++++++++++++++
lib/BinaryFormat/CMakeLists.txt | 1 +
lib/BinaryFormat/MsgPackTypes.cpp | 303 +++++++++++++++++
.../Disassembler/WebAssemblyDisassembler.cpp | 4 +-
unittests/BinaryFormat/CMakeLists.txt | 1 +
unittests/BinaryFormat/MsgPackTypesTest.cpp | 188 +++++++++++
6 files changed, 867 insertions(+), 2 deletions(-)
create mode 100644 include/llvm/BinaryFormat/MsgPackTypes.h
create mode 100644 lib/BinaryFormat/MsgPackTypes.cpp
create mode 100644 unittests/BinaryFormat/MsgPackTypesTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.