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-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from dc0c1219b2 Automatic date update in version.in
adds ff97da8abe 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/gnu-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards b0101f2 0: update: linux-41de59634046b19cd53a1983594a95135c656997: boot
new 065df39 0: reset: binutils-ff97da8abeb502df3aea6eb8019c78885b5d2294: 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 (b0101f2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 167 +-
02-prepare_abe/console.log | 172 +-
03-build_abe-binutils/console.log | 10881 ++++++++--------
04-build_abe-stage1/console.log | 12388 +++++++++---------
05-build_linux/console.log | 635 +-
06-boot_linux/console.log | 354 +-
07-check_regression/console.log | 17 +-
08-update_baseline/console.log | 2 +-
console.log | 24748 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
11 files changed, 24927 insertions(+), 24447 deletions(-)
create mode 100644 reset-baseline
--
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-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 4cbb3f4 0: update: llvm-linux: all
new 1ceaa94 0: update: llvm-linux: all
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 (4cbb3f4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 82 +-
02-build_llvm/console.log | 12061 ++++++++++++++++++-----------------
03-build_linux/console.log | 668 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 12846 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 12874 insertions(+), 12830 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 de7cabaee5b Expose TailCallKind via the LLVM C API
new c1cdf66ddf5 [coroutine] Fixes "cannot move instruction since its users [...]
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/Transforms/Coroutines/CoroFrame.cpp | 163 +++++++++++++--------
lib/Transforms/Coroutines/CoroSplit.cpp | 90 ------------
.../Transforms/Coroutines/coro-alloc-with-param.ll | 96 ++++++++++++
test/Transforms/Coroutines/coro-param-copy.ll | 69 +++++++++
4 files changed, 270 insertions(+), 148 deletions(-)
create mode 100644 test/Transforms/Coroutines/coro-alloc-with-param.ll
create mode 100644 test/Transforms/Coroutines/coro-param-copy.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/ci/gcc.
from 63ffdfd3539 Daily bump.
adds 28a024c36af 2019-08-13 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds f0838a5d455 PR c++/91436 fix C++ dialect for std::make_unique fix-it hint
adds 2f4bbf5ad19 Backport from mainline
new 5953fd80ef8 Daily bump.
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:
gcc/ChangeLog | 15 ++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 16 +-
gcc/cp/decl.c | 5 +-
gcc/cp/name-lookup.c | 4 +-
gcc/doc/extend.texi | 27 +++
gcc/fortran/ChangeLog | 8 +-
gcc/fortran/resolve.c | 29 ++-
gcc/testsuite/ChangeLog | 25 +++
gcc/testsuite/c-c++-common/array-1.c | 247 +++++++++++++++++++++
gcc/testsuite/g++.dg/abi/mangle73.C | 96 ++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class23.C | 102 +++++++++
gcc/testsuite/g++.dg/init/array53.C | 33 +++
.../g++.dg/lookup/missing-std-include-5.C | 1 +
.../g++.dg/lookup/missing-std-include-6.C | 9 -
.../g++.dg/lookup/missing-std-include-8.C | 9 +
gcc/testsuite/gfortran.dg/pr87991.f90 | 11 +
gcc/tree.c | 67 ++++++
gcc/tree.h | 6 +
19 files changed, 686 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/array-1.c
create mode 100644 gcc/testsuite/g++.dg/abi/mangle73.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class23.C
create mode 100644 gcc/testsuite/g++.dg/init/array53.C
create mode 100644 gcc/testsuite/gfortran.dg/pr87991.f90
--
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-arm-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from ff97da8abe Automatic date update in version.in
new 7fe7d5d979 Automatic date update in version.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:
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/gnu-release-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 74f74fc 0: update: binutils-gcc-linux: boot
new e1508d7 0: update: binutils-gcc-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 (74f74fc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-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 | 139 +-
02-prepare_abe/console.log | 264 +-
03-build_abe-binutils/console.log | 9208 ++++++-------
04-build_abe-stage1/console.log | 16144 +++++++++++-----------
05-build_linux/console.log | 406 +-
06-boot_linux/console.log | 474 +-
07-check_regression/console.log | 8 +-
console.log | 26585 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
9 files changed, 26625 insertions(+), 26615 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.