about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-311-5/+5
* x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu2023-12-231-2/+2
* x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu2023-12-231-1/+1
* x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer2023-04-241-2/+2
* x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein2023-01-131-1/+11
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-241-5/+2
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-032-3/+15
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-032-2/+9
* x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno2022-10-031-3/+9
* x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno2022-10-031-2/+6
* x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2022-10-032-4/+7
* x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2022-10-032-3/+5
* x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2022-10-032-8/+21
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-09-281-0/+39
* x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein2022-07-181-3/+5
* x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein2022-07-183-50/+73
* x86: Move and slightly improve memset_ermsNoah Goldstein2022-07-183-31/+45
* x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein2022-07-181-0/+4
* x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein2022-07-183-1/+7
* x86: Align entry for memrchr to 64-bytes.Noah Goldstein2022-07-181-1/+1
* x86: Cleanup bounds checking in large memcpy caseNoah Goldstein2022-07-181-8/+21
* x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein2022-07-181-0/+5
* x86: Align varshift table to 32-bytesNoah Goldstein2022-07-182-3/+5
* x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactionsNoah Goldstein2022-07-181-3/+3
* x86: Shrink code size of memchr-evex.SNoah Goldstein2022-07-181-21/+25
* x86: Shrink code size of memchr-avx2.SNoah Goldstein2022-07-182-50/+60
* x86: Optimize memrchr-avx2.SNoah Goldstein2022-07-182-278/+257
* x86: Optimize memrchr-evex.SNoah Goldstein2022-07-181-271/+268
* x86: Optimize memrchr-sse2.SNoah Goldstein2022-07-181-321/+292
* x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein2022-07-182-0/+19
* x86: Create header for VEC classes in x86 strings libraryNoah Goldstein2022-07-187-0/+327
* x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli2022-07-184-4/+246
* x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOTH.J. Lu2022-07-181-2/+4
* x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey2022-07-187-0/+346
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-07-1811-235/+2
* x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #29127]Noah Goldstein2022-05-251-6/+2
* x86: Optimize {str|wcs}rchr-evexNoah Goldstein2022-05-161-181/+290
* x86: Optimize {str|wcs}rchr-avx2Noah Goldstein2022-05-161-157/+269
* x86: Optimize {str|wcs}rchr-sse2Noah Goldstein2022-05-164-444/+339
* x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32H.J. Lu2022-05-161-0/+4
* x86: Fix missing __wmemcmp def for disable-multiarch buildNoah Goldstein2022-05-162-8/+6
* x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein2022-05-161-37/+61
* x86: Remove memcmp-sse4.SNoah Goldstein2022-05-164-813/+0
* x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein2022-05-168-376/+575
* x86: Small improvements for wcslenNoah Goldstein2022-05-161-45/+41
* x86: Remove AVX str{n}casecmpNoah Goldstein2022-05-166-197/+105
* x86: Add EVEX optimized str{n}casecmpNoah Goldstein2022-05-166-40/+321
* x86: Add AVX2 optimized str{n}casecmpNoah Goldstein2022-05-168-31/+331
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.SNoah Goldstein2022-05-161-48/+35
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein2022-05-161-35/+29