aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2021-12-13Cleanup encoding in commentsSiddhesh Poyarekar
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer
2021-12-09nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein
2021-11-24x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector cos/cosf to libmvec microbenchmarkSunil K Pandey
2021-11-16x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey
2021-11-10x86: Shrink memcmp-sse4.S code sizeNoah Goldstein
2021-11-06x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein
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