aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2024-02-08x86_64: Optimize ffsll function code size.release/2.28/masterSunil K Pandey
2023-09-11x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein
2023-09-11x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein
2023-09-11x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein
2023-09-11x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein
2022-11-24x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein
2022-09-28x86-64: Require BMI2 for avx2 functions [BZ #29611]Sunil K Pandey
2022-09-28x86-64: Require BMI2 for strchr-avx2.S [BZ #29611]H.J. Lu
2022-02-18x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein
2022-02-18x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein
2022-02-18x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein
2022-02-01x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu
2022-02-01x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein
2022-02-01x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu
2022-02-01x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu
2022-01-27x86: Optimize strlen-evex.SNoah Goldstein
2022-01-27x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein
2022-01-27x86-64: Add wcslen optimize for sse4.1Noah Goldstein
2022-01-27x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu
2022-01-27x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu
2022-01-27x86: Optimize memchr-evex.SNoah Goldstein
2022-01-27x86: Optimize strlen-avx2.SNoah Goldstein
2022-01-27x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein
2022-01-27x86: Optimize memchr-avx2.SNoah Goldstein
2022-01-27x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu
2022-01-27x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey
2022-01-27x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu
2022-01-27x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu
2022-01-27x86: Add string/memory function tests in RTM regionH.J. Lu
2022-01-27x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu
2022-01-27x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu
2022-01-27x86-64: Add memset family functions with 256-bit EVEXH.J. Lu
2022-01-27x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu
2022-01-27x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu
2022-01-27x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu
2022-01-27x86: Add AVX512VL_Usable and AVX512BW_UsableH.J. Lu
2022-01-27x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu
2022-01-27x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein
2021-01-13x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu
2021-01-13x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu
2021-01-12x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu
2020-11-04aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy
2020-10-14AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra
2020-10-14AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra
2020-10-14[AArch64] Improve integer memcpyWilco Dijkstra
2020-10-14aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch
2020-10-14AArch64: Improve backwards memmove performanceWilco Dijkstra
2020-10-14AArch64: Add optimized Q-register memcpyWilco Dijkstra
2020-10-14AArch64: Align ENTRY to a cachelineWilco Dijkstra
2020-07-04Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey