This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.31/master
in repository glibc.
from 32965a46ce intl: Handle translation output codesets with suffixes [BZ #26383]
new 88db98fa6e AArch64: Align ENTRY to a cacheline
new 24a30c5959 AArch64: Add optimized Q-register memcpy
new d0a5b76902 AArch64: Improve backwards memmove performance
new bea507a3f5 AArch64: Rename IS_ARES to IS_NEOVERSE_N1
new 4722d1fb9d [AArch64] Improve integer memcpy
new 4bc9918c99 AArch64: Use __memcpy_simd on Neoverse N2/V1
The 6 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:
sysdeps/aarch64/memcpy.S | 197 ++++++++++----------
sysdeps/aarch64/multiarch/Makefile | 2 +-
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 2 +
sysdeps/aarch64/multiarch/memcpy.c | 8 +-
sysdeps/aarch64/multiarch/memcpy_advsimd.S | 248 +++++++++++++++++++++++++
sysdeps/aarch64/multiarch/memmove.c | 6 +-
sysdeps/aarch64/sysdep.h | 2 +-
sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 8 +-
8 files changed, 370 insertions(+), 103 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/memcpy_advsimd.S
--
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 2b9c09a78b0 libstdc++: Fix tests that fail with old std::string ABI
new 06bec55e80d i386: Improve chaining of _{addcarry,subborrow}_u{32,64} [PR97387]
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/i386.c | 68 +++++++++++++++++++++++++------
gcc/config/i386/i386.md | 14 +++++++
gcc/testsuite/gcc.target/i386/pr97387-1.c | 31 ++++++++++++++
gcc/testsuite/gcc.target/i386/pr97387-2.c | 31 ++++++++++++++
4 files changed, 132 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr97387-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr97387-2.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 gcc.
from a121715bcab Do not call range_of_ssa_name_with_loop_info with the loop [...]
new 2b9c09a78b0 libstdc++: Fix tests that fail with old std::string ABI
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:
.../21_strings/basic_string/modifiers/assign/char/move_assign_optim.cc | 2 +-
.../basic_string/modifiers/assign/wchar_t/move_assign_optim.cc | 2 +-
2 files changed, 2 insertions(+), 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.
unknown user pushed a change to branch master
in repository glibc.
from e11ed9d2b4 AArch64: Use __memcpy_simd on Neoverse N2/V1
new a49d7fd4f7 sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]
new 9ebaabeaac sysvipc: Return EINVAL for invalid shmctl commands
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:
sysdeps/unix/sysv/linux/Makefile | 2 +-
sysdeps/unix/sysv/linux/shmctl.c | 58 +++++++--
sysdeps/unix/sysv/linux/tst-sysvshm-linux.c | 185 ++++++++++++++++++++++++++++
sysvipc/test-sysvipc.h | 33 ++++-
sysvipc/test-sysvshm.c | 5 +
5 files changed, 268 insertions(+), 15 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/tst-sysvshm-linux.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 gcc.
from ea9535e75e9 More vect_get_and_check_slp_defs refactoring
new a121715bcab Do not call range_of_ssa_name_with_loop_info with the loop [...]
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/gimple-range.cc | 2 +-
gcc/testsuite/gcc.dg/pr97396.c | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr97396.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 newlib.
from 3fd14da2c format_proc_cpuinfo: add enqcmd cpuinfo flag
new 08e7ee191 Cygwin: Drop looking for w32api in winsup/w32api
new ad0f139c7 Cygwin: Drop STDINCFLAGS overrides
new b21158bc4 Cygwin: Remove AC_PROG_MAKE_SET
new 177d15686 Cygwin: Remove AC_ARG_PROGRAM/program_transform_name
new 66c76e8af Cygwin: Drop AC_SUBST(LIBSERVER)
new 1996cb7e8 Cygwin: Remove autoconf variable INSTALL_LICENSE
new e78a7f8f6 Cygwin: Remove empty MT_SAFE and MT_SAFE_OBJECTS
new 93216e279 Cygwin: Remove unused doc/ug-info.xml
The 8 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:
winsup/Makefile.in | 4 +---
winsup/acinclude.m4 | 2 --
winsup/configure | 40 ----------------------------------------
winsup/configure.ac | 6 ------
winsup/cygserver/aclocal.m4 | 2 --
winsup/cygserver/configure | 35 -----------------------------------
winsup/cygserver/configure.ac | 2 --
winsup/cygwin/Makefile.in | 11 +----------
winsup/cygwin/aclocal.m4 | 2 --
winsup/cygwin/configure | 39 ---------------------------------------
winsup/cygwin/configure.ac | 18 ------------------
winsup/doc/ug-info.xml | 36 ------------------------------------
winsup/lsaauth/configure.ac | 2 --
winsup/utils/Makefile.in | 4 +---
winsup/utils/aclocal.m4 | 2 --
winsup/utils/configure | 18 ------------------
winsup/utils/configure.ac | 2 --
17 files changed, 3 insertions(+), 222 deletions(-)
delete mode 100644 winsup/doc/ug-info.xml
--
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 14338468624 Turn offset_map to HOST_WIDE_INT
new c602426cc72 Tigthen flag_pic processing in vxworks_override_options
new ea9535e75e9 More vect_get_and_check_slp_defs refactoring
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:
gcc/config/vxworks.c | 6 ++++--
gcc/tree-vect-slp.c | 9 ++++++++-
2 files changed, 12 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 binutils-gdb.
from 58bf9b6a7ff x86: Support Intel AVX VNNI
new ba4d88ad892 gdb/gdbserver: add dependencies for distclean-gnulib
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:
ChangeLog | 6 ++++++
Makefile.def | 6 ++++++
Makefile.in | 2 ++
3 files changed, 14 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 gcc.
from 4aa9742252e Fortran: Fix line-truncation warning for !$acc and !gcc$
new 4d90edb96e1 Handle POINTER_PLUS_EXPR in jump functions in ipa-modref.
new 14338468624 Turn offset_map to HOST_WIDE_INT
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:
gcc/ipa-fnsummary.c | 6 +++---
gcc/ipa-modref.c | 15 ++++++++++++---
gcc/ipa-predicate.c | 2 +-
gcc/ipa-predicate.h | 3 ++-
gcc/testsuite/gcc.dg/ipa/modref-1.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/modref-4.c | 25 +++++++++++++++++++++++++
6 files changed, 66 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/modref-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.