This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 309548bec3 Support C2X printf %b, %B
new 2f9062d717 x86: Shrink memcmp-sse4.S code size
new 6c1e3c0fd0 String: Split memcpy tests so that parallel build is faster
The 2 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:
string/Makefile | 6 +-
string/test-memcpy-large.c | 103 ++
string/test-memcpy-support.h | 168 +++
string/test-memcpy.c | 388 ++----
sysdeps/x86_64/multiarch/memcmp-sse4.S | 2267 +++++++++-----------------------
5 files changed, 1013 insertions(+), 1919 deletions(-)
create mode 100644 string/test-memcpy-large.c
create mode 100644 string/test-memcpy-support.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/llvm-master-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 85275d0a7 2: update: binutils-llvm-linux-qemu: 37
new 0e18dc2ed 2: update: binutils-llvm-linux-qemu: 37
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 (85275d0a7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 1624 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 44928 -> 44588 bytes
04-build_llvm/console.log.xz | Bin 59796 -> 58524 bytes
05-build_abe-qemu/console.log.xz | Bin 30180 -> 30316 bytes
06-build_linux/console.log.xz | Bin 3664 -> 3496 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 216 +++++++++++++++++------------------
jenkins/manifest.sh | 20 ++--
9 files changed, 118 insertions(+), 118 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 4f442a3bcb9 x86: Update -mtune=alderlake
new a97fdde627e rs6000/doc: Rename future cpu with power10
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/doc/invoke.texi | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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_gnu_cross_build/master-arm
in repository toolchain/ci/gdb.
from 14f458590a arm: enable Cortex-A710 CPU
adds 0c7af29227 Handle PIE in .debug_loclists
adds 2ec453b566 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/dwarf2/loc.c | 31 +++++++++++++++----------------
2 files changed, 16 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_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from 7c8a416da86 Adjust test to avoid target-specific failures [PR103161].
adds b83705b4778 Add a testcase for PR tree-optimization/102892
adds abc2f01914d Fortran: avoid NULL pointer dereferences
adds c744ae08979 [COMMITTED] aarch64: [PR103170] Fix aarch64_simd_dup<mode>
adds e82c3829716 Allow loop header copying when first iteration condition is known.
adds 8d36a0d2880 Daily bump.
new 402d28998fa RISC-V: Fix wrong zifencei handling in riscv_subset_list::t [...]
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 | 362 +++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 152 +++++++++
gcc/c-family/ChangeLog | 6 +
gcc/common/config/riscv/riscv-common.c | 2 +-
gcc/config/aarch64/aarch64-simd.md | 4 +-
gcc/fortran/ChangeLog | 10 +
gcc/fortran/check.c | 3 +
gcc/fortran/simplify.c | 6 +
gcc/testsuite/ChangeLog | 155 +++++++++
gcc/testsuite/gcc.c-torture/compile/vector-dup-1.c | 15 +
gcc/testsuite/gcc.dg/pr102892-1.c | 21 ++
gcc/testsuite/gcc.dg/pr102892-2.c | 7 +
gcc/testsuite/gcc.dg/tree-ssa/pr102906.c | 17 +
gcc/tree-ssa-loop-ch.c | 51 ++-
libgcc/ChangeLog | 5 +
libstdc++-v3/ChangeLog | 13 +
17 files changed, 819 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/vector-dup-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr102892-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr102892-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102906.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.