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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b786786d 0: update: llvm-linux: all
new 50cbd070 0: update: llvm-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 (b786786d)
\
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 | 166 +-
02-build_llvm/console.log | 12566 +++++++++++++++++-----------------
03-build_linux/console.log | 986 ++-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 13726 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
9 files changed, 13724 insertions(+), 13744 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 201c2f785f4 [GCC][PATCH][ARM] Set profile to M for Armv8.1-M
new 72b2f3317b4 rs6000: Use rldimi for 64-bit constants with high=low (PR93012)
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/ChangeLog | 6 ++++++
gcc/config/rs6000/rs6000.c | 9 +++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/powerpc/pr93012.c | 13 +++++++++++++
4 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr93012.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-aarch64-mainline-defconfig
in repository toolchain/ci/llvm-project.
from d5361190993 [libcxx] Add release notes for the 10.x branch for things I [...]
adds c32d809e9ca [TSan] Ensure we can compile the runtime with older SDKs
adds 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 [...]
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/clangd/Hover.cpp | 8 ++-
compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp | 9 ++-
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/Support/CRC.cpp | 10 ++-
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
.../LoopVectorize/pr44488-predication.ll | 79 ++++++++++++++++++++++
llvm/unittests/Support/CRCTest.cpp | 20 ++++++
mlir/lib/Transforms/DialectConversion.cpp | 2 +-
11 files changed, 137 insertions(+), 8 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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 301fc37d 0: update: llvm-linux: boot
new 3469e932 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 (301fc37d)
\
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 | 220 +-
02-build_llvm/console.log | 12574 +++++++++++++++++-----------------
03-build_linux/console.log | 596 +-
04-boot_linux/console.log | 357 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 10 +-
console.log | 13788 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
9 files changed, 13802 insertions(+), 13771 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 d5361190993 [libcxx] Add release notes for the 10.x branch for things I [...]
adds c32d809e9ca [TSan] Ensure we can compile the runtime with older SDKs
adds 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 [...]
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/clangd/Hover.cpp | 8 ++-
compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp | 9 ++-
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/Support/CRC.cpp | 10 ++-
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
.../LoopVectorize/pr44488-predication.ll | 79 ++++++++++++++++++++++
llvm/unittests/Support/CRCTest.cpp | 20 ++++++
mlir/lib/Transforms/DialectConversion.cpp | 2 +-
11 files changed, 137 insertions(+), 8 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 05690acd 0: update: llvm-linux: 16
new 5d5712cf 0: update: llvm-linux: 16
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 (05690acd)
\
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 | 220 +-
02-build_llvm/console.log | 12570 +++++++++++++++++-----------------
03-build_linux/console.log | 848 ++-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 32 -
console.log | 13682 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 13653 insertions(+), 13721 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 bba0c624c8b aarch64: Add an and/ior-based movk pattern [PR87763]
new b7c840121d9 Add missing ChangeLog entry.
new a59658eaefa Remove parenthesis from return statements in i386.md.
new 52b25ffca1f [GCC][PATCH][ARM] Regenerate arm-tables.opt for Armv8.1-M patch
new 201c2f785f4 [GCC][PATCH][ARM] Set profile to M for Armv8.1-M
The 4 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 | 8 ++++++++
gcc/config/arm/arm-cpus.in | 1 +
gcc/config/arm/arm-tables.opt | 9 ++++++---
gcc/config/i386/i386.md | 10 +++++-----
gcc/testsuite/ChangeLog | 8 ++++++++
5 files changed, 28 insertions(+), 8 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 4a136a214ed c++: Fix ICE with lambda in operator function [PR93597]
new 88ec0e8dbe6 Unify gcc.target/i386/memcpy scan strings.
new b65a1eb3fae aarch64: Add an extra sbfiz pattern [PR87763]
new bba0c624c8b aarch64: Add an and/ior-based movk pattern [PR87763]
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:
gcc/ChangeLog | 12 ++++
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.c | 24 +++++++
gcc/config/aarch64/aarch64.md | 32 +++++++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/aarch64/movk_2.c | 78 ++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/memcpy-strategy-1.c | 3 +-
gcc/testsuite/gcc.target/i386/memcpy-strategy-2.c | 3 +-
gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c | 5 +-
.../gcc.target/i386/memcpy-vector_loop-1.c | 3 +-
10 files changed, 156 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/movk_2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.