aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld4-701/+0
2022-07-22x86: Add AVX2 optimized chacha20Adhemerval Zanella Netto4-5/+356
2022-07-22x86: Add SSE2 optimized chacha20Adhemerval Zanella Netto3-0/+350
2022-07-16x86: Add support to build st{p|r}{n}{cpy|cat} with explicit ISA levelNoah Goldstein30-158/+382
2022-07-16x86: Add support to build wcscpy with explicit ISA levelNoah Goldstein8-12/+103
2022-07-16x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein87-618/+1147
2022-07-13x86: Remove unneeded rtld-wmemcmpNoah Goldstein1-18/+0
2022-07-13x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.SNoah Goldstein2-219/+218
2022-07-13x86: Move wcschr SSE2 implementation to multiarch/wcschr-sse2.SNoah Goldstein2-142/+138
2022-07-13x86: Move strcat SSE2 implementation to multiarch/strcat-sse2.SNoah Goldstein2-243/+238
2022-07-13x86: Move strchr SSE2 implementation to multiarch/strchr-sse2.SNoah Goldstein6-183/+213
2022-07-13x86: Move strrchr SSE2 implementation to multiarch/strrchr-sse2.SNoah Goldstein4-377/+366
2022-07-13x86: Move memrchr SSE2 implementation to multiarch/memrchr-sse2.SNoah Goldstein2-334/+334
2022-07-13x86: Move strcpy SSE2 implementation to multiarch/strcpy-sse2.SNoah Goldstein5-155/+156
2022-07-13x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.SNoah Goldstein9-286/+306
2022-07-13x86: Move strcmp SSE42 implementation to multiarch/strcmp-sse4_2.SNoah Goldstein5-1792/+1766
2022-07-13x86: Move wcscmp SSE2 implementation to multiarch/wcscmp-sse2.SNoah Goldstein2-934/+934
2022-07-13x86: Move strcmp SSE2 implementation to multiarch/strcmp-sse2.SNoah Goldstein11-2178/+2264
2022-07-13x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCIINoah Goldstein2-6/+6
2022-07-12x86: Remove __mmask intrinsics in strstr-avx512.cNoah Goldstein1-6/+10
2022-07-12x86: Remove generic strncat, strncpy, and stpncpy implementationsNoah Goldstein10-92/+56
2022-07-08x86-64: Remove redundant strcspn-generic/strpbrk-generic/strspn-genericH.J. Lu1-3/+0
2022-07-07x86-64: Don't mark symbols as hidden in strcmp-XXX.SH.J. Lu3-3/+0
2022-07-05x86: Add support for building {w}memcmp{eq} with explicit ISA levelNoah Goldstein19-660/+788
2022-07-05x86: Add support for building {w}memset{_chk} with explicit ISA levelNoah Goldstein10-203/+265
2022-07-05x86: Add support for building {w}memmove{_chk} with explicit ISA levelNoah Goldstein11-272/+403
2022-07-05x86: Add support for building str{c|p}{brk|spn} with explicit ISA levelNoah Goldstein18-13/+247
2022-07-05x86: Add comment explaining no Slow_SSE4_2 check in ifunc-sse4_2Noah Goldstein1-0/+6
2022-06-29x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein1-3/+5
2022-06-29x86: Add missing IS_IN (libc) check to strcspn-sse4.cNoah Goldstein2-19/+25
2022-06-29x86: Add missing IS_IN (libc) check to memmove-ssse3.SNoah Goldstein1-16/+44
2022-06-29x86-64: Properly indent X86_IFUNC_IMPL_ADD_VN argumentsH.J. Lu1-48/+51
2022-06-29x86-64: Small improvements to dl-trampoline.SNoah Goldstein2-56/+61
2022-06-29x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein3-50/+73
2022-06-29x86: Move and slightly improve memset_ermsNoah Goldstein3-31/+45
2022-06-29x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein1-0/+4
2022-06-27x86-64: Only define used SSE/AVX/AVX512 run-time resolversH.J. Lu2-31/+40
2022-06-27x86: Fix backwards Prefer_No_VZEROUPPER check in ifunc-evex.hNoah Goldstein1-2/+2
2022-06-27x86: Rename strstr_sse2 to strstr_generic as it uses string/strstr.cNoah Goldstein3-6/+6
2022-06-27x86: Remove unused file wmemcmp-sse4Noah Goldstein1-4/+0
2022-06-27x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein3-1/+7
2022-06-27x86: Align entry for memrchr to 64-bytes.Noah Goldstein1-1/+1
2022-06-23x86: Remove faulty sanity tests for RTLD build with no multiarchNoah Goldstein1-10/+0
2022-06-22x86: Replace all sse instructions with vex equivilent in avx+ filesNoah Goldstein75-158/+158
2022-06-22x86: Add support for compiling {raw|w}memchr with high ISA levelNoah Goldstein17-604/+720
2022-06-22x86: Add defines / utilities for making ISA specific x86 buildsNoah Goldstein1-0/+49
2022-06-16x86: Rename generic functions with unique postfix for clarityNoah Goldstein29-76/+190
2022-06-16x86-64: Handle fewer relocation types for RTLD_BOOTSTRAPFangrui Song1-26/+6
2022-06-15x86: Cleanup bounds checking in large memcpy caseNoah Goldstein1-8/+21
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song1-6/+2