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-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ed63fe097 gcc-69b2e9311c6becb124f36a94a669a8fc56c533af: all
new a8d9020a2 binutils-fe554d200d1befdc3bddc9e14f8593ea3446c351: 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 (ed63fe097)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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:
1-reset_artifacts/console.log | 104 +-
2-prepare_abe/console.log | 2 +-
3-build_abe-binutils/console.log | 3717 ++--
3-build_abe-binutils/revision | 2 +-
4-build_abe-stage1/console.log | 4748 ++---
5-count_linux_objs/console.log | 31490 +++++++++++++++++-----------------
console.log | 34321 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 37293 insertions(+), 37107 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 lld.
from 41062ca84 [WebAssembly] Add "needed" list to dylink section
new f8889113a [ELF][AArch64] Fix adrp to undefined weak reference.
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:
ELF/InputSection.cpp | 4 ++--
test/ELF/aarch64-undefined-weak.s | 2 +-
2 files changed, 3 insertions(+), 3 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 91818d6f186 [AArch64][doc] Clarify -msve-vector-bits=128 behaviour
new cd55b1f0003 Disable new tests for configurations with no libstdc++fs.a
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc | 1 +
.../testsuite/experimental/filesystem/path/construct/80762.cc | 1 +
3 files changed, 8 insertions(+)
--
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 llvm.
from 5613e96f5a2 [AArch64] Catch some more CMN opportunities.
new 0f7dd077ce4 [RISCV] Add support for the various RISC-V FMA instruction [...]
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:
lib/Target/RISCV/RISCVISelLowering.cpp | 4 +-
lib/Target/RISCV/RISCVInstrInfoD.td | 16 +++++
lib/Target/RISCV/RISCVInstrInfoF.td | 16 +++++
test/CodeGen/RISCV/alu32.ll | 6 +-
test/CodeGen/RISCV/double-arith.ll | 119 +++++++++++++++++++++++++++++++
test/CodeGen/RISCV/double-intrinsics.ll | 120 +++++++++++++++++++++-----------
test/CodeGen/RISCV/float-arith.ll | 79 +++++++++++++++++++++
test/CodeGen/RISCV/float-intrinsics.ll | 104 +++++++++++++++------------
8 files changed, 372 insertions(+), 92 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 e9d55edafac gcc/ * common/config/i386/i386-common.c (processor_na [...]
new 91818d6f186 [AArch64][doc] Clarify -msve-vector-bits=128 behaviour
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 | 5 +++++
gcc/doc/invoke.texi | 23 +++++++++++++----------
2 files changed, 18 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.
unknown user pushed a change to branch master
in repository llvm.
from cd253afe6f1 [CodeGen] Allow mempcy/memset to generate small overlapping [...]
new 5613e96f5a2 [AArch64] Catch some more CMN opportunities.
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:
lib/Target/AArch64/AArch64ISelLowering.cpp | 5 +
test/CodeGen/AArch64/cmp-to-cmn.ll | 399 +++++++++++++++++++++++++++++
2 files changed, 404 insertions(+)
create mode 100644 test/CodeGen/AArch64/cmp-to-cmn.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.
unknown user pushed a change to branch master
in repository lldb.
from 0b654aae0 [NFC] Small code cleanups in utility.
new 0a5359657 Fix for clang interface update
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:
source/Symbol/ClangASTContext.cpp | 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.
unknown user pushed a change to branch master
in repository compiler-rt.
from 71553eb50 Add new interceptors for vis(3) API in NetBSD
new 429bc2d51 Add a new interceptors for cdbr(3) and cdbw(3) API from NetBSD
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:
.../sanitizer_common_interceptors.inc | 184 +++++++++++++++++++++
.../sanitizer_platform_interceptors.h | 1 +
.../sanitizer_platform_limits_netbsd.h | 35 ++++
test/sanitizer_common/TestCases/NetBSD/cdb.cc | 134 +++++++++++++++
4 files changed, 354 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/cdb.cc
--
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 compiler-rt.
from ac763b2ef [asan] Don't check ODR violations for particular types of globals
new 71553eb50 Add new interceptors for vis(3) API in NetBSD
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:
.../sanitizer_common_interceptors.inc | 266 +++++++++++++++++++++
.../sanitizer_platform_interceptors.h | 1 +
.../sanitizer_platform_limits_netbsd.cc | 3 +
.../sanitizer_platform_limits_netbsd.h | 3 +
test/sanitizer_common/TestCases/NetBSD/vis.cc | 245 +++++++++++++++++++
5 files changed, 518 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/vis.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.