aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2023-09-01elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy
2023-08-21x86_64: Add log1p with FMAH.J. Lu
2023-08-14x86_64: Add expm1 with FMAH.J. Lu
2023-08-11x86_64: Add log2 with FMAH.J. Lu
2023-08-10x86_64: Sort fpu/multiarch/MakefileH.J. Lu
2023-08-10x86_64: Fix build with --disable-multiarch (BZ 30721)Adhemerval Zanella
2023-07-19Update x86_64 libm-test-ulps (x32 ABI)Andreas K. Hüttel
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar
2023-07-05wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat
2023-06-30ld.so: Always use MAP_COPY to map the first segment [BZ #30452]H.J. Lu
2023-06-26x86: Make dl-cache.h and readelflib.c not Linux-specificSergey Bugaev
2023-06-22sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chkFrederic Berat
2023-06-01x86-64: Use YMM registers in memcmpeq-evex.SH.J. Lu
2023-05-23Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov
2023-05-23Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337.Paul Pluzhnikov
2023-05-03Enable libmvec support for AArch64Joe Ramsay
2023-05-01nptl: move tst-x86-64-tls-1 to nptl-only testsSamuel Thibault
2023-04-24hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev
2023-04-10hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev
2023-04-03x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer
2023-04-03x86_64: Add rtld-stpncpy & rtld-strncpySergey Bugaev
2023-04-03htl: Add tcb-offsets.sym for x86_64Sergey Bugaev
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-03-27benchtests: Move libmvec benchtest inputs to benchtests directoryJoe Ramsay
2023-02-27htl: Add pthreadtypes-arch.h for x86_64Sergey Bugaev
2023-02-27x86_64: Update libm test ulpsH.J. Lu
2023-02-12hurd, htl: Add some x86_64-specific codeSergey Bugaev
2023-02-12htl: Generalize i386 pt-machdep.h to x86Samuel Thibault
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella
2023-02-06Parameterize op_t from memcopy.hAdhemerval Zanella
2023-01-31x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein
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