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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1ad8d379 0: update: binutils-gcc-linux-qemu: all
new c8835869 0: update: binutils-gcc-linux-qemu: 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 (1ad8d379)
\
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 | 191 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11922 +++++------
04-build_abe-stage1/console.log | 13940 +++++++------
05-build_linux/console.log | 597 +-
06-build_abe-qemu/console.log | 4467 ++---
07-boot_linux/console.log | 10 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 18 +-
09-update_baseline/results.regressions | 2 +-
console.log | 31595 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
results | 2 +-
14 files changed, 31611 insertions(+), 31601 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/llvm-project.
from 9bbcb554cdb Address ABI issues introduced with CXCursor_CXXAddrspaceCastExpr
adds 3a8282376b6 Add minor version to libclang.so and libclang-cpp.so SONAME
No new revisions were added by this update.
Summary of changes:
clang/CMakeLists.txt | 2 +-
clang/tools/clang-shlib/CMakeLists.txt | 5 +++++
clang/tools/libclang/CMakeLists.txt | 1 +
3 files changed, 7 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 88de8802 0: update: llvm-linux-qemu: boot
new 0a17a3c8 0: update: binutils-llvm-linux-qemu: 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 (88de8802)
\
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 | 171 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 6077 +++++
03-build_llvm/console.log | 6694 -----
04-build_linux/console.log | 381 -
04-build_llvm/console.log | 6695 +++++
05-build_abe-qemu/console.log | 2406 --
05-build_linux/console.log | 384 +
06-build_abe-qemu/console.log | 2406 ++
{06-boot_linux => 07-boot_linux}/console.log | 8 +-
.../console.log | 12 +-
.../results.regressions | 0
.../console.log | 18 +-
.../results.regressions | 0
console.log | 25060 ++++++++++++-------
jenkins/manifest.sh | 21 +-
results | 2 +
17 files changed, 31479 insertions(+), 19294 deletions(-)
create mode 100644 03-build_abe-binutils/console.log
delete mode 100644 03-build_llvm/console.log
delete mode 100644 04-build_linux/console.log
create mode 100644 04-build_llvm/console.log
delete mode 100644 05-build_abe-qemu/console.log
create mode 100644 05-build_linux/console.log
create mode 100644 06-build_abe-qemu/console.log
rename {06-boot_linux => 07-boot_linux}/console.log (73%)
rename {07-check_regression => 08-check_regression}/console.log (84%)
rename {07-check_regression => 08-check_regression}/results.regressions (100%)
rename {08-update_baseline => 09-update_baseline}/console.log (76%)
rename {08-update_baseline => 09-update_baseline}/results.regressions (100%)
--
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 bca467e56fe c++: ICE with delayed noexcept and attribute used [PR97966]
new ee78c20e74d Lower AVX512 vector comparison to AVX version when dest is vector.
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/config/i386/i386-expand.c | 14 +-
gcc/config/i386/predicates.md | 47 ++++
gcc/config/i386/sse.md | 261 ++++++++++++++++++++-
gcc/testsuite/g++.target/i386/avx512f-pr96891-1.C | 37 +++
gcc/testsuite/gcc.target/i386/avx512bw-pr96891-1.c | 75 ++++++
gcc/testsuite/gcc.target/i386/avx512f-pr96891-1.c | 40 ++++
gcc/testsuite/gcc.target/i386/avx512f-pr96891-2.c | 30 +++
gcc/testsuite/gcc.target/i386/avx512f-pr96891-3.c | 39 +++
gcc/testsuite/gcc.target/i386/bitwise_mask_op-3.c | 1 -
9 files changed, 531 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/avx512f-pr96891-1.C
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr96891-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr96891-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr96891-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr96891-3.c
--
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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7433dd50 0: update: binutils-gcc-linux-qemu: all
new dcb87186 0: update: binutils-gcc-linux-qemu: 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 (7433dd50)
\
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 | 238 +-
02-prepare_abe/console.log | 128 +-
03-build_abe-binutils/console.log | 11226 +++++------
04-build_abe-stage1/console.log | 13689 +++++++-------
05-build_linux/console.log | 316 +-
06-build_abe-qemu/console.log | 4398 ++---
07-boot_linux/console.log | 10 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 14 +-
09-update_baseline/results.regressions | 2 +-
console.log | 30037 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
13 files changed, 30031 insertions(+), 30057 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 linux.
from 36ada2502635 Merge tag 'drm-fixes-2021-01-22' of git://anongit.freedesk [...]
new e6dc077b7dff soc: litex: Fix compile warning when device tree is not co [...]
new 031c7a8cd6fc openrisc: io: Add missing __iomem annotation to iounmap()
new 83d09ad4b950 Merge tag 'for-linus' of git://github.com/openrisc/linux
The 3 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:
arch/openrisc/include/asm/io.h | 2 +-
arch/openrisc/mm/ioremap.c | 2 +-
drivers/soc/litex/litex_soc_ctrl.c | 3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.