aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-10-06x86_64: Remove platform directory library loading testJavier Pello
2022-10-05x86: Fix -Os build (BZ #29576)Adhemerval Zanella Netto
2022-10-03x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno
2022-10-03x86: Cleanup pthread_spin_{try}lock.SNoah Goldstein
2022-10-03x86: Remove .tfloat usageAdhemerval Zanella
2022-09-28x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein
2022-08-31nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_spAdhemerval Zanella
2022-08-09x86: Fix `#define STRCPY` guard in strcpy-sse2.SNoah Goldstein
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-22x86: Add AVX2 optimized chacha20Adhemerval Zanella Netto
2022-07-22x86: Add SSE2 optimized chacha20Adhemerval Zanella Netto
2022-07-16x86: Add support to build st{p|r}{n}{cpy|cat} with explicit ISA levelNoah Goldstein
2022-07-16x86: Add support to build wcscpy with explicit ISA levelNoah Goldstein
2022-07-16x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein
2022-07-13x86: Remove unneeded rtld-wmemcmpNoah Goldstein
2022-07-13x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.SNoah Goldstein
2022-07-13x86: Move wcschr SSE2 implementation to multiarch/wcschr-sse2.SNoah Goldstein
2022-07-13x86: Move strcat SSE2 implementation to multiarch/strcat-sse2.SNoah Goldstein
2022-07-13x86: Move strchr SSE2 implementation to multiarch/strchr-sse2.SNoah Goldstein
2022-07-13x86: Move strrchr SSE2 implementation to multiarch/strrchr-sse2.SNoah Goldstein
2022-07-13x86: Move memrchr SSE2 implementation to multiarch/memrchr-sse2.SNoah Goldstein
2022-07-13x86: Move strcpy SSE2 implementation to multiarch/strcpy-sse2.SNoah Goldstein
2022-07-13x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.SNoah Goldstein
2022-07-13x86: Move strcmp SSE42 implementation to multiarch/strcmp-sse4_2.SNoah Goldstein
2022-07-13x86: Move wcscmp SSE2 implementation to multiarch/wcscmp-sse2.SNoah Goldstein
2022-07-13x86: Move strcmp SSE2 implementation to multiarch/strcmp-sse2.SNoah Goldstein
2022-07-13x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCIINoah Goldstein
2022-07-12x86: Remove __mmask intrinsics in strstr-avx512.cNoah Goldstein
2022-07-12x86: Remove generic strncat, strncpy, and stpncpy implementationsNoah Goldstein
2022-07-08x86-64: Remove redundant strcspn-generic/strpbrk-generic/strspn-genericH.J. Lu
2022-07-07x86-64: Don't mark symbols as hidden in strcmp-XXX.SH.J. Lu
2022-07-05x86: Add support for building {w}memcmp{eq} with explicit ISA levelNoah Goldstein
2022-07-05x86: Add support for building {w}memset{_chk} with explicit ISA levelNoah Goldstein
2022-07-05x86: Add support for building {w}memmove{_chk} with explicit ISA levelNoah Goldstein
2022-07-05x86: Add support for building str{c|p}{brk|spn} with explicit ISA levelNoah Goldstein
2022-07-05x86: Add comment explaining no Slow_SSE4_2 check in ifunc-sse4_2Noah Goldstein
2022-06-29x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein
2022-06-29x86: Add missing IS_IN (libc) check to strcspn-sse4.cNoah Goldstein
2022-06-29x86: Add missing IS_IN (libc) check to memmove-ssse3.SNoah Goldstein
2022-06-29x86-64: Properly indent X86_IFUNC_IMPL_ADD_VN argumentsH.J. Lu
2022-06-29x86-64: Small improvements to dl-trampoline.SNoah Goldstein
2022-06-29x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein
2022-06-29x86: Move and slightly improve memset_ermsNoah Goldstein