This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.36/master
in repository glibc.
from 0487893d5c assert: Add test for CVE-2025-0395
new 4909fb4d96 AArch64: Improve generic strlen
new 37243ba10a AArch64: Optimize memset
new 2c9bfcf3ed AArch64: Remove zva_128 from memset
new eb2d69db2d math: Improve layout of expf data
new c0aebc61b0 AArch64: Add SVE memset
new 4f3b4e7b52 AArch64: Use prefer_sve_ifuncs for SVE memset
new 03e0cad3a0 math: Improve layout of exp/exp10 data
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:
sysdeps/aarch64/memset.S | 202 ++++++++++-----------------
sysdeps/aarch64/multiarch/Makefile | 1 +
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 3 +-
sysdeps/aarch64/multiarch/memset.c | 4 +
sysdeps/aarch64/multiarch/memset_sve_zva64.S | 123 ++++++++++++++++
sysdeps/aarch64/strlen.S | 39 ++++--
sysdeps/ieee754/dbl-64/math_config.h | 3 +-
sysdeps/ieee754/flt-32/math_config.h | 2 +-
8 files changed, 236 insertions(+), 141 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/memset_sve_zva64.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 4342c50ca84 libstdc++: Fix constraint recursion in basic_const_iterator [...]
new 815f1f27a1d libstdc++: Improve optional's <=> constraint recursion work [...]
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/include/std/optional | 3 ++-
1 file changed, 2 insertions(+), 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 release/2.37/master
in repository glibc.
from b989519fe1 assert: Add test for CVE-2025-0395
new 7feb4c414e AArch64: Improve generic strlen
new 7d16ea8b42 AArch64: Optimize memset
new 06eafb057a AArch64: Remove zva_128 from memset
new 93e4b0796e math: Improve layout of expf data
new c747695762 AArch64: Add SVE memset
new b4a783aa30 AArch64: Use prefer_sve_ifuncs for SVE memset
new 032545ebd3 math: Improve layout of exp/exp10 data
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:
sysdeps/aarch64/memset.S | 202 ++++++++++-----------------
sysdeps/aarch64/multiarch/Makefile | 1 +
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 3 +-
sysdeps/aarch64/multiarch/memset.c | 4 +
sysdeps/aarch64/multiarch/memset_sve_zva64.S | 123 ++++++++++++++++
sysdeps/aarch64/strlen.S | 39 ++++--
sysdeps/ieee754/dbl-64/math_config.h | 3 +-
sysdeps/ieee754/flt-32/math_config.h | 2 +-
8 files changed, 236 insertions(+), 141 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/memset_sve_zva64.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 release/2.38/master
in repository glibc.
from f984e2d7e8 assert: Add test for CVE-2025-0395
new 9ca74b8ad1 AArch64: Improve generic strlen
new 95aa21432c AArch64: Optimize memset
new 5fe151d86a AArch64: Remove zva_128 from memset
new 3de5112326 math: Improve layout of expf data
new 52c2b1556f AArch64: Add SVE memset
new 097299ffa9 AArch64: Use prefer_sve_ifuncs for SVE memset
new 5a08d049dc math: Improve layout of exp/exp10 data
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:
sysdeps/aarch64/memset.S | 202 ++++++++++-----------------
sysdeps/aarch64/multiarch/Makefile | 1 +
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 3 +-
sysdeps/aarch64/multiarch/memset.c | 4 +
sysdeps/aarch64/multiarch/memset_sve_zva64.S | 123 ++++++++++++++++
sysdeps/aarch64/strlen.S | 39 ++++--
sysdeps/ieee754/dbl-64/math_config.h | 3 +-
sysdeps/ieee754/flt-32/math_config.h | 2 +-
8 files changed, 236 insertions(+), 141 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/memset_sve_zva64.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 7eb8ec1856f c++: Fix cxx_eval_store_expression {REAL,IMAG}PART_EXPR han [...]
new 4342c50ca84 libstdc++: Fix constraint recursion in basic_const_iterator [...]
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/include/bits/stl_iterator.h | 16 ++++++++--------
.../testsuite/24_iterators/const_iterator/112490.cc | 12 ++++++++++++
2 files changed, 20 insertions(+), 8 deletions(-)
create mode 100644 libstdc++-v3/testsuite/24_iterators/const_iterator/112490.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 release/2.39/master
in repository glibc.
from 4073e4ee2c AArch64: Improve codegen for SVE logs
new 65a96a6f2b AArch64: Improve generic strlen
new dd1e63ab58 AArch64: Optimize memset
new 0cd10047bf AArch64: Remove zva_128 from memset
new 0cc12d9c47 math: Improve layout of expf data
new d0e2133470 AArch64: Add SVE memset
new a1b09e59e2 AArch64: Use prefer_sve_ifuncs for SVE memset
new dd8c0c3bbd math: Improve layout of exp/exp10 data
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:
sysdeps/aarch64/memset.S | 202 ++++++++++-----------------
sysdeps/aarch64/multiarch/Makefile | 1 +
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 1 +
sysdeps/aarch64/multiarch/memset.c | 4 +
sysdeps/aarch64/multiarch/memset_sve_zva64.S | 123 ++++++++++++++++
sysdeps/aarch64/strlen.S | 39 ++++--
sysdeps/ieee754/dbl-64/math_config.h | 6 +-
sysdeps/ieee754/flt-32/math_config.h | 2 +-
8 files changed, 237 insertions(+), 141 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/memset_sve_zva64.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 release/2.40/master
in repository glibc.
from fd9a3a36fd Revert "AArch64: Add vector logp1 alias for log1p"
new 64896b7d32 AArch64: Improve generic strlen
new 544fb349d3 AArch64: Optimize memset
new 41eb2f8b58 AArch64: Remove zva_128 from memset
new 27fa0268ea math: Improve layout of expf data
new 7038970f1f AArch64: Add SVE memset
new d6175a44e9 AArch64: Use prefer_sve_ifuncs for SVE memset
new d8e8342369 math: Improve layout of exp/exp10 data
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:
sysdeps/aarch64/memset.S | 202 ++++++++++-----------------
sysdeps/aarch64/multiarch/Makefile | 1 +
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 1 +
sysdeps/aarch64/multiarch/memset.c | 4 +
sysdeps/aarch64/multiarch/memset_sve_zva64.S | 123 ++++++++++++++++
sysdeps/aarch64/strlen.S | 39 ++++--
sysdeps/ieee754/dbl-64/math_config.h | 6 +-
sysdeps/ieee754/flt-32/math_config.h | 2 +-
8 files changed, 237 insertions(+), 141 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/memset_sve_zva64.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 bc34db5b12e lto/91299 - weak definition inlined with LTO
new b510c53b18b c++: Adjust #embed support for P1967R14
new 7eb8ec1856f c++: Fix cxx_eval_store_expression {REAL,IMAG}PART_EXPR han [...]
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/c-family/c-cppbuiltin.cc | 1 +
gcc/c-family/c.opt | 2 +-
gcc/cp/constexpr.cc | 4 ++--
gcc/testsuite/g++.dg/cpp/embed-1.C | 4 ++--
gcc/testsuite/g++.dg/cpp/embed-2.C | 4 ++--
gcc/testsuite/g++.dg/cpp1y/constexpr-complex2.C | 18 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp26/feat-cxx26.C | 6 ++++++
gcc/testsuite/gcc.dg/cpp/{embed-3.c => embed-17.c} | 4 ++--
libcpp/directives.cc | 15 ++++++++++-----
libcpp/include/cpplib.h | 1 +
libcpp/init.cc | 4 ++--
11 files changed, 47 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-complex2.C
copy gcc/testsuite/gcc.dg/cpp/{embed-3.c => embed-17.c} (54%)
--
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 8cdf110a115 [gdb/testsuite] Fix gdb.base/nostdlib.exp on aarch64
new a3177d19fb2 Remove unnecessary non-standard & unportable inclusions.
new bf89fce0cf9 readelf, objdump: fix ctf dict leak
new 83e8a5d39be libctf: fix slices of slices and of enums
new fa4fe275373 libctf: fix cv-qualified unnamed struct/union field lookup
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:
binutils/objdump.c | 5 +-
binutils/readelf.c | 5 +-
binutils/testsuite/gentestdlls.c | 1 -
libctf/ctf-create.c | 7 +-
libctf/ctf-impl.h | 1 -
libctf/ctf-types.c | 53 +++++++++++----
.../testsuite/libctf-lookup/struct-iteration-ctf.c | 7 +-
libctf/testsuite/libctf-lookup/struct-iteration.c | 18 +++++
libctf/testsuite/libctf-lookup/struct-iteration.lk | 10 +--
libctf/testsuite/libctf-writable/slice-of-slice.c | 77 ++++++++++++++++++++++
.../{error-propagation.lk => slice-of-slice.lk} | 0
11 files changed, 160 insertions(+), 24 deletions(-)
create mode 100644 libctf/testsuite/libctf-writable/slice-of-slice.c
copy libctf/testsuite/libctf-writable/{error-propagation.lk => slice-of-slice.lk} (100%)
--
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 release/2.41/master
in repository glibc.
from 009c5a2dca aarch64: Add GCS test with signal handler
new e0bc5f64ea math: Improve layout of exp/exp10 data
new c47c3890f1 AArch64: Add SVE memset
new 89be78704e AArch64: Use prefer_sve_ifuncs for SVE memset
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:
sysdeps/aarch64/multiarch/Makefile | 1 +
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 1 +
sysdeps/aarch64/multiarch/memset.c | 4 +
.../{memset.S => multiarch/memset_sve_zva64.S} | 87 +++++++++-------------
sysdeps/ieee754/dbl-64/math_config.h | 6 +-
5 files changed, 45 insertions(+), 54 deletions(-)
copy sysdeps/aarch64/{memset.S => multiarch/memset_sve_zva64.S} (61%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.