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 ee64ede [sanitizer] Max out allowed macOS deployment targets to 10.9
new 6adce92 Temporarily relax test expectations to fix failures on ppc64.
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/tsan/simple_stack.c | 2 --
1 file changed, 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 fcc03ff Recommit: ARM: sort register lists by encoding in push/pop in [...]
new b5aa1e1 ARM: try to fix GCC 4.8 compilation again after r286881.
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/ARM/ARMFrameLowering.cpp | 3 ++-
1 file changed, 2 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 libcxx.
from 3d7c49b Implement P0516: 'Clarify That shared_future’s Copy Operation [...]
new a4163bc Missed a test with exceptions disabled earlier. Oops.
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:
.../basic.string/string.cons/T_size_size.pass.cpp | 18 ++++++++++++++----
1 file changed, 14 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 gcc.
from ae06106 [gcc] 2016-11-14 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new ee6c971 Implement P0504R0 (Revisiting in-place tag types for any/opti [...]
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:
libstdc++-v3/ChangeLog | 55 ++++++++++++++++++++
libstdc++-v3/include/std/any | 8 +--
libstdc++-v3/include/std/utility | 36 +++++++-------
libstdc++-v3/include/std/variant | 34 ++++++-------
.../testsuite/20_util/any/cons/explicit.cc | 6 +--
.../testsuite/20_util/any/cons/in_place.cc | 20 ++++----
libstdc++-v3/testsuite/20_util/any/requirements.cc | 12 +++++
.../testsuite/20_util/in_place/requirements.cc | 19 ++++---
libstdc++-v3/testsuite/20_util/variant/compile.cc | 58 +++++++++++-----------
libstdc++-v3/testsuite/20_util/variant/run.cc | 12 ++---
10 files changed, 167 insertions(+), 93 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 bf09fb4 [AArch64] Change some pointers to references. NFC.
new fcc03ff Recommit: ARM: sort register lists by encoding in push/pop in [...]
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/ARM/ARMFrameLowering.cpp | 15 ++++++++++++++-
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 6 ++++++
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 9 ++++++++-
test/CodeGen/ARM/swifterror.ll | 8 ++++----
4 files changed, 32 insertions(+), 6 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 lld.
from f3eb07e Attempt to fix freaky bot.
new c97a502 Fix heap-use-after-free coff::createPDB
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:
COFF/PDB.cpp | 3 +--
1 file changed, 1 insertion(+), 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.
Gerrit pushed a change to branch master
in repository toolchain/abe-tests.
from 63478eb Merge "Clone abe under checkout-test directory."
new 457ab3a Validate manifestid field for version 1.3 manifests.
new c08d2ef Merge "Validate manifestid field for version 1.3 manifests."
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:
validate-manifest.pl | 54 +++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 51 insertions(+), 3 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.
Yvan Roux pushed a change to branch master
in repository toolchain/abe.
from 149cfd3 Replace `...` with $(...)
new 2b1b094 Strip host's binaries during release packaging.
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/package.sh | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 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 9640691 [AArch64] Split 0 vector stores into scalar store pairs.
new 2c2c719 [X86] Tests exhibiting bad parial reloading behavior. NFC.
new bf09fb4 [AArch64] Change some pointers to references. NFC.
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/Target/AArch64/AArch64ISelLowering.cpp | 32 +++++++++++-----------
test/CodeGen/X86/partial-fold32.ll | 26 ++++++++++++++++++
test/CodeGen/X86/partial-fold64.ll | 43 ++++++++++++++++++++++++++++++
3 files changed, 85 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/X86/partial-fold32.ll
create mode 100644 test/CodeGen/X86/partial-fold64.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 libcxx.
from 7817e14 Make one of the new tests fail correctly on pre-C++17 systems
new 3d7c49b Implement P0516: 'Clarify That shared_future’s Copy Operation [...]
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/future | 6 +++---
test/std/thread/futures/futures.shared_future/copy_assign.pass.cpp | 6 ++++++
test/std/thread/futures/futures.shared_future/copy_ctor.pass.cpp | 6 ++++++
www/cxx1z_status.html | 2 +-
4 files changed, 16 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.