aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2022-10-19x86: Shrink / minorly optimize strchr-evex and implement with VMM headersNoah Goldstein
2022-10-19x86: Optimize memchr-evex.S and implement with VMM headersNoah Goldstein
2022-10-18x86_64: Implement evex512 version of memchr, rawmemchr and wmemchrSunil K Pandey
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-10-18x86-64: Move LP_SIZE definition to its own headerFlorian Weimer
2022-10-14x86: Update strlen-evex-base to use new reg/vec macros.Noah Goldstein
2022-10-14x86: Remove now unused vec header macros.Noah Goldstein
2022-10-14x86: Update memset to use new VEC macrosNoah Goldstein
2022-10-14x86: Update memmove to use new VEC macrosNoah Goldstein
2022-10-14x86: Update memrchr to use new VEC macrosNoah Goldstein
2022-10-14x86: Update VEC macros to complete API for evex/evex512 implsNoah Goldstein
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-10-06x86_64: Remove platform directory library loading testJavier Pello
2022-10-05x86: Fix -Os build (BZ #29576)Adhemerval Zanella Netto
2022-10-03x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno
2022-10-03x86: Cleanup pthread_spin_{try}lock.SNoah Goldstein
2022-10-03x86: Remove .tfloat usageAdhemerval Zanella
2022-09-28x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein
2022-08-31nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_spAdhemerval Zanella
2022-08-09x86: Fix `#define STRCPY` guard in strcpy-sse2.SNoah Goldstein
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-22x86: Add AVX2 optimized chacha20Adhemerval Zanella Netto
2022-07-22x86: Add SSE2 optimized chacha20Adhemerval Zanella Netto
2022-07-16x86: Add support to build st{p|r}{n}{cpy|cat} with explicit ISA levelNoah Goldstein
2022-07-16x86: Add support to build wcscpy with explicit ISA levelNoah Goldstein
2022-07-16x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein
2022-07-13x86: Remove unneeded rtld-wmemcmpNoah Goldstein
2022-07-13x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.SNoah Goldstein
2022-07-13x86: Move wcschr SSE2 implementation to multiarch/wcschr-sse2.SNoah Goldstein
2022-07-13x86: Move strcat SSE2 implementation to multiarch/strcat-sse2.SNoah Goldstein
2022-07-13x86: Move strchr SSE2 implementation to multiarch/strchr-sse2.SNoah Goldstein
2022-07-13x86: Move strrchr SSE2 implementation to multiarch/strrchr-sse2.SNoah Goldstein
2022-07-13x86: Move memrchr SSE2 implementation to multiarch/memrchr-sse2.SNoah Goldstein
2022-07-13x86: Move strcpy SSE2 implementation to multiarch/strcpy-sse2.SNoah Goldstein
2022-07-13x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.SNoah Goldstein
2022-07-13x86: Move strcmp SSE42 implementation to multiarch/strcmp-sse4_2.SNoah Goldstein
2022-07-13x86: Move wcscmp SSE2 implementation to multiarch/wcscmp-sse2.SNoah Goldstein
2022-07-13x86: Move strcmp SSE2 implementation to multiarch/strcmp-sse2.SNoah Goldstein
2022-07-13x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCIINoah Goldstein
2022-07-12x86: Remove __mmask intrinsics in strstr-avx512.cNoah Goldstein
2022-07-12x86: Remove generic strncat, strncpy, and stpncpy implementationsNoah Goldstein
2022-07-08x86-64: Remove redundant strcspn-generic/strpbrk-generic/strspn-genericH.J. Lu
2022-07-07x86-64: Don't mark symbols as hidden in strcmp-XXX.SH.J. Lu