This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 0e5d70781 Deduction guides for the container adaptors - queue, stack, a [...]
new 356a19827 Missed the tests for the deduction guides for prority_queue
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:
.../priority.queue/priqueue.cons/deduct.fail.cpp | 58 ++++++++++
.../priority.queue/priqueue.cons/deduct.pass.cpp | 123 +++++++++++++++++++++
2 files changed, 181 insertions(+)
create mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue. [...]
create mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue. [...]
--
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 binutils-gdb.
from 75d74ccace MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers
new bae363f114 Mark section in a section group with SHF_GROUP
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:
bfd/ChangeLog | 6 ++++++
bfd/elf.c | 10 +++++++++-
2 files changed, 15 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 release_60
in repository llvm.
from 8de958da4f1 Merge a series of test updates r329055-329057.
new 1b1a4b851e8 Merge r322521 - just regenerates the CHECK lines using the [...]
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/win64_frame.ll | 376 ++++++++++++++++++++++++++--------------
1 file changed, 249 insertions(+), 127 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 clang.
from d110138294 Add missing include for cstdint to Visibility.h
new 41efb10075 [X86] Prevent inclusion of __wmmintrin_aes.h and __wmmintrin [...]
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/Headers/__wmmintrin_aes.h | 7 +++++--
lib/Headers/__wmmintrin_pclmul.h | 5 +++++
2 files changed, 10 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 libcxx.
from 32bc2e298 Implement deduction guides for vector
new 0e5d70781 Deduction guides for the container adaptors - queue, stack, 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:
include/queue | 66 ++++++++++++++++
include/stack | 22 ++++++
.../queue/queue.cons}/deduct.fail.cpp | 32 ++++----
.../queue/queue.cons/deduct.pass.cpp | 89 +++++++++++++++++++++
.../stack/stack.cons}/deduct.fail.cpp | 23 ++++--
.../stack/stack.cons/deduct.pass.cpp | 91 ++++++++++++++++++++++
6 files changed, 304 insertions(+), 19 deletions(-)
copy test/std/containers/{sequences/deque/deque.cons => container.adaptors/queue/q [...]
create mode 100644 test/std/containers/container.adaptors/queue/queue.cons/deduct. [...]
copy test/std/containers/{sequences/vector/vector.cons => container.adaptors/stack [...]
create mode 100644 test/std/containers/container.adaptors/stack/stack.cons/deduct. [...]
--
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 7d79fc6afb6 Revert "[llvm-objcopy] Add --strip-unneeded option"
new 714851ee61c MC: Remove dead code. 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/MC/MCELFStreamer.cpp | 11 -----------
1 file changed, 11 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 6cfc1adc327 [CMake] Pass Clang defaults to runtimes builds
new 7d79fc6afb6 Revert "[llvm-objcopy] Add --strip-unneeded option"
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/tools/llvm-objcopy/strip-unneeded.test | 136 ----------------------------
tools/llvm-objcopy/ObjcopyOpts.td | 2 -
tools/llvm-objcopy/Object.cpp | 16 +---
tools/llvm-objcopy/Object.h | 16 +---
tools/llvm-objcopy/llvm-objcopy.cpp | 9 --
5 files changed, 4 insertions(+), 175 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/strip-unneeded.test
--
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 4f8ac50ae [asan] Make GetCurrentThread RTEMS-friendly
new e3c8c25f3 [CMake] Use a different source depending on C++ support
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:
cmake/Modules/CompilerRTUtils.cmake | 17 ++++++++++++++++-
cmake/config-ix.cmake | 7 -------
2 files changed, 16 insertions(+), 8 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 binutils-gdb.
from e54bb2a017 Automatic date update in version.in
new 75d74ccace MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers
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:
gdb/ChangeLog | 6 ++++++
gdb/gdbserver/ChangeLog | 7 +++++++
gdb/gdbserver/linux-mips-low.c | 8 ++++++++
gdb/mips-linux-nat.c | 5 +++++
4 files changed, 26 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.