aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-07-16s390x: Fix segfault in wcsncmp [BZ #31934]release/2.32/masterStefan Liebler1-9/+1
2024-04-09aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra6-372/+84
2024-04-09AArch64: Improve strrchrWilco Dijkstra1-25/+33
2024-04-09AArch64: Optimize strnlenWilco Dijkstra1-21/+18
2024-04-09AArch64: Optimize strlenWilco Dijkstra1-8/+12
2024-04-09AArch64: Optimize strcpyWilco Dijkstra1-17/+19
2024-04-09AArch64: Improve strchrnulWilco Dijkstra1-2/+10
2024-04-09AArch64: Optimize strchrWilco Dijkstra1-28/+24
2024-04-09AArch64: Improve strlen_asimdWilco Dijkstra1-12/+4
2024-04-09AArch64: Optimize memrchrWilco Dijkstra1-9/+11
2024-04-09AArch64: Optimize memchrWilco Dijkstra1-13/+14
2024-04-09aarch64: Optimize string functions with shrn instructionDanila Kutenin6-102/+59
2024-04-09AArch64: Optimize memcmpWilco Dijkstra1-107/+134
2024-04-09AArch64: Improve strnlen performanceWilco Dijkstra1-181/+89
2024-04-09aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSESzabolcs Nagy28-75/+74
2024-01-31x86_64: Optimize ffsll function code size.Sunil K Pandey1-5/+5
2023-09-11x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein1-5/+4
2023-09-11x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein1-1/+10
2023-09-11x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein1-2/+2
2023-09-11x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein1-40/+60
2022-11-24x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein1-5/+2
2022-09-28x86-64: Require BMI2 for avx2 functions [BZ #29611]Sunil K Pandey1-10/+28
2022-09-28x86-64: Require BMI2 for strchr-avx2.S [BZ #29611]H.J. Lu2-5/+11
2022-06-30linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella1-1/+1
2022-02-18x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein1-2/+2
2022-02-18x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein3-10/+48
2022-02-18x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein7-5/+22
2022-02-01x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu3-0/+108
2022-02-01x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein1-2/+2
2022-02-01x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu1-3/+31
2022-02-01x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu3-4/+8
2022-01-27x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu1-2/+4
2022-01-27x86: Optimize strlen-evex.SNoah Goldstein1-264/+317
2022-01-27x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein2-38/+107
2022-01-27x86-64: Add wcslen optimize for sse4.1Noah Goldstein6-36/+63
2022-01-27x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu4-242/+262
2022-01-27x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu1-1/+1
2022-01-27x86: Optimize memchr-evex.SNoah Goldstein1-225/+322
2022-01-27x86: Optimize strlen-avx2.SNoah Goldstein2-214/+334
2022-01-27x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2-37/+98
2022-01-27x86: Optimize memchr-avx2.SNoah Goldstein1-178/+247
2022-01-27x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey1-8/+8
2022-01-27x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu3-19/+42
2022-01-27x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu4-24/+31
2022-01-27x86: Add string/memory function tests in RTM regionH.J. Lu12-0/+618
2022-01-27x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu52-244/+668
2022-01-27x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu5-4/+467
2022-01-27x86-64: Add memset family functions with 256-bit EVEXH.J. Lu6-14/+90
2022-01-27x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu5-11/+104
2022-01-27x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu9-3/+1339