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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards cf632063 0: update: llvm-linux: boot
new 0d12eebe 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 (cf632063)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 166 +-
02-build_llvm/console.log | 12688 +++++++++++++++++-----------------
03-build_linux/console.log | 600 +-
04-boot_linux/console.log | 354 +-
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 29 -
console.log | 13812 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 13815 insertions(+), 13852 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-allyesconfig
in repository toolchain/ci/gcc.
from 763cec3a131 Daily bump.
adds 13f225a4f23 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3f4e9994 0: update: binutils-gcc-linux: all
new bf0ac77b 0: update: binutils-gcc-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 (3f4e9994)
\
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 | 166 +-
02-prepare_abe/console.log | 420 +-
03-build_abe-binutils/console.log | 11613 ++++++++--------
04-build_abe-stage1/console.log | 13651 +++++++++---------
05-build_linux/console.log | 810 +-
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 4 +-
08-update_baseline/console.log | 2 +-
console.log | 26705 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 26681 insertions(+), 26706 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 bc4646410a3 libstdc++: Implement C++20 constrained algorithms
new e7bec5d5ede i386: Fix splitters that call extract_insn_cached [PR93611]
new f82617f229b i386: Better patch to improve avx* vector concatenation [PR93594]
The 2 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/ChangeLog | 16 ++++++++++++++
gcc/config/i386/i386.c | 9 ++++++++
gcc/config/i386/predicates.md | 13 -----------
gcc/config/i386/sse.md | 38 ++++++++++-----------------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr93611.c | 5 +++++
6 files changed, 46 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr93611.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/llvm-release-arm-stable-defconfig
in repository toolchain/ci/llvm-project.
from d0104a59619 Make llvm::crc32() work also for input sizes larger than 32 bits.
adds cbec01fe058 [clangd] Add workaround for GCC5 host compilers. NFC.
adds 22633f85bb7 [LLDB] Fix compilation with GCC 5
adds 02420968fcc Fix x86 32bits MLIR build (NFC)
adds c0c5ab30179 [LV] Fix predication for branches with matching true and fa [...]
adds 96ed02ddeeb [Concepts] Fix incorrect check when instantiating abbreviat [...]
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/clangd/Hover.cpp | 8 ++-
clang/lib/Sema/SemaTemplateInstantiate.cpp | 4 +-
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 34 ++++++++++
.../instantiate-abbreviated-template.cpp | 18 +++--
lldb/source/DataFormatters/FormatCache.cpp | 4 ++
lldb/source/DataFormatters/LanguageCategory.cpp | 4 ++
lldb/source/Interpreter/CommandAlias.cpp | 3 +-
lldb/source/Interpreter/Options.cpp | 4 +-
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
.../LoopVectorize/pr44488-predication.ll | 79 ++++++++++++++++++++++
mlir/lib/Transforms/DialectConversion.cpp | 2 +-
11 files changed, 147 insertions(+), 15 deletions(-)
create mode 100644 llvm/test/Transforms/LoopVectorize/pr44488-predication.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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 719de203 0: update: llvm-linux: boot
new d8cb9407 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 (719de203)
\
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 | 130 +-
02-build_llvm/console.log | 12666 +++++++++++++++++-----------------
03-build_linux/console.log | 808 ++-
04-boot_linux/console.log | 414 +-
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 14051 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 14055 insertions(+), 14030 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-allnoconfig
in repository toolchain/ci/gcc.
from 763cec3a131 Daily bump.
adds 13f225a4f23 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0b43d26a 0: update: binutils-gcc-linux: boot
new 81b3e5ec 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 (0b43d26a)
\
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 | 220 +-
02-prepare_abe/console.log | 393 +-
03-build_abe-binutils/console.log | 11590 ++++++++--------
04-build_abe-stage1/console.log | 13744 +++++++++---------
05-build_linux/console.log | 790 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 12 +-
08-update_baseline/console.log | 10 +-
console.log | 26782 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 26760 insertions(+), 26795 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.