aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer
2022-12-15x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein
2022-12-02x86-64 strncpy: Properly handle the length parameter [BZ# 29839]H.J. Lu
2022-12-02x86-64 strncat: Properly handle the length parameter [BZ# 24097]H.J. Lu
2022-11-27x86/fpu: Factor out shared avx2/avx512 code in svml_{s|d}_wrapper_impl.hNoah Goldstein
2022-11-27x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.hNoah Goldstein
2022-11-27x86/fpu: Reformat svml_{s|d}_wrapper_impl.hNoah Goldstein
2022-11-27x86/fpu: Fix misspelled evex512 section in variety of svml filesNoah Goldstein
2022-11-27x86/fpu: Add missing ISA sections to variety of svml filesNoah Goldstein
2022-11-08x86: Add avx2 optimized functions for the wchar_t strcpy familyNoah Goldstein
2022-11-08x86: Add evex optimized functions for the wchar_t strcpy familyNoah Goldstein
2022-11-08x86: Optimize and shrink st{r|p}{n}{cat|cpy}-avx2 functionsNoah Goldstein
2022-11-08x86: Optimize and shrink st{r|p}{n}{cat|cpy}-evex functionsNoah Goldstein
2022-11-08x86: Use VMM API in memcmpeq-evex.S and minor changesNoah Goldstein
2022-11-08x86: Use VMM API in memcmp-evex-movbe.S and minor changesNoah Goldstein
2022-11-03x86_64: Implement evex512 version of strrchr and wcsrchrSunil K Pandey
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers
2022-10-30x86-64: Improve evex512 version of strlen functionsSunil K Pandey
2022-10-25x86_64: Implement evex512 version of strchrnul, strchr and wcschrSunil K Pandey
2022-10-24Remove htonl.S for i386/x86_64Cristian Rodríguez
2022-10-20x86: Use `testb` for FSRM check in memmove-vec-unaligned-ermsNoah Goldstein
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse42Noah Goldstein
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse2Noah Goldstein
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-avx2Noah Goldstein
2022-10-20x86: Add support for VEC_SIZE == 64 in strcmp-evex.S implNoah Goldstein
2022-10-20x86: Remove AVX512-BVMI2 instruction from strrchr-evex.SNoah Goldstein
2022-10-19x86: Optimize strrchr-evex.S and implement with VMM headersNoah Goldstein
2022-10-19x86: Optimize memrchr-evex.SNoah Goldstein
2022-10-19x86: Optimize strnlen-evex.S and implement with VMM headersNoah Goldstein
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