aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-14x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein1-0/+5
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra1-7/+2
2022-06-09x86: Optimize svml_s_tanhf4_core_sse4.SNoah Goldstein1-727/+138
2022-06-09x86: Optimize svml_s_tanhf8_core_avx2.SNoah Goldstein1-741/+171
2022-06-09x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4Noah Goldstein1-0/+621
2022-06-09x86: Optimize svml_s_tanhf16_core_avx512.SNoah Goldstein1-240/+287
2022-06-09x86: Improve svml_s_atanhf4_core_sse4.SNoah Goldstein1-209/+169
2022-06-09x86: Improve svml_s_atanhf8_core_avx2.SNoah Goldstein1-203/+202
2022-06-09x86: Improve svml_s_atanhf16_core_avx512.SNoah Goldstein1-230/+244
2022-06-09x86: Align varshift table to 32-bytesNoah Goldstein2-3/+5
2022-06-09x86: Add copyright to strpbrk-c.cNoah Goldstein1-0/+18
2022-06-08x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]Noah Goldstein1-8/+8
2022-06-07x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactionsNoah Goldstein1-3/+3
2022-06-07x86: Shrink code size of memchr-evex.SNoah Goldstein1-21/+25
2022-06-07x86: Shrink code size of memchr-avx2.SNoah Goldstein2-50/+60
2022-06-07x86: Optimize memrchr-avx2.SNoah Goldstein2-278/+257
2022-06-07x86: Optimize memrchr-evex.SNoah Goldstein1-271/+268
2022-06-07x86: Optimize memrchr-sse2.SNoah Goldstein1-321/+292
2022-06-07x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein2-0/+19
2022-06-07x86: Create header for VEC classes in x86 strings libraryNoah Goldstein7-0/+327
2022-06-06x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli4-4/+242
2022-06-01x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab5-3/+48
2022-05-30x86_64: Remove _dl_skip_args usageAdhemerval Zanella2-22/+3
2022-05-26x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOTH.J. Lu1-2/+4
2022-05-26x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey7-0/+346
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella1-28/+0
2022-05-16x86_64: Remove bzero optimizationAdhemerval Zanella11-235/+2
2022-05-09nptl: Add backoff mechanism to spinlock loopWangyang Guo1-0/+39