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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bd5aa51d9 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: boot
new e2a625b00 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: 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 (bd5aa51d9)
\
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.xz | Bin 1596 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 41980 -> 42504 bytes
04-build_abe-stage1/console.log.xz | Bin 68664 -> 69104 bytes
05-build_abe-qemu/console.log.xz | Bin 30512 -> 31324 bytes
06-build_linux/console.log.xz | Bin 3220 -> 3392 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 4 ++--
10 files changed, 7 insertions(+), 7 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 e3ef832a9e8 libstdc++: Optimize operations on small size hashtable [PR 68303]
new c166632bd22 i386: Introduce V2QImode minmax, abs and uavgv2hi3_ceil [PR103861]
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/config/i386/mmx.md | 55 ++++++++++++++++------
gcc/testsuite/g++.dg/vect/slp-pr98855.cc | 5 +-
.../i386/{pr100637-3b.c => pr103861-3.c} | 20 ++++----
3 files changed, 53 insertions(+), 27 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr100637-3b.c => pr103861-3.c} (71%)
--
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 releases/gcc-11
in repository gcc.
from a03aae8d9f5 libstdc++: Fix std::error_code pretty printer for versioned [...]
new 4c64143f326 libstdc++: Fix overconstrained std::string constructor [PR103919]
new ad54d3fb8f0 libstdc++: Make Asan detection work for Clang [PR103453]
new 5e0ef5621b5 libstdc++: Initialize member in std::match_results [PR103549]
new bae757f8097 libstdc++: Clear RB tree after moving elements [PR103501]
new 39e5b756e14 libstdc++: Fix example preprocessor command in FAQ [PR103877]
new 0bc256f8e1a libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macro
new 226210894e5 libstdc++: Fix std::char_traits<C>::move for constexpr
The 7 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/acinclude.m4 | 2 +-
libstdc++-v3/config.h.in | 6 +--
.../config/allocator/malloc_allocator_base.h | 10 ++++-
libstdc++-v3/config/allocator/new_allocator_base.h | 10 ++++-
libstdc++-v3/configure | 2 +-
libstdc++-v3/doc/html/faq.html | 2 +-
libstdc++-v3/doc/xml/faq.xml | 2 +-
libstdc++-v3/include/bits/basic_string.h | 6 ++-
libstdc++-v3/include/bits/char_traits.h | 40 +++++++++++++++++---
libstdc++-v3/include/bits/regex.h | 4 +-
libstdc++-v3/include/bits/stl_tree.h | 6 ++-
.../21_strings/basic_string/cons/char/103919.cc | 43 ++++++++++++++++++++++
.../requirements/constexpr_functions_c++20.cc | 23 ++++++++++--
.../23_containers/map/allocator/move_cons.cc | 2 +-
.../23_containers/multimap/allocator/move_cons.cc | 2 +-
.../23_containers/multiset/allocator/103501.cc | 32 ++++++++++++++++
.../23_containers/set/allocator/103501.cc | 32 ++++++++++++++++
17 files changed, 196 insertions(+), 28 deletions(-)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/char/103919.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/allocator/103501.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/set/allocator/103501.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 releases/gcc-10
in repository gcc.
from fa5e1ca4fde libstdc++: Fix std::error_code pretty printer for versioned [...]
new 37fec1c1b0c libstdc++: Make Asan detection work for Clang [PR103453]
new 17af7c1a054 libstdc++: Initialize member in std::match_results [PR103549]
new 88518e5ae0c libstdc++: Fix example preprocessor command in FAQ [PR103877]
new 0d566335a31 libstdc++: Fix std::char_traits<C>::move for constexpr
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:
.../config/allocator/malloc_allocator_base.h | 10 ++++--
libstdc++-v3/config/allocator/new_allocator_base.h | 10 ++++--
libstdc++-v3/doc/html/faq.html | 2 +-
libstdc++-v3/doc/xml/faq.xml | 2 +-
libstdc++-v3/include/bits/char_traits.h | 40 ++++++++++++++++++----
libstdc++-v3/include/bits/regex.h | 4 +--
.../requirements/constexpr_functions_c++20.cc | 23 +++++++++++--
7 files changed, 74 insertions(+), 17 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_gcc_bootstrap/master-aarch64-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 57710aeda 0: update: binutils-gcc: 2
new 2b1af0115 0: update: binutils-gcc: 2
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 (57710aeda)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1552 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 38372 -> 37940 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 264284 -> 265760 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ------------------------------
jenkins/manifest.sh | 12 +++++-----
7 files changed, 6 insertions(+), 42 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-allmodconfig
in repository toolchain/ci/llvm-project.
from 9468a0f95385 [PowerPC] Define XL-compatible macros only for AIX and Linux
adds 67b5bc26bde8 [DebugInfo] Check DIEnumerator bit width when comparing fo [...]
adds d31f8cc6884b [AArch64] Avoid crashing on invalid -Wa,-march= values
adds 69fcfdedc505 [AArch64][GlobalISel] Fix an crash in RBS due to a new reg [...]
adds 0d44201451f0 [MachineOutliner] Don't outline functions starting with PA [...]
No new revisions were added by this update.
Summary of changes:
clang/lib/Driver/ToolChains/Arch/AArch64.cpp | 15 ++-
clang/test/Driver/aarch64-target-as-march.s | 9 ++
llvm/include/llvm/CodeGen/TargetInstrInfo.h | 4 +-
llvm/lib/CodeGen/TargetInstrInfo.cpp | 13 +++
llvm/lib/IR/LLVMContextImpl.h | 5 +-
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +
.../AArch64/GISel/AArch64RegisterBankInfo.cpp | 3 +
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +-
.../GlobalISel/rbs-matrixindex-regclass-crash.mir | 56 ++++++++++
.../CodeGen/AArch64/machine-outliner-patchable.ll | 114 +++++++++++++++++++++
.../CodeGen/RISCV/machine-outliner-patchable.ll | 77 ++++++++++++++
llvm/unittests/IR/DebugInfoTest.cpp | 20 +++-
12 files changed, 309 insertions(+), 11 deletions(-)
create mode 100644 llvm/test/CodeGen/AArch64/GlobalISel/rbs-matrixindex-regclass-c [...]
create mode 100644 llvm/test/CodeGen/AArch64/machine-outliner-patchable.ll
create mode 100644 llvm/test/CodeGen/RISCV/machine-outliner-patchable.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.