This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards dbff4b03 2: update: gcc-e2103982da7be8781900653a5f7c5a5d0a57d38a: 1
new 59541fb5 2: update: binutils-gcc: 1
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 (dbff4b03)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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.xz | Bin 1536 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 63968 -> 65104 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 130224 -> 130408 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 85 ++++++++++++++++++++----------
jenkins/manifest.sh | 15 +++---
7 files changed, 65 insertions(+), 35 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-arm-stable-defconfig
in repository toolchain/ci/llvm-project.
from f1342c749ac0 [LLDB] AArch64 SVE restore SVE registers after expression
adds 2aa67b31faf0 [clang-format] Restrict the special handling for K&R C to C/C++
adds 1916a1c578f8 [VPlan] Fix crash caused by not updating all users properly.
adds f6b09e394a5f [openmp] Apply code change from D109500
adds 1f27fe612876 -Wunused-but-set-parameter/-Wunused-but-set-variable Add t [...]
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 3 +
clang/lib/Format/TokenAnnotator.cpp | 15 +++--
clang/unittests/Format/FormatTest.cpp | 6 ++
llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 23 ++++++--
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp | 7 ++-
.../LoopVectorize/vplan-sink-scalars-and-merge.ll | 66 ++++++++++++++++++++++
6 files changed, 110 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from 364dec0701 Automatic date update in version.in
adds 21f6dfdb29 Automatic date update in version.in
adds 9d29d8c111 Automatic date update in version.in
adds 14ba5a6161 Automatic date update in version.in
adds adfdd8afb9 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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards d5e44de5 0: update: binutils-llvm-linux-qemu: boot
new 74371581 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 (d5e44de5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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.xz | Bin 1676 -> 1700 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 41452 -> 42076 bytes
04-build_llvm/console.log.xz | Bin 57244 -> 55880 bytes
05-build_abe-qemu/console.log.xz | Bin 32172 -> 30284 bytes
06-build_linux/console.log.xz | Bin 3672 -> 3688 bytes
07-boot_linux/console.log.xz | Bin 5700 -> 5740 bytes
08-check_regression/console.log.xz | Bin 488 -> 532 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 22 +++++++++++-----------
results | 2 +-
11 files changed, 20 insertions(+), 20 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-next-allyesconfig
in repository toolchain/ci/llvm-project.
from f1342c749ac0 [LLDB] AArch64 SVE restore SVE registers after expression
adds 2aa67b31faf0 [clang-format] Restrict the special handling for K&R C to C/C++
adds 1916a1c578f8 [VPlan] Fix crash caused by not updating all users properly.
adds f6b09e394a5f [openmp] Apply code change from D109500
adds 1f27fe612876 -Wunused-but-set-parameter/-Wunused-but-set-variable Add t [...]
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 3 +
clang/lib/Format/TokenAnnotator.cpp | 15 +++--
clang/unittests/Format/FormatTest.cpp | 6 ++
llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 23 ++++++--
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp | 7 ++-
.../LoopVectorize/vplan-sink-scalars-and-merge.ll | 66 ++++++++++++++++++++++
6 files changed, 110 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.