aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers
2022-10-30x86-64: Improve evex512 version of strlen functionsSunil K Pandey
2022-10-28stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren
2022-10-28aarch64: Fix the extension header write in getcontext and swapcontextSzabolcs Nagy
2022-10-28aarch64: Don't build wordcopySzabolcs Nagy
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer
2022-10-26aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra
2022-10-26aarch64: Cleanup memset ifuncWilco Dijkstra
2022-10-25x86_64: Implement evex512 version of strchrnul, strchr and wcschrSunil K Pandey
2022-10-25linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella
2022-10-24Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno
2022-10-24Remove all assembly optimizations for htonl and htonsAdhemerval Zanella
2022-10-24Remove htonl.S for i386/x86_64Cristian Rodríguez
2022-10-24Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle
2022-10-24Add ADDRB from Linux 6.0 to bits/termios-c_cflag.hJoseph Myers
2022-10-20x86: Use `testb` for FSRM check in memmove-vec-unaligned-ermsNoah Goldstein
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse42Noah Goldstein
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse2Noah Goldstein
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-avx2Noah Goldstein
2022-10-20x86: Add support for VEC_SIZE == 64 in strcmp-evex.S implNoah Goldstein
2022-10-20x86: Remove AVX512-BVMI2 instruction from strrchr-evex.SNoah Goldstein
2022-10-20sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698]Felix Riemann
2022-10-20linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella
2022-10-19x86: Optimize strrchr-evex.S and implement with VMM headersNoah Goldstein
2022-10-19x86: Optimize memrchr-evex.SNoah Goldstein
2022-10-19x86: Optimize strnlen-evex.S and implement with VMM headersNoah Goldstein
2022-10-19x86: Shrink / minorly optimize strchr-evex and implement with VMM headersNoah Goldstein
2022-10-19x86: Optimize memchr-evex.S and implement with VMM headersNoah Goldstein
2022-10-18x86_64: Implement evex512 version of memchr, rawmemchr and wmemchrSunil K Pandey
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-10-18x86-64: Move LP_SIZE definition to its own headerFlorian Weimer
2022-10-17math: Fix asin and acos invalid exception with old gccSzabolcs Nagy
2022-10-14x86: Update strlen-evex-base to use new reg/vec macros.Noah Goldstein
2022-10-14x86: Remove now unused vec header macros.Noah Goldstein
2022-10-14x86: Update memset to use new VEC macrosNoah Goldstein
2022-10-14x86: Update memmove to use new VEC macrosNoah Goldstein
2022-10-14x86: Update memrchr to use new VEC macrosNoah Goldstein
2022-10-14x86: Update VEC macros to complete API for evex/evex512 implsNoah Goldstein
2022-10-12Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.hJoseph Myers
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-10-10Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab
2022-10-08LoongArch: Fix the condition to use PC-relative addressing in start.SXi Ruoyao
2022-10-07arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774)Adhemerval Zanella
2022-10-06elf: Remove _dl_string_hwcapJavier Pello
2022-10-06elf: Remove hwcap parameter from add_to_cache signatureJavier Pello
2022-10-06x86_64: Remove platform directory library loading testJavier Pello
2022-10-05Update kernel version to 6.0 in header constant testsJoseph Myers
2022-10-05x86: Fix -Os build (BZ #29576)Adhemerval Zanella Netto