This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3866ca796d5 libstdc++: Fix ranges::move and ranges::move_backward to us [...]
new a8ee522c592 libstdc++: Fix ranges::iter_move handling of rvalues [PR106612]
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/iterator_concepts.h | 33 ++++++--
.../24_iterators/customization_points/iter_move.cc | 95 ++++++++++++++++++++++
2 files changed, 119 insertions(+), 9 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 releases/gcc-14
in repository gcc.
from f83bc0edb51 libstdc++: fix a dangling reference crash in ranges::is_per [...]
new fb9a2af9928 libstdc++: Handle extended alignment in std::get_temporary_ [...]
new c795413cf3a libstdc++: Fix warning regressions in <bits/stl_tempbuf.h>
new 3b9885ac4df libstdc++: Do not use C++11 alignof in C++98 mode [PR104395]
new 8443a90c433 libstdc++: Optimize std::basic_string_view::starts_with
new 85f4136aa83 libstdc++: Reuse temporary buffer utils in <stacktrace>
new 2b9449c2c1b libstdc++: Fix outdated comment in <stacktrace>
new 9c02bad2b5e libstdc++: Hide std::tuple internals from Doxygen docs
new 3a8d05b61a9 libstdc++: Use init_priority attribute for tzdb globals [PR118811]
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:
libstdc++-v3/include/bits/new_allocator.h | 4 +-
libstdc++-v3/include/bits/stl_tempbuf.h | 137 +++++++++++++--------
libstdc++-v3/include/ext/bitmap_allocator.h | 4 +-
libstdc++-v3/include/ext/malloc_allocator.h | 2 +-
libstdc++-v3/include/ext/mt_allocator.h | 4 +-
libstdc++-v3/include/ext/pool_allocator.h | 4 +-
libstdc++-v3/include/std/stacktrace | 31 +----
libstdc++-v3/include/std/string_view | 5 +-
libstdc++-v3/include/std/tuple | 2 +
libstdc++-v3/src/c++20/tzdb.cc | 14 +--
libstdc++-v3/src/c++20/tzdb_globals.h | 14 +++
libstdc++-v3/testsuite/20_util/temporary_buffer.cc | 2 +-
.../25_algorithms/stable_sort/overaligned.cc | 29 +++++
libstdc++-v3/testsuite/ext/104395.cc | 8 ++
.../testsuite/std/time/tzdb_list/pr118811.cc | 25 ++++
15 files changed, 189 insertions(+), 96 deletions(-)
create mode 100644 libstdc++-v3/src/c++20/tzdb_globals.h
create mode 100644 libstdc++-v3/testsuite/25_algorithms/stable_sort/overaligned.cc
create mode 100644 libstdc++-v3/testsuite/ext/104395.cc
create mode 100644 libstdc++-v3/testsuite/std/time/tzdb_list/pr118811.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 master
in repository gcc.
from f7bc17ebc9e d: Fix comparing uninitialized memory in dstruct.d [PR116961]
new a9cfcd0d9e3 libstdc++: Add static_assertions to ranges::to adaptor fact [...]
new 3866ca796d5 libstdc++: Fix ranges::move and ranges::move_backward to us [...]
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:
libstdc++-v3/include/bits/ranges_algobase.h | 26 ++++++++++++++-----
libstdc++-v3/include/std/ranges | 3 +++
.../testsuite/25_algorithms/move/constrained.cc | 29 ++++++++++++++++++++++
.../25_algorithms/move_backward/constrained.cc | 29 ++++++++++++++++++++++
libstdc++-v3/testsuite/std/ranges/conv/112803.cc | 20 +++++++++++++++
5 files changed, 101 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/ranges/conv/112803.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 master
in repository gcc.
from 96572464234 c++: fix rejects-valid and ICE with constexpr NSDMI [PR110822]
new f7bc17ebc9e d: Fix comparing uninitialized memory in dstruct.d [PR116961]
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/d/d-codegen.cc | 6 +++---
gcc/d/d-ctfloat.cc | 6 +++---
gcc/d/d-longdouble.cc | 12 ++++++------
gcc/d/d-port.cc | 4 ++--
gcc/testsuite/gdc.dg/pr116961.d | 7 +++++++
5 files changed, 21 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr116961.d
--
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 c981932fc5c Add Vim swap files to .gitignore
new cb9995e8d8f gdb/dwarf: add dwarf2_per_bfd::filename and use it where possible
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:
gdb/dwarf2/dwz.c | 14 +++++---------
gdb/dwarf2/index-cache.c | 9 ++++-----
gdb/dwarf2/read.c | 8 ++++----
gdb/dwarf2/read.h | 4 ++++
4 files changed, 17 insertions(+), 18 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 master
in repository toolchain/ci/interesting-commits.
from 50ae7b7c2 Add entry 352c48f278c89ac4c65642d3fadf52032e7fe734 from https [...]
new 527d093c4 Add entry f120cf33d2325fd95d063eccbff2e86ffc7f493a from https [...]
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:
.../first_url | 2 +-
.../tcwg_kernel/llvm-master-aarch64-next-allyesconfig/build_url | 2 +-
.../tcwg_kernel/llvm-master-aarch64-next-allyesconfig/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy linux/sha1/{08c2182cf0b47646af7f3daa292980f95f5e1ea6 => f120cf33d2325fd95d063 [...]
copy linux/sha1/{4e7795eda4459bf3e69c87c793bc34f610f9d981 => f120cf33d2325fd95d063 [...]
create mode 100644 linux/sha1/f120cf33d2325fd95d063eccbff2e86ffc7f493a/tcwg_kernel [...]
--
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 linux.
from 76544811c850 Merge tag 'drm-fixes-2025-02-28' of https://gitlab.freedes [...]
new 174e5e9da4f5 efi/cper: Fix cper_ia_proc_ctx alignment
new d6a2d02aa060 efi/cper: Fix cper_arm_ctx_info alignment
new cb6ae457bc6a efivarfs: Defer PM notifier registration until .fill_super
new fc20737d8b85 efivarfs: allow creation of zero length files
new 2b90e7ace797 efi: Don't map the entire mokvar table to determine its size
new e3cf2d91d058 efi/mokvar-table: Avoid repeated map/unmap of the same page
new ea185bdedb73 Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/ [...]
new 6ebf05189dfc io_uring/net: save msg_control for compat
new 3e5d15dd83e1 Merge tag 'io_uring-6.14-20250228' of git://git.kernel.dk/linux
new 889c57066cee block: make segment size limit workable for > 4K PAGE_SIZE
new a6aa36e957a1 block: Remove zone write plugs when handling native zone a [...]
new b654f7a51ffb block: fix 'kmem_cache of name 'bio-108' already exists'
new 276f98efb64a Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linux
The 13 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:
block/bio.c | 2 +-
block/blk-merge.c | 2 +-
block/blk-settings.c | 14 +++++--
block/blk-zoned.c | 76 +++++++++++++++++++++++++++++++++----
block/blk.h | 9 ++++-
drivers/firmware/efi/cper-arm.c | 2 +-
drivers/firmware/efi/cper-x86.c | 2 +-
drivers/firmware/efi/mokvar-table.c | 57 +++++++++++++---------------
fs/efivarfs/file.c | 10 +++--
fs/efivarfs/super.c | 3 +-
include/linux/blkdev.h | 8 ++--
io_uring/net.c | 4 +-
12 files changed, 134 insertions(+), 55 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 22018a4a8ca c++: ICE in replace_decl [PR118986]
new 96572464234 c++: fix rejects-valid and ICE with constexpr NSDMI [PR110822]
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/cp/constexpr.cc | 21 ++++++++++++++++++++-
gcc/testsuite/g++.dg/cpp0x/constexpr-nsdmi4.C | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-nsdmi5.C | 15 +++++++++++++++
3 files changed, 54 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-nsdmi4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-nsdmi5.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 0bffcd469e6 ipa-sra: Avoid clashes with ipa-cp when pulling accesses ac [...]
new 22018a4a8ca c++: ICE in replace_decl [PR118986]
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/cp/constexpr.cc | 29 +++++++++++++++++--------
gcc/testsuite/g++.dg/cpp2a/constexpr-prvalue1.C | 23 ++++++++++++++++++++
2 files changed, 43 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-prvalue1.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 1a150f1f688 c++: generic lambda, implicit 'this' capture, xobj memfn [P [...]
new 0bffcd469e6 ipa-sra: Avoid clashes with ipa-cp when pulling accesses ac [...]
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/ipa-sra.cc | 38 +++++++++++++++++++++++++----------
gcc/testsuite/g++.dg/ipa/pr118243.C | 40 +++++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr118243.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 binutils-gdb.
from fa4fe275373 libctf: fix cv-qualified unnamed struct/union field lookup
new c981932fc5c Add Vim swap files to .gitignore
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:
.gitignore | 1 +
1 file changed, 1 insertion(+)
--
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 master
in repository toolchain/ci/interesting-commits.
from eb44e4dca Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
new 675a962e9 Add entry 352c48f278c89ac4c65642d3fadf52032e7fe734 from https [...]
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:
.../first_url | 2 +-
.../llvm-aarch64-master-Oz_LTO}/build_url | 2 +-
.../tcwg_bmk-code_size-cpu2017fast/llvm-aarch64-master-Oz_LTO/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{2b78303e3f78c1eeb4b1362933290c490ce5fff6 => 352c48f278c89ac4c65642 [...]
copy llvm/sha1/{03de1cb715c9a106f3ea4139042a33afcd7ca6ae/tcwg_bmk-code_size-cpu201 [...]
create mode 100644 llvm/sha1/352c48f278c89ac4c65642d3fadf52032e7fe734/tcwg_bmk-cod [...]
--
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.34/master
in repository glibc.
from 31eb872cb2 assert: Add test for CVE-2025-0395
new 5bc7a2a249 AArch64: Improve generic strlen
new c9a142e9c1 AArch64: Optimize memset
new 47e6fe3e92 AArch64: Remove zva_128 from memset
new 4521b80c63 math: Improve layout of expf data
new 0190de510c AArch64: Add SVE memset
new 26a9798329 AArch64: Use prefer_sve_ifuncs for SVE memset
new 26b14f335d 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 815f1f27a1d libstdc++: Improve optional's <=> constraint recursion work [...]
new 1a150f1f688 c++: generic lambda, implicit 'this' capture, xobj memfn [P [...]
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/cp/lambda.cc | 7 +++----
gcc/testsuite/g++.dg/cpp23/explicit-obj-lambda15.C | 11 +++++++++++
2 files changed, 14 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/explicit-obj-lambda15.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 release/2.35/master
in repository glibc.
from 8b3d09dc0d assert: Add test for CVE-2025-0395
new be451d6053 AArch64: Improve generic strlen
new 8042d17638 AArch64: Optimize memset
new 904c58e47b AArch64: Remove zva_128 from memset
new 59f67e1b82 math: Improve layout of expf data
new 9569a67a58 AArch64: Add SVE memset
new 20b5d5ce26 AArch64: Use prefer_sve_ifuncs for SVE memset
new d2febe7c40 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 releases/gcc-14
in repository gcc.
from ac47b3b7666 Daily bump.
new a66d9754b87 libstdc++: Implement LWG 2937 for std::filesystem::equivale [...]
new 1921b0c0430 libstdc++: Add debug assertions to std::list and std::forward_list
new dd8866d7963 libstdc++: Use ADL swap for containers' function objects [P [...]
new 6e97d601f18 libstdc++: Add missing equality comparison in new tests [PR117921]
new 70452d24fa4 libstdc++: Add missing character to __to_wstring_numeric map
new 6561de33c3b libstdc++: Qualify calls in <bits/stl_uninitialized.h> to p [...]
new f83bc0edb51 libstdc++: fix a dangling reference crash in ranges::is_per [...]
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/include/bits/basic_string.h | 2 +
libstdc++-v3/include/bits/forward_list.h | 3 ++
libstdc++-v3/include/bits/hashtable_policy.h | 8 ++-
libstdc++-v3/include/bits/ranges_algo.h | 7 ++-
libstdc++-v3/include/bits/stl_list.h | 13 ++++-
libstdc++-v3/include/bits/stl_tree.h | 4 +-
libstdc++-v3/include/bits/stl_uninitialized.h | 8 +--
libstdc++-v3/src/c++17/fs_ops.cc | 22 +++-----
.../23_containers/set/modifiers/swap/adl.cc | 55 +++++++++++++++++++
.../unordered_set/modifiers/swap-2.cc | 63 ++++++++++++++++++++++
.../25_algorithms/is_permutation/constrained.cc | 13 +++++
.../27_io/filesystem/operations/pr118158.cc | 62 +++++++++++++++++++++
12 files changed, 234 insertions(+), 26 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/set/modifiers/swap/adl.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/swap-2.cc
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/operations/pr118158.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.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.