aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2023-04-24hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev5-0/+119
2023-04-10hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev1-0/+157
2023-04-03x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer1-2/+2
2023-04-03x86_64: Add rtld-stpncpy & rtld-strncpySergey Bugaev2-0/+36
2023-04-03htl: Add tcb-offsets.sym for x86_64Sergey Bugaev2-0/+28
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto1-2/+0
2023-03-27benchtests: Move libmvec benchtest inputs to benchtests directoryJoe Ramsay53-213201/+1
2023-02-27htl: Add pthreadtypes-arch.h for x86_64Sergey Bugaev1-0/+36
2023-02-27x86_64: Update libm test ulpsH.J. Lu1-0/+1
2023-02-12hurd, htl: Add some x86_64-specific codeSergey Bugaev1-0/+29
2023-02-12htl: Generalize i386 pt-machdep.h to x86Samuel Thibault1-0/+1
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella2-0/+2
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2-0/+5
2023-02-06Parameterize op_t from memcopy.hAdhemerval Zanella1-0/+24
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 Myers1168-1168/+1168
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer1-18/+3
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. Lu5-1/+73
2022-11-27x86/fpu: Factor out shared avx2/avx512 code in svml_{s|d}_wrapper_impl.hNoah Goldstein3-342/+192
2022-11-27x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.hNoah Goldstein2-242/+172
2022-11-27x86/fpu: Reformat svml_{s|d}_wrapper_impl.hNoah Goldstein2-510/+510
2022-11-27x86/fpu: Fix misspelled evex512 section in variety of svml filesNoah Goldstein21-21/+21
2022-11-27x86/fpu: Add missing ISA sections to variety of svml filesNoah Goldstein198-198/+198
2022-11-08x86: Add avx2 optimized functions for the wchar_t strcpy familyNoah Goldstein27-18/+115
2022-11-08x86: Add evex optimized functions for the wchar_t strcpy familyNoah Goldstein33-7/+858
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-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-1/+1
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer1-5/+0
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers1-1/+2
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-24Remove htonl.S for i386/x86_64Cristian Rodríguez1-34/+0
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