aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella4-18/+18
2022-11-01Apply asm redirection in not-cancel before first useAdhemerval Zanella1-15/+15
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers7-5/+513
2022-10-30x86-64: Improve evex512 version of strlen functionsSunil K Pandey1-34/+57
2022-10-28stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren2-0/+68
2022-10-28aarch64: Fix the extension header write in getcontext and swapcontextSzabolcs Nagy2-4/+4
2022-10-28aarch64: Don't build wordcopySzabolcs Nagy1-0/+0
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer1-0/+8
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer1-0/+3
2022-10-26aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra6-370/+81
2022-10-26aarch64: Cleanup memset ifuncWilco Dijkstra2-17/+26
2022-10-25x86_64: Implement evex512 version of strchrnul, strchr and wcschrSunil K Pandey6-0/+322
2022-10-25linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella6-74/+622
2022-10-24Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno1-12/+9
2022-10-24Remove all assembly optimizations for htonl and htonsAdhemerval Zanella5-175/+0
2022-10-24Remove htonl.S for i386/x86_64Cristian Rodríguez2-68/+0
2022-10-24Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle1-0/+3
2022-10-24Add ADDRB from Linux 6.0 to bits/termios-c_cflag.hJoseph Myers3-0/+12
2022-10-20x86: Use `testb` for FSRM check in memmove-vec-unaligned-ermsNoah Goldstein1-0/+4
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse42Noah Goldstein1-2/+2
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse2Noah Goldstein1-2/+2
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-avx2Noah Goldstein1-1/+1
2022-10-20x86: Add support for VEC_SIZE == 64 in strcmp-evex.S implNoah Goldstein1-246/+438
2022-10-20x86: Remove AVX512-BVMI2 instruction from strrchr-evex.SNoah Goldstein1-40/+29
2022-10-20sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698]Felix Riemann2-2/+2
2022-10-20linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella4-9/+27
2022-10-19x86: Optimize strrchr-evex.S and implement with VMM headersNoah Goldstein1-171/+200
2022-10-19x86: Optimize memrchr-evex.SNoah Goldstein1-214/+324
2022-10-19x86: Optimize strnlen-evex.S and implement with VMM headersNoah Goldstein3-404/+572
2022-10-19x86: Shrink / minorly optimize strchr-evex and implement with VMM headersNoah Goldstein1-218/+340
2022-10-19x86: Optimize memchr-evex.S and implement with VMM headersNoah Goldstein3-410/+851
2022-10-18x86_64: Implement evex512 version of memchr, rawmemchr and wmemchrSunil K Pandey6-0/+346
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer22-46/+12
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer102-509/+911
2022-10-18x86-64: Move LP_SIZE definition to its own headerFlorian Weimer4-11/+48
2022-10-17math: Fix asin and acos invalid exception with old gccSzabolcs Nagy1-16/+2
2022-10-14x86: Update strlen-evex-base to use new reg/vec macros.Noah Goldstein2-76/+44
2022-10-14x86: Remove now unused vec header macros.Noah Goldstein7-328/+0
2022-10-14x86: Update memset to use new VEC macrosNoah Goldstein6-99/+43
2022-10-14x86: Update memmove to use new VEC macrosNoah Goldstein6-221/+132
2022-10-14x86: Update memrchr to use new VEC macrosNoah Goldstein1-21/+21
2022-10-14x86: Update VEC macros to complete API for evex/evex512 implsNoah Goldstein9-0/+635
2022-10-12Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.hJoseph Myers1-0/+1
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella8-0/+221
2022-10-10Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab9-110/+82
2022-10-08LoongArch: Fix the condition to use PC-relative addressing in start.SXi Ruoyao3-12/+47
2022-10-07arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774)Adhemerval Zanella1-1/+1
2022-10-06elf: Remove _dl_string_hwcapJavier Pello10-83/+0
2022-10-06elf: Remove hwcap parameter from add_to_cache signatureJavier Pello1-1/+1
2022-10-06x86_64: Remove platform directory library loading testJavier Pello3-64/+0