aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)AuthorFilesLines
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella1-0/+1
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella1-0/+4
2023-01-31x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein1-2/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers188-188/+188
2022-12-15x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein1-1/+11
2022-12-02x86-64 strncpy: Properly handle the length parameter [BZ# 29839]H.J. Lu2-0/+8
2022-12-02x86-64 strncat: Properly handle the length parameter [BZ# 24097]H.J. Lu3-0/+13
2022-11-08x86: Add avx2 optimized functions for the wchar_t strcpy familyNoah Goldstein16-8/+99
2022-11-08x86: Add evex optimized functions for the wchar_t strcpy familyNoah Goldstein21-6/+498
2022-11-08x86: Optimize and shrink st{r|p}{n}{cat|cpy}-avx2 functionsNoah Goldstein13-1234/+1594
2022-11-08x86: Optimize and shrink st{r|p}{n}{cat|cpy}-evex functionsNoah Goldstein7-1173/+2115
2022-11-08x86: Use VMM API in memcmpeq-evex.S and minor changesNoah Goldstein1-100/+155
2022-11-08x86: Use VMM API in memcmp-evex-movbe.S and minor changesNoah Goldstein1-133/+175
2022-11-03x86_64: Implement evex512 version of strrchr and wcsrchrSunil K Pandey5-0/+297
2022-10-30x86-64: Improve evex512 version of strlen functionsSunil K Pandey1-34/+57
2022-10-25x86_64: Implement evex512 version of strchrnul, strchr and wcschrSunil K Pandey6-0/+322
2022-10-20x86: Use `testb` for FSRM check in memmove-vec-unaligned-ermsNoah Goldstein1-0/+4
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse42Noah Goldstein1-2/+2
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse2Noah Goldstein1-2/+2
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-avx2Noah Goldstein1-1/+1
2022-10-20x86: Add support for VEC_SIZE == 64 in strcmp-evex.S implNoah Goldstein1-246/+438
2022-10-20x86: Remove AVX512-BVMI2 instruction from strrchr-evex.SNoah Goldstein1-40/+29
2022-10-19x86: Optimize strrchr-evex.S and implement with VMM headersNoah Goldstein1-171/+200
2022-10-19x86: Optimize memrchr-evex.SNoah Goldstein1-214/+324
2022-10-19x86: Optimize strnlen-evex.S and implement with VMM headersNoah Goldstein3-404/+572
2022-10-19x86: Shrink / minorly optimize strchr-evex and implement with VMM headersNoah Goldstein1-218/+340
2022-10-19x86: Optimize memchr-evex.S and implement with VMM headersNoah Goldstein3-410/+851
2022-10-18x86_64: Implement evex512 version of memchr, rawmemchr and wmemchrSunil K Pandey6-0/+346
2022-10-14x86: Update strlen-evex-base to use new reg/vec macros.Noah Goldstein2-76/+44
2022-10-14x86: Remove now unused vec header macros.Noah Goldstein7-328/+0
2022-10-14x86: Update memset to use new VEC macrosNoah Goldstein6-99/+43
2022-10-14x86: Update memmove to use new VEC macrosNoah Goldstein6-221/+132
2022-10-14x86: Update memrchr to use new VEC macrosNoah Goldstein1-21/+21
2022-10-14x86: Update VEC macros to complete API for evex/evex512 implsNoah Goldstein9-0/+635
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella1-0/+34
2022-10-05x86: Fix -Os build (BZ #29576)Adhemerval Zanella Netto1-0/+18
2022-10-03x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2-3/+15
2022-10-03x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2-2/+9
2022-10-03x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno1-3/+9
2022-10-03x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno1-2/+6
2022-10-03x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2-4/+7
2022-10-03x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2-3/+5
2022-10-03x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2-8/+21
2022-09-28x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein1-5/+2
2022-08-09x86: Fix `#define STRCPY` guard in strcpy-sse2.SNoah Goldstein1-1/+1
2022-07-16x86: Add support to build st{p|r}{n}{cpy|cat} with explicit ISA levelNoah Goldstein24-148/+256
2022-07-16x86: Add support to build wcscpy with explicit ISA levelNoah Goldstein5-12/+31
2022-07-16x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein67-576/+765
2022-07-13x86: Remove unneeded rtld-wmemcmpNoah Goldstein1-18/+0
2022-07-13x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.SNoah Goldstein1-5/+216