about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Remove strspn-sse2.S and use the generic implementationNoah Goldstein2022-05-162-116/+4
* x86: Remove strpbrk-sse2.S and use the generic implementationNoah Goldstein2022-05-162-8/+4
* x86: Remove strcspn-sse2.S and use the generic implementationNoah Goldstein2022-05-162-123/+4
* x86: Optimize strspn in strspn-c.cNoah Goldstein2022-05-161-47/+39
* x86: Optimize strcspn and strpbrk in strcspn-c.cNoah Goldstein2022-05-161-46/+37
* x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein2022-05-161-66/+80
* x86: Code cleanup in strchr-avx2 and comment justifying branchNoah Goldstein2022-05-161-97/+107
* x86_64: Remove bcopy optimizationsAdhemerval Zanella2022-05-161-7/+0
* x86-64: Define __memcmpeq in ld.soH.J. Lu2022-05-161-1/+3
* x86-64: Remove bzero weak alias in SS2 memsetH.J. Lu2022-05-161-3/+1
* x86_64/multiarch: Sort sysdep_routines and put one entry per lineH.J. Lu2022-05-161-30/+48
* x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]Noah Goldstein2022-05-041-1/+1
* x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein2022-05-042-0/+2
* x86: Set .text section in memset-vec-unaligned-ermsNoah Goldstein2022-05-041-0/+1