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 f3b50032 0: update: llvm-linux: boot
new 430d71f0 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 (f3b50032)
\
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 | 182 +-
02-build_llvm/console.log | 12676 +++++++++++++++++-----------------
03-build_linux/console.log | 658 +-
04-boot_linux/console.log | 444 +-
05-check_regression/console.log | 21 +-
06-update_baseline/console.log | 15 +-
console.log | 13996 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
regressions.txt | 2 +
9 files changed, 14015 insertions(+), 13993 deletions(-)
create mode 100644 regressions.txt
--
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 e82d1342bdf ReleaseNotes: Mention improved DWARF5 support in lldb
adds be9f8fdfd9a Add -debug-info-kind=constructor to clang release notes
adds c6f940b745c Add llvm-cov to LLVM_TOOLCHAIN_TOOLS
adds 882720b7ce3 Don't generate libcalls for wide shift on Windows ARM (PR42711)
adds 3a11c86849c Add Control Flow Guard in Clang release notes.
adds bbfdf4b81d6 build_llvm_package.bat: Produce zip files in addition to th [...]
adds 2905a48c879 Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug bui [...]
adds 1f6c9becd57 [docs] clangd release notes
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/docs/ReleaseNotes.rst | 45 ++++++++++++++++++++++++++++++-
clang/docs/ReleaseNotes.rst | 10 +++++++
llvm/cmake/modules/AddLLVM.cmake | 1 +
llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 +-
llvm/test/CodeGen/ARM/shift_minsize.ll | 8 +++++-
llvm/utils/TableGen/DFAEmitter.cpp | 11 +++++---
llvm/utils/TableGen/DFAEmitter.h | 2 +-
llvm/utils/release/build_llvm_package.bat | 13 ++++++++-
8 files changed, 83 insertions(+), 9 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/base-artifacts.
discards 0ea90850 0: update: llvm-linux: 16
new 25fac9e4 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 (0ea90850)
\
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 | 162 +-
02-build_llvm/console.log | 12498 +++++++++++++++++------------------
03-build_linux/console.log | 848 ++-
05-check_regression/console.log | 19 +-
06-update_baseline/console.log | 15 +-
console.log | 13542 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
regressions.txt | 11 +
8 files changed, 13566 insertions(+), 13539 deletions(-)
create mode 100644 regressions.txt
--
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 490350a11f8 libstdc++: Remove __memmove wrapper for constexpr algorithms
new eb7ba6c36b8 arm: ACLE intrinsics for bfloat16 dot product
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 | 12 +++
gcc/config/arm/arm_neon.h | 52 +++++++++++++
gcc/config/arm/arm_neon_builtins.def | 4 +
gcc/config/arm/iterators.md | 2 +
gcc/config/arm/neon.md | 48 ++++++++++++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.target/arm/simd/bf16_dot_1.c | 100 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/arm/simd/bf16_dot_2.c | 33 ++++++++
gcc/testsuite/gcc.target/arm/simd/bf16_dot_3.c | 33 ++++++++
9 files changed, 290 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/arm/simd/bf16_dot_1.c
create mode 100644 gcc/testsuite/gcc.target/arm/simd/bf16_dot_2.c
create mode 100644 gcc/testsuite/gcc.target/arm/simd/bf16_dot_3.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 binutils-gdb.
from 9e80cfa14ed gdb/fortran: Support negative array stride in one limited case
new 99e47410143 Merge upstream GCC changes for include/ and libiberty/ directories
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:
include/ChangeLog | 8 +++++++
include/hashtab.h | 4 ++--
libiberty/ChangeLog | 20 ++++++++++++++++
libiberty/argv.c | 8 +++++++
libiberty/cp-demangle.c | 1 +
libiberty/hashtab.c | 4 ++--
libiberty/rust-demangle.h | 45 -----------------------------------
libiberty/testsuite/demangle-expected | 3 +++
8 files changed, 44 insertions(+), 49 deletions(-)
delete mode 100644 libiberty/rust-demangle.h
--
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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 3056648e 0: update: binutils-gcc-linux: boot
new de4b9f38 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 (3056648e)
\
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 | 262 +-
03-build_abe-binutils/console.log | 11395 +++++++--------
04-build_abe-stage1/console.log | 13767 +++++++++----------
05-build_linux/console.log | 740 +-
07-check_regression/console.log | 15 +-
08-update_baseline/console.log | 15 +-
console.log | 26593 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
regressions.txt | 3 +
10 files changed, 26527 insertions(+), 26493 deletions(-)
create mode 100644 regressions.txt
--
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-allnoconfig
in repository toolchain/ci/llvm-project.
from e82d1342bdf ReleaseNotes: Mention improved DWARF5 support in lldb
adds be9f8fdfd9a Add -debug-info-kind=constructor to clang release notes
adds c6f940b745c Add llvm-cov to LLVM_TOOLCHAIN_TOOLS
adds 882720b7ce3 Don't generate libcalls for wide shift on Windows ARM (PR42711)
adds 3a11c86849c Add Control Flow Guard in Clang release notes.
adds bbfdf4b81d6 build_llvm_package.bat: Produce zip files in addition to th [...]
adds 2905a48c879 Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug bui [...]
adds 1f6c9becd57 [docs] clangd release notes
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/docs/ReleaseNotes.rst | 45 ++++++++++++++++++++++++++++++-
clang/docs/ReleaseNotes.rst | 10 +++++++
llvm/cmake/modules/AddLLVM.cmake | 1 +
llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 +-
llvm/test/CodeGen/ARM/shift_minsize.ll | 8 +++++-
llvm/utils/TableGen/DFAEmitter.cpp | 11 +++++---
llvm/utils/TableGen/DFAEmitter.h | 2 +-
llvm/utils/release/build_llvm_package.bat | 13 ++++++++-
8 files changed, 83 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.