This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 7f25792b 0: update: gcc-e47b1bec762697f14807ecc674d0354f3dc9d311: 1
new 04eba607 0: update: gcc-218853fdb760335be2cf9e69ddf4bb912d061b6f: 1
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 (7f25792b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 158 +-
02-prepare_abe/console.log | 298 +-
04-build_abe-bootstrap_ubsan/console.log | 75710 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 76212 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 76195 insertions(+), 76197 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 6871b899b83 gcov: update comment about padding
new 8819c82ce81 autofdo: Bump AUTO_PROFILE_VERSION.
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/auto-profile.c | 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 gcc.
from e08a125b208 Add vect_recog_popcount_pattern to handle mismatch between [...]
new 6871b899b83 gcov: update comment about padding
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/gcov-io.h | 3 +--
1 file changed, 1 insertion(+), 2 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-allnoconfig
in repository toolchain/ci/llvm-project.
from 0e164144c708 [OpenMP] Fix typo in libomptarge for the wrong environment [...]
adds c7d7ace46258 [clang-format] Rework Whitesmiths mode to use line-level v [...]
adds f78f530bd384 [llvm][PPC] Add missing case for 'I' asm memory operands
adds e7dac564cd0e [🍒][libc++] Un-deprecate std::allocator<void>
adds 641239251134 [🍒][libc++] __bit_iterator mustn't rely on deprecated SMF [...]
adds 82796b3c3dab [libc++] Adjust XFAIL for std::tuple deduction tests with GCC
adds 0d6fc8550b58 [🍒][libcxx][nfc] Fix the ASAN bots: update expected.pass.cpp.
adds 0193a7da8bda [SystemZ] Assign the full space for promoted and split ou [...]
adds 9be9215b2719 AMD k8 family does not support SSE4.x which are required b [...]
adds 051126fe6ffe Fix -Wswitch warning after 092c303955cd18be6c0b923b1c0a1b9 [...]
new cc08a27d2ecc Sanitizer built against glibc 2.34 doesn't work
new 385a6f37fefb Prevent generation of dependency on _cxa_guard for static [...]
new b690ec54817d [LV] Parallel annotated loop does not imply all loads can [...]
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:
clang/docs/ReleaseNotes.rst | 3 +
clang/lib/Basic/Targets/X86.cpp | 3 +-
clang/lib/Format/UnwrappedLineFormatter.cpp | 7 --
clang/lib/Format/UnwrappedLineParser.cpp | 89 +++++++++++++-----
clang/lib/Format/UnwrappedLineParser.h | 12 ++-
clang/unittests/Format/FormatTest.cpp | 100 +++++++++++++++++++--
.../sanitizer_common/sanitizer_posix_libcdep.cpp | 13 ++-
libcxx/include/__bit_reference | 34 ++++---
libcxx/include/memory | 32 +++----
.../allocator_types.cxx2a.pass.cpp | 23 ++---
.../end.to.end/expected.pass.cpp | 2 +-
.../default.allocator/PR50299.compile.pass.cpp | 20 +++++
.../default.allocator/allocator.ctor.pass.cpp | 44 +++++----
.../default.allocator/allocator.dtor.pass.cpp | 3 +-
.../default.allocator/allocator_pointers.pass.cpp | 4 +-
.../allocator_types.deprecated_in_cxx17.verify.cpp | 35 +++++---
.../default.allocator/allocator_types.pass.cpp | 54 +++++------
.../allocator_types.removed_in_cxx20.verify.cpp | 11 +--
.../allocator_types.void.compile.pass.cpp} | 28 ++----
.../allocator_void.deprecated_in_cxx17.verify.cpp | 24 -----
.../tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp | 2 +-
.../Vectorize/LoopVectorizationLegality.h | 15 ++--
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 6 ++
llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 22 ++++-
.../Vectorize/LoopVectorizationLegality.cpp | 14 +--
llvm/test/CodeGen/PowerPC/asm-template-I.ll | 19 ++++
llvm/test/CodeGen/SystemZ/args-11.ll | 54 +++++++++++
.../Transforms/LoopVectorize/X86/force-ifcvt.ll | 42 ---------
.../X86/tail_folding_and_assume_safety.ll | 4 +-
29 files changed, 443 insertions(+), 276 deletions(-)
create mode 100644 libcxx/test/std/utilities/memory/default.allocator/PR50299.comp [...]
rename libcxx/test/{libcxx/depr/depr.default.allocator/allocator_void.cxx2a.pass.c [...]
delete mode 100644 libcxx/test/std/utilities/memory/default.allocator/allocator_vo [...]
create mode 100644 llvm/test/CodeGen/PowerPC/asm-template-I.ll
create mode 100644 llvm/test/CodeGen/SystemZ/args-11.ll
delete mode 100644 llvm/test/Transforms/LoopVectorize/X86/force-ifcvt.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-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 4c30ee3286 Automatic date update in version.in
adds de955b29e6 Automatic date update in version.in
adds a81254fae7 Automatic date update in version.in
adds bf57d8eb47 Automatic date update in version.in
adds 37fadb6ef2 Automatic date update in version.in
adds 21dd883860 Automatic date update in version.in
adds a7eb3ff36c Automatic date update in version.in
adds 80d0c46a72 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 8773978d 0: update: binutils-llvm-linux-qemu: boot
new 585de572 0: update: binutils-llvm-linux-qemu: 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 (8773978d)
\
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 | 16 +-
02-prepare_abe/console.log | 270 +-
03-build_abe-binutils/console.log | 10500 ++++++------
04-build_llvm/console.log | 13927 ++++++++--------
05-build_abe-qemu/console.log | 6999 ++++----
06-build_linux/console.log | 708 +-
08-check_regression/console.log | 2 +-
09-update_baseline/console.log | 2 +-
console.log | 32424 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
10 files changed, 32463 insertions(+), 32407 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.