This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 9d9372a34 Cleaup of requirements for optional. While researching LWG319 [...]
new e83c41a26 [coroutines] Add std::experimental::task<T> type
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/CMakeLists.txt | 1 +
include/experimental/__memory | 7 +
include/experimental/memory_resource | 8 -
include/experimental/task | 503 +++++++++++++++++++++
include/module.modulemap | 4 +
test/std/experimental/task/awaitable_traits.hpp | 117 +++++
test/std/experimental/task/counted.hpp | 96 ++++
.../support.coroutines => task}/lit.local.cfg | 0
test/std/experimental/task/manual_reset_event.hpp | 127 ++++++
test/std/experimental/task/sync_wait.hpp | 284 ++++++++++++
.../task/task.basic/task_custom_allocator.pass.cpp | 230 ++++++++++
.../task/task.basic/task_of_value.pass.cpp | 70 +++
.../task/task.basic/task_of_void.pass.cpp | 96 ++++
.../task.lifetime/task_parameter_lifetime.pass.cpp | 57 +++
.../task_return_value_lifetime.pass.cpp | 86 ++++
15 files changed, 1678 insertions(+), 8 deletions(-)
create mode 100644 include/experimental/task
create mode 100644 test/std/experimental/task/awaitable_traits.hpp
create mode 100644 test/std/experimental/task/counted.hpp
copy test/std/experimental/{language.support/support.coroutines => task}/lit.local [...]
create mode 100644 test/std/experimental/task/manual_reset_event.hpp
create mode 100644 test/std/experimental/task/sync_wait.hpp
create mode 100644 test/std/experimental/task/task.basic/task_custom_allocator.pass.cpp
create mode 100644 test/std/experimental/task/task.basic/task_of_value.pass.cpp
create mode 100644 test/std/experimental/task/task.basic/task_of_void.pass.cpp
create mode 100644 test/std/experimental/task/task.lifetime/task_parameter_lifetim [...]
create mode 100644 test/std/experimental/task/task.lifetime/task_return_value_life [...]
--
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 15e0c2b138b [WebAssembly] Fix a bug when mixing TRY/LOOP markers
new 32053eb34f4 [WebAssembly] Support WebAssemblyFunctionInfo serialization
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:
.../WebAssembly/WebAssemblyMachineFunctionInfo.cpp | 10 ++++++++++
.../WebAssembly/WebAssemblyMachineFunctionInfo.h | 22 +++++++++++++++++++++
.../WebAssembly/WebAssemblyTargetMachine.cpp | 23 ++++++++++++++++++++++
lib/Target/WebAssembly/WebAssemblyTargetMachine.h | 8 ++++++++
test/CodeGen/WebAssembly/function-info.mir | 11 +++++++++++
5 files changed, 74 insertions(+)
create mode 100644 test/CodeGen/WebAssembly/function-info.mir
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/glibc.
from 67112f7ae8 nss/tst-nss-files-alias-leak: add missing opening quote in printf
adds 019638910e powerpc: Remove ununsed s_float_bitwise.h
No new revisions were added by this update.
Summary of changes:
ChangeLog | 4 ++
sysdeps/powerpc/fpu/s_float_bitwise.h | 115 ----------------------------------
2 files changed, 4 insertions(+), 115 deletions(-)
delete mode 100644 sysdeps/powerpc/fpu/s_float_bitwise.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/binutils-gdb.
from d45963c2b2 Fix s390 build
adds 79e7ae11c7 Clean up some comments in minsyms.c
adds 81a24d04df Note support for TLS variables on FreeBSD.
adds e8fba7f6bb Fix relpp may be used uninitialized
adds 24e31cf3aa Automatic date update in version.in
adds 068ef30e9e Fix use-after-free in source_cache::get_source_lines
adds 2fe7bab775 Fix Arm build
adds 5fb812fc79 Take over Dave Brolley's maintainerships for FR30, FRV and MEP.
adds 7ea79cb3af Provide string description of definition, visibility and res [...]
adds 974c89e088 gdbserver: Add linux_get_hwcap
new 05805feba2 AArch64/Arm: Update testcases fixing endiannes and linux targets
new d851aa7170 Add AArch64 Pointer Authentication to the NEWS file
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:
bfd/version.h | 2 +-
binutils/ChangeLog | 22 +++++++
binutils/MAINTAINERS | 6 +-
binutils/objdump.c | 2 +-
.../testsuite/binutils-all/aarch64/in-order-all.d | 37 +++++------
binutils/testsuite/binutils-all/aarch64/in-order.d | 24 +++----
.../binutils-all/aarch64/out-of-order-all.d | 37 +++++------
.../testsuite/binutils-all/aarch64/out-of-order.d | 24 +++----
.../testsuite/binutils-all/aarch64/out-of-order.s | 8 +--
binutils/testsuite/binutils-all/arm/in-order-all.d | 46 +++++++-------
binutils/testsuite/binutils-all/arm/in-order.d | 24 +++----
.../testsuite/binutils-all/arm/out-of-order-all.d | 46 +++++++-------
binutils/testsuite/binutils-all/arm/out-of-order.d | 24 +++----
binutils/testsuite/binutils-all/arm/out-of-order.s | 8 +--
gdb/ChangeLog | 25 ++++++++
gdb/NEWS | 7 +++
gdb/arm-linux-nat.c | 1 +
gdb/gdbserver/ChangeLog | 16 +++++
gdb/gdbserver/linux-aarch64-low.c | 28 +--------
gdb/gdbserver/linux-arm-low.c | 27 +-------
gdb/gdbserver/linux-low.c | 47 ++++++++++++++
gdb/gdbserver/linux-low.h | 10 +++
gdb/gdbserver/linux-ppc-low.c | 41 +-----------
gdb/gdbserver/linux-s390-low.c | 32 +---------
gdb/minsyms.c | 49 +++------------
gdb/source-cache.c | 6 ++
ld/ChangeLog | 6 ++
ld/plugin.c | 73 +++++++++++++++++++++-
ld/testsuite/ld-plugin/plugin-12.d | 8 +--
29 files changed, 365 insertions(+), 321 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards b38d18df 0: good: binutils-gcc-glibc: -5
new ee6beee4 0: good: binutils-gcc-glibc: -5
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b38d18df)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-aarch64-s [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 62 +-
02-prepare_abe/console.log | 33 +-
03-build_abe-binutils/console.log | 6128 ++--
04-build_abe-stage1/console.log | 9027 +++---
05-build_abe-linux/console.log | 58 +-
06-build_abe-glibc/console.log | 22385 ++++++-------
07-build_abe-stage2/console.log | 23329 +++++++-------
08-benchmark/benchmark.log | 14 +-
08-benchmark/console.log | 36 +-
10-update_baseline/console.log | 2 +-
console.log | 61114 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
12 files changed, 61144 insertions(+), 61060 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/linux.
from 8c2ffd917477 Linux 5.1-rc2
adds a3ac7917b730 Revert "parport: daisy: use new parport device model"
No new revisions were added by this update.
Summary of changes:
drivers/parport/daisy.c | 32 +-------------------------------
drivers/parport/probe.c | 2 +-
drivers/parport/share.c | 10 +---------
include/linux/parport.h | 13 -------------
4 files changed, 3 insertions(+), 54 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/ci/gcc.
from 82effd32e30 S/390: Fix PR89775. Stackpointer save/restore instructions removed
adds 9722528d8f3 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from ae0e4eb9ce [ARC] don't force _init/_fini as DT_INIT/DT_FINI.
adds 306a60edca Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c171d639 0: good: llvm-linux: boot
new 1aac3b71 0: good: llvm-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c171d639)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 68 +-
02-build_llvm/console.log | 10500 ++++++++++++++++++-------------------
03-build_linux/console.log | 139 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 10713 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 10788 insertions(+), 10646 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.