aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2022-11-08x86: Add avx2 optimized functions for the wchar_t strcpy familyNoah Goldstein
2022-11-08x86: Add evex optimized functions for the wchar_t strcpy familyNoah Goldstein
2022-11-08x86: Optimize and shrink st{r|p}{n}{cat|cpy}-avx2 functionsNoah Goldstein
2022-11-08x86: Optimize and shrink st{r|p}{n}{cat|cpy}-evex functionsNoah Goldstein
2022-11-08x86: Use VMM API in memcmpeq-evex.S and minor changesNoah Goldstein
2022-11-08x86: Use VMM API in memcmp-evex-movbe.S and minor changesNoah Goldstein
2022-11-08Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella
2022-11-07hurd: Add sigtimedwait and sigwaitinfo supportSamuel Thibault
2022-11-03x86_64: Implement evex512 version of strrchr and wcsrchrSunil K Pandey
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer
2022-11-02linux: Drop useless include from fstatat.cAurelien Jarno
2022-11-02linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella
2022-11-01Apply asm redirection in not-cancel before first useAdhemerval Zanella
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