aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2021-11-02x86-64: Replace movzx with movzblFangrui Song
2021-11-01x86-64: Remove Prefer_AVX2_STRCMPH.J. Lu
2021-11-01x86-64: Improve EVEX strcmp with masked loadH.J. Lu
2021-10-28x86_64: Add memcmpeq.S to fix disable-multi-arch buildNoah Goldstein
2021-10-27x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.SNoah Goldstein
2021-10-27x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.SNoah Goldstein
2021-10-27x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.SNoah Goldstein
2021-10-27x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-10-23x86: Replace sse2 instructions with avx in memcmp-evex-movbe.SNoah Goldstein
2021-10-22x86_64: Add missing libmvec ABI testsSunil K Pandey
2021-10-20x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu
2021-10-14x86-64: Add test-vector-abi.h/test-vector-abi-sincos.hH.J. Lu
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-12x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein
2021-10-12x86: Optimize memcmp-evex-movbe.S for frontend behavior and sizeNoah Goldstein
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella
2021-10-11elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)Fangrui Song
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-30x86-64: Use testl to check __x86_string_controlH.J. Lu
2021-08-24x86-64: Remove assembler AVX512DQ checkH.J. Lu
2021-08-24x86-64: Remove compiler -mavx512f checkH.J. Lu
2021-08-22x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song
2021-08-17x86_64: Simplify elf_machine_{load_address,dynamic}Fangrui Song
2021-07-28x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu
2021-07-23x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu
2021-07-08x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein
2021-07-08x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu
2021-07-08x86_64: Remove unneeded static PIE check for undefined weak diagnosticFangrui Song
2021-06-27x86_64: roundeven with sse4.1 supportShen-Ta Hsieh
2021-06-24x86: Remove unnecessary overflow check from wcsnlen-sse4_1.SNoah Goldstein
2021-06-23x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein
2021-06-23x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein
2021-06-23x86-64: Add wcslen optimize for sse4.1Noah Goldstein
2021-06-23x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu
2021-05-24Properly check stack alignment [BZ #27901]H.J. Lu
2021-05-23x86: Improve memmove-vec-unaligned-erms.SNoah Goldstein
2021-05-20x86: Improve memset-vec-unaligned-erms.SNoah Goldstein
2021-05-18x86: Optimize memcmp-evex-movbe.SNoah Goldstein
2021-05-18x86: Optimize memcmp-avx2-movbe.SNoah Goldstein
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy