glibc/sysdeps/aarch64/multiarch
Adhemerval Zanella 5355f9ca7b elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support
Besides the option being gcc specific, this approach is still fragile
and not future proof since we do not know if this will be the only
optimization option gcc will add that transforms loops to memset
(or any libcall).

This patch adds a new header, dl-symbol-redir-ifunc.h, that can b
used to redirect the compiler generated libcalls to port the generic
memset implementation if required.

Checked on x86_64-linux-gnu and aarch64-linux-gnu.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2022-10-10 10:32:28 -03:00
..
dl-symbol-redir-ifunc.h elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support 2022-10-10 10:32:28 -03:00
ifunc-impl-list.c Add bounds check to __libc_ifunc_impl_list 2022-06-10 17:13:29 +01:00
init-arch.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Makefile AArch64: Sort makefile entries 2022-06-07 16:58:15 +01:00
memchr_generic.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memchr_nosimd.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memchr.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memcpy_a64fx.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memcpy_advsimd.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memcpy_falkor.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memcpy_generic.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memcpy_sve.S AArch64: Add SVE memcpy 2022-06-07 16:58:03 +01:00
memcpy_thunderx2.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memcpy_thunderx.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memcpy.c AArch64: Add SVE memcpy 2022-06-07 16:58:03 +01:00
memmove.c AArch64: Add SVE memcpy 2022-06-07 16:58:03 +01:00
memset_a64fx.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memset_base64.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memset_emag.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memset_falkor.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memset_generic.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memset_kunpeng.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
memset.c AArch64: Check for SVE in ifuncs [BZ #28744] 2022-01-06 14:36:28 +00:00
rtld-memset.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
strlen_asimd.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
strlen_mte.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
strlen.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00