summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2025-11-17x86: Fix strstr ifunc on clangAdhemerval Zanella
2025-11-17x86: Use -mavx instead of -msse2avxAdhemerval Zanella
2025-11-17math: Don't redirect inlined builtin math functionsAdhemerval Zanella
2025-11-11x86-64: Fix a typo in fesetenv.c [BZ #33619]H.J. Lu
2025-11-10x86: Fix THREAD_GSCOPE_RESET_FLAG build on clangAdhemerval Zanella
2025-11-10x86: Adapt "%v" usage on clang to emit VEX encondingAdhemerval Zanella
2025-11-10stdlib: Remove mp_clz_tab.cAdhemerval Zanella
2025-10-29x86: fix wmemset ifunc stray '!' (bug 33542)Jiamei Xie
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-21Simplify powl computation for small integral y [BZ #33411]Siddhesh Poyarekar
2025-10-08x86: Use typeof_member style in RSEQ area access expressionsUros Bizjak
2025-10-08x86: Simplify RSEQ area access expressionsUros Bizjak
2025-10-08x86: Simplify stack and pointer guard macrosUros Bizjak
2025-10-08x86: Simplify TCB access expressionsUros Bizjak
2025-09-23x86_64: Fix number of operands mismatch for `vdivss'Uros Bizjak
2025-09-22x86: Use "%v" to emit VEX encoded instructions for AVX targetsUros Bizjak
2025-09-22x86: Remove obsolete "*&" GCC asm memory operand workaroundUros Bizjak
2025-09-14x86_64: Use __seg_fs qualifier to cast access to TCB in THREAD_GSCOPE_RESET_F...Uros Bizjak
2025-09-11math: Add fetestexcept internal aliasAdhemerval Zanella
2025-09-11math: Add feclearexcept internal aliasAdhemerval Zanella
2025-09-11math: Fix x86_64 build for -Os (BZ 33367)Adhemerval Zanella
2025-09-10x86_64: Use __seg_fs qualifiers in {STACK, POINTER}_CHK_GUARD macrosUros Bizjak
2025-09-04x86_64: Unconditionally run test elf/check-dt-x86-64-pltArjun Shankar
2025-08-28x32: Fix, optimize and cleanup RSEQ_* accessorsUros Bizjak
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-08-22x86_64: Use __seg_fs qualifiers in NPTL accessorsUros Bizjak
2025-08-21x86: Remove an extra space before THREAD_SELFH.J. Lu
2025-08-20x86_64: Remove stalled __GNUC_PREREQ (6, 0) test in THREAD_SELF()Uros Bizjak
2025-08-18i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129]H.J. Lu
2025-08-14x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]H.J. Lu
2025-08-14x86-64: Add GLIBC_ABI_GNU2_TLS version [BZ #33129]H.J. Lu
2025-08-01x86-64: Consolidate subdirectory check on elf and csuH.J. Lu
2025-07-24Disable SFrame support by defaultAdhemerval Zanella
2025-07-18x86-64: Properly compile ISA optimized modf and modffH.J. Lu
2025-07-17x86-64: Compile ISA versions of modf/modff with -fno-stack-protectorH.J. Lu
2025-07-11x86_64: Optimize modf/modff for x86_64-v2Adhemerval Zanella
2025-07-09x86: Avoid vector/r16-r31 registers and memcpy/memset in mcount_internalH.J. Lu
2025-06-19i386: Update ___tls_get_addr to preserve vector registersH.J. Lu
2025-06-16elf: Add optimization barrier for __ehdr_start and _endH.J. Lu
2025-05-20x86_64: Fix typo in ifunc-impl-list.c.Sunil K Pandey
2025-04-22elf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882]Aurelien Jarno
2025-03-29x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810)Florian Weimer
2025-03-13x86_64: Add atanh with FMASunil K Pandey
2025-03-13x86_64: Add sinh with FMASunil K Pandey
2025-03-13x86_64: Add tanh with FMASunil K Pandey
2025-03-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella
2025-03-07Implement C23 rsqrtJoseph Myers
2025-02-12math: Use tanpif from CORE-MATHAdhemerval Zanella
2025-02-12math: Use sinpif from CORE-MATHAdhemerval Zanella
2025-02-12math: Use cospif from CORE-MATHAdhemerval Zanella