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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards e0a396a06 0: update: llvm-linux: boot
new 17433c1f8 0: update: 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 (e0a396a06)
\
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 | 220 +-
02-build_llvm/console.log | 12072 +++++++++++++++----------------
03-build_linux/console.log | 1796 ++---
04-boot_linux/console.log | 430 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 14534 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 14543 insertions(+), 14539 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 4a50a945281 clang-misexpect: Profile Guided Validation of Performance A [...]
new 660e804c70f [llvm-nm] Fix -DBUILD_SHARED_LIBS=ON builds after D66160/r371576
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:
tools/llvm-nm/CMakeLists.txt | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfig
in repository toolchain/ci/linux.
from 56037cadf604 Merge tag 'regulator-fix-v5.3-rc8' of git://git.kernel.org [...]
adds 78e05972c5e6 ipc: fix semtimedop for generic 32-bit architectures
adds fb377eb80c80 ipc: fix sparc64 ipc() wrapper
adds 3120b9a6a3f7 Merge tag 'ipc-fixes' of git://git.kernel.org/pub/scm/linu [...]
No new revisions were added by this update.
Summary of changes:
arch/sparc/kernel/sys_sparc_64.c | 33 ++++++++++++++++++---------------
include/linux/syscalls.h | 19 +++++++++++++++++++
include/uapi/asm-generic/unistd.h | 2 +-
ipc/util.h | 25 ++-----------------------
4 files changed, 40 insertions(+), 39 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-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7700a683f 0: update: llvm-linux: all
new 07ea92b30 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 (7700a683f)
\
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 | 160 +-
02-build_llvm/console.log | 12111 +++++++-------
03-build_linux/console.log | 20908 ++++++++++++------------
04-boot_linux/console.log | 2 +-
console.log | 33181 +++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
6 files changed, 33169 insertions(+), 33207 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-arm-stable-defconfig
in repository toolchain/ci/gcc.
from 97d8e47d137 Daily bump.
adds 28af642dfd4 go/internal/gccgoimporter: support embedded field in po [...]
adds a1c2f23d2e3 PR go/91621 mksysinfo: change test == to test =
adds b2366b03ff0 PR c++/91705 - constexpr evaluation rejects ++/-- on float [...]
adds 76b3231f798 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++
gcc/cp/constexpr.c | 4 ++
gcc/testsuite/g++.dg/cpp1y/constexpr-incr2.C | 66 ++++++++++++++++++++++
.../go/go/internal/gccgoimporter/importer_test.go | 1 +
libgo/go/go/internal/gccgoimporter/parser.go | 64 +++++++++++++--------
.../internal/gccgoimporter/testdata/issue34182.go | 17 ++++++
.../internal/gccgoimporter/testdata/issue34182.gox | 13 +++++
libgo/mksysinfo.sh | 2 +-
9 files changed, 153 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-incr2.C
create mode 100644 libgo/go/go/internal/gccgoimporter/testdata/issue34182.go
create mode 100644 libgo/go/go/internal/gccgoimporter/testdata/issue34182.gox
--
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 ab2427028d Automatic date update in version.in
adds cb664337b4 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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards f4933ae21 0: update: binutils-gcc-linux: boot
new 123901b9e 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 (f4933ae21)
\
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 | 229 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 10075 ++++++------
04-build_abe-stage1/console.log | 18640 +++++++++++-----------
05-build_linux/console.log | 778 +-
06-boot_linux/console.log | 474 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 30648 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
10 files changed, 30651 insertions(+), 30667 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-arm-mainline-defconfig
in repository toolchain/ci/linux.
from 56037cadf604 Merge tag 'regulator-fix-v5.3-rc8' of git://git.kernel.org [...]
adds 78e05972c5e6 ipc: fix semtimedop for generic 32-bit architectures
adds fb377eb80c80 ipc: fix sparc64 ipc() wrapper
adds 3120b9a6a3f7 Merge tag 'ipc-fixes' of git://git.kernel.org/pub/scm/linu [...]
No new revisions were added by this update.
Summary of changes:
arch/sparc/kernel/sys_sparc_64.c | 33 ++++++++++++++++++---------------
include/linux/syscalls.h | 19 +++++++++++++++++++
include/uapi/asm-generic/unistd.h | 2 +-
ipc/util.h | 25 ++-----------------------
4 files changed, 40 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.