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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 421a2fdcd 2: update: binutils-llvm-linux-qemu: 40
new c112bc781 2: update: binutils-llvm-linux-qemu: 40
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 (421a2fdcd)
\
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.xz | Bin 1592 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30076 -> 30232 bytes
04-build_llvm/console.log.xz | Bin 59240 -> 59268 bytes
05-build_abe-qemu/console.log.xz | Bin 31516 -> 32236 bytes
06-build_linux/console.log.xz | Bin 4096 -> 3912 bytes
08-check_regression/console.log.xz | Bin 476 -> 472 bytes
09-update_baseline/console.log | 212 +++++++++++++++++------------------
jenkins/manifest.sh | 18 +--
9 files changed, 115 insertions(+), 115 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-defconfig
in repository toolchain/ci/binutils-gdb.
from 606ada8510 Automatic date update in version.in
adds be52d32160 Automatic date update in version.in
adds f9b660d1d6 Automatic date update in version.in
adds e2d90f8c8d Automatic date update in version.in
adds 806da170bc Automatic date update in version.in
adds 62c7851044 Automatic date update in version.in
adds 661f63c165 Automatic date update in version.in
adds 334a1f8735 Automatic date update in version.in
adds d9229193f1 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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards ae5445768 2: update: binutils-llvm-linux-qemu: 37
new 5af9ded78 2: update: binutils-llvm-linux-qemu: 37
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 (ae5445768)
\
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.xz | Bin 1728 -> 1592 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30056 -> 30300 bytes
04-build_llvm/console.log.xz | Bin 59568 -> 61032 bytes
05-build_abe-qemu/console.log.xz | Bin 30572 -> 31944 bytes
06-build_linux/console.log.xz | Bin 3696 -> 3652 bytes
08-check_regression/console.log.xz | Bin 476 -> 480 bytes
09-update_baseline/console.log | 157 ++++++++++++++++++-----------------
jenkins/manifest.sh | 22 ++---
9 files changed, 90 insertions(+), 89 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-lts-allyesconfig
in repository toolchain/ci/llvm-project.
from 0fbe860711be [Clang][Fortify] drop inline decls when redeclared
adds b83c4a2dc0fb [x86] Fix infinite loop inside DAG combiner with lzcnt feature.
adds 9a3e81e1f91f [InstCombine] canonicalize select with signbit test
adds e7a9fd4f57d6 [LV] Add test case for PR54427.
adds 0d2efbb8b82c [LV] Always use add to add scalar iv and (startidx + step) [...]
adds ebf29ba9f0a3 [LV] Remove stray debug dump added in 0d2efbb8b82c.
new 324127d8da95 [libcxx] Add some missing xlocale wrapper functions for OpenBSD
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:
libcxx/include/__support/openbsd/xlocale.h | 20 ++++++
llvm/lib/Target/X86/X86ISelLowering.cpp | 21 +++---
.../Transforms/InstCombine/InstCombineSelect.cpp | 17 +++++
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 15 ++--
llvm/test/CodeGen/X86/lzcnt-zext-cmp.ll | 34 +++++++++
llvm/test/Transforms/InstCombine/ashr-lshr.ll | 80 +++++++++++-----------
llvm/test/Transforms/InstCombine/logical-select.ll | 4 +-
.../Transforms/InstCombine/truncating-saturate.ll | 4 +-
.../LoopVectorize/induction-unroll-novec.ll | 46 +++++++++++++
9 files changed, 176 insertions(+), 65 deletions(-)
create mode 100644 llvm/test/Transforms/LoopVectorize/induction-unroll-novec.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/llvm-release-arm-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 806da170bc Automatic date update in version.in
adds 62c7851044 Automatic date update in version.in
adds 661f63c165 Automatic date update in version.in
adds 334a1f8735 Automatic date update in version.in
new d9229193f1 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/llvm-release-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 81537f515 2: update: binutils-llvm-linux-qemu: 19903
new 611195b46 2: update: binutils-llvm-linux-qemu: 19903
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 (81537f515)
\
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 1572 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 30016 -> 30004 bytes
04-build_llvm/console.log.xz | Bin 59984 -> 59112 bytes
05-build_abe-qemu/console.log.xz | Bin 31072 -> 31860 bytes
06-build_linux/console.log.xz | Bin 5296 -> 5168 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 12 ++++++------
jenkins/manifest.sh | 18 +++++++++---------
9 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.