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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b3976d31a 0: update: llvm-linux: boot
new 0600bc9fc 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 (b3976d31a)
\
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 | 172 +-
02-build_llvm/console.log | 12624 +++++++++++++++++------------------
03-build_linux/console.log | 726 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13562 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13529 insertions(+), 13567 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-lts-defconfig
in repository toolchain/ci/gcc.
from 3fa772a7acf testsuite: [aarch64] Fix aarch64/advsimd-intrinsics/v{trn,u [...]
adds 333a4fe8434 Daily bump.
adds f6d4b96180a arm: Add support for Neoverse V1 CPU
adds 97bbda2c7e2 Add missing FSF copyright notes for x86 intrinsic headers.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 70 +++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/arm/arm-cpus.in | 10 +++++
gcc/config/arm/arm-tables.opt | 3 ++
gcc/config/arm/arm-tune.md | 4 +-
gcc/config/i386/pconfigintrin.h | 23 +++++++++++
gcc/config/i386/wbnoinvdintrin.h | 23 +++++++++++
gcc/doc/invoke.texi | 6 +--
gcc/fortran/ChangeLog | 20 +++++++++
gcc/testsuite/ChangeLog | 89 ++++++++++++++++++++++++++++++++++++++++
10 files changed, 244 insertions(+), 6 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards e2bc0684a 0: update: binutils-gcc-linux: boot
new a783ebc76 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 (e2bc0684a)
\
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 | 193 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11244 ++++++-------
04-build_abe-stage1/console.log | 13757 ++++++++-------
05-build_linux/console.log | 796 +-
06-boot_linux/console.log | 404 +-
07-check_regression/console.log | 18 +-
07-check_regression/results.regressions | 5 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 5 +-
console.log | 26884 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 26881 insertions(+), 26891 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 aeaccbf4c55 Add a note about recent changes to the AArch64 assembler: T [...]
new de38d64ad25 Tweak gdbsupport/valid-expr.h for GCC 6, fix build
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/unittests/enum-flags-selftests.c | 24 +++++++++++++++++-------
gdbsupport/ChangeLog | 5 +++++
gdbsupport/valid-expr.h | 8 +++++---
4 files changed, 33 insertions(+), 10 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 gcc.
from 6649df18f98 Fix GCC 10+ build failure with zstd version 1.2.0 or older.
new d60d63a00bb analyzer: fix signal-handler registration location [PR95188]
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/analyzer/engine.cc | 22 +++++++++++++++------
.../gcc.dg/analyzer/signal-registration-loc.c | 23 ++++++++++++++++++++++
2 files changed, 39 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/signal-registration-loc.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.
unknown user pushed a change to branch master
in repository gcc.
from 0eef5eea2b4 arm: add support for Cortex-X1
new 6649df18f98 Fix GCC 10+ build failure with zstd version 1.2.0 or older.
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/configure | 11 ++++++++---
gcc/configure.ac | 7 ++++++-
2 files changed, 14 insertions(+), 4 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-master-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards d5cf78465 0: update: binutils-gcc-linux: boot
new 417fdc5fa 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 (d5cf78465)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 177 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11724 ++++++-----
04-build_abe-stage1/console.log | 20430 +++++++++---------
05-build_linux/console.log | 706 +-
06-boot_linux/console.log | 470 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33901 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 33886 insertions(+), 33988 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.