This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b57c915 [ORC] Replace the serialize/deserialize function pair with a [...]
new 08170c3 [ORC] Add missing <thread> header to RPCSerialization.h.
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/ExecutionEngine/Orc/RPCSerialization.h | 1 +
1 file changed, 1 insertion(+)
--
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 lld.
from 0dac1fd Simplify handling of /DISCARD/. NFC.
new 963a6fb [Cmake] Use Cmake's default RPATH for unittest.
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:
unittests/CMakeLists.txt | 2 ++
1 file changed, 2 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 llvm.
from 77ad092 Fix the bug introduced in r281252.
new b57c915 [ORC] Replace the serialize/deserialize function pair with a [...]
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:
.../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 47 ++--
include/llvm/ExecutionEngine/Orc/RPCByteChannel.h | 269 ++++++++++-----------
.../llvm/ExecutionEngine/Orc/RPCSerialization.h | 205 ++++++++++++++++
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 6 +-
4 files changed, 360 insertions(+), 167 deletions(-)
create mode 100644 include/llvm/ExecutionEngine/Orc/RPCSerialization.h
--
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 compiler-rt.
from 13cb0a7 [asan] Ease dealing with tagged enum ErrorDescription with so [...]
new 8778ef5 [sanitizer] replace CHECK with CHECK_XY in two places for bet [...]
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/sanitizer_common/sanitizer_common.h | 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 a50faba [MC] Defer asm errors to post-statement failure
new 8c8aa02 Lower consecutive select instructions correctly.
new 77ad092 Fix the bug introduced in r281252.
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:
lib/CodeGen/CodeGenPrepare.cpp | 98 ++++++++++++++++++++++++++--------
test/CodeGen/X86/pseudo_cmov_lower2.ll | 44 +++++++++++++++
2 files changed, 119 insertions(+), 23 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 8be3f97 fix Xcode build after r281226
new 1c75b3e xfail TestQueues.py and TestDarwinLogFilterMatchMessage.py
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:
.../filter/exact_match/message/TestDarwinLogFilterMatchMessage.py | 8 ++++++++
packages/Python/lldbsuite/test/macosx/queues/TestQueues.py | 1 +
2 files changed, 9 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 gcc.
from d7b41a7 * config/abi/pre/gnu.ver: Use [jmy] for size_t.
new 7a21b59 gcc/c-family: 2016-09-12 Bernd Edlinger <bernd.edlinger@hot [...]
new b38c0a3 * gcc.dg/compat/scalar-by-value-4_x.c: Also test passing of [...]
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:
gcc/c-family/ChangeLog | 5 ++
gcc/c-family/c-common.c | 16 +++--
gcc/c/ChangeLog | 6 ++
gcc/c/c-parser.c | 7 +-
gcc/cp/ChangeLog | 6 ++
gcc/cp/call.c | 5 +-
gcc/cp/class.c | 7 +-
gcc/testsuite/ChangeLog | 18 +++++
gcc/testsuite/c-c++-common/warn-ommitted-condop.c | 13 +++-
gcc/testsuite/g++.dg/ext/pr77496.C | 21 ++++++
gcc/testsuite/g++.dg/warn/pr77496.C | 21 ++++++
.../gcc.dg/compat/scalar-by-value-4_main.c | 2 +-
gcc/testsuite/gcc.dg/compat/scalar-by-value-4_x.c | 76 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/compat/scalar-by-value-4_y.c | 17 +++++
gcc/testsuite/gcc.dg/compat/scalar-return-4_main.c | 2 +-
gcc/testsuite/gcc.dg/compat/scalar-return-4_x.c | 51 ++++++++++++++-
gcc/testsuite/gcc.dg/compat/scalar-return-4_y.c | 39 +++++++++--
17 files changed, 288 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/pr77496.C
create mode 100644 gcc/testsuite/g++.dg/warn/pr77496.C
--
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 libcxx.
from 040945b [libcxx] Introduce an externally-threaded libc++ variant.
new b6b8e1e config: Fix typo in comment
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/__config | 2 +-
1 file changed, 1 insertion(+), 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 06b5f13 [InstCombine] add test for PR30327
new a50faba [MC] Defer asm errors to post-statement failure
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/MC/MCParser/MCAsmLexer.h | 6 +
include/llvm/MC/MCParser/MCAsmParser.h | 42 +-
include/llvm/Support/SMLoc.h | 2 +
lib/MC/MCParser/AsmParser.cpp | 253 ++++-----
lib/MC/MCParser/MCAsmLexer.cpp | 3 +-
lib/MC/MCParser/MCAsmParser.cpp | 18 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 43 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 75 +--
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 54 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 60 +-
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 16 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 -
lib/Target/X86/AsmParser/X86AsmParser.cpp | 78 +--
test/MC/AArch64/armv8.1a-rdma.s | 46 +-
test/MC/AArch64/inst-directive-diagnostic.s | 2 +
test/MC/AArch64/neon-diagnostics.s | 646 +++++++---------------
16 files changed, 517 insertions(+), 830 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 6979660 [InstCombine] regenerate checks
new 06b5f13 [InstCombine] add test for PR30327
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/zext-bool-add-sub.ll | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.