summaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)Author
2025-11-18Remove support for lock elision.Stefan Liebler
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella
2025-11-14x86: Increase allowable TSX abort rate to 6%.Carlos O'Donell
2025-11-11Set Prefer_No_AVX512 flag for hygon platformXie jiamei
2025-11-10x86: Adapt "%v" usage on clang to emit VEX encondingAdhemerval Zanella
2025-11-10x86: math: Use of __libgcc_cmp_return__ iff compiler supports itAdhemerval Zanella
2025-11-04nptl: Remove ATOMIC_EXCHANGE_USES_CAS usageWilco Dijkstra
2025-11-04Define __HAVE_64B_ATOMICS from compiler supportWilco Dijkstra
2025-11-04atomic: Consolidate atomic_write_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_read_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_full_barrier implementationAdhemerval Zanella
2025-11-04x86: Remove ununsed atomic macrosAdhemerval Zanella
2025-10-30Cleanup some recently added whitespace.Collin Funk
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-29Replace count_leading_zeros with stdc_leading_zerosAdhemerval Zanella
2025-10-27x86: Disable AVX Fast Unaligned Load on Hygon 1/2/3litenglong
2025-10-07x86: Detect Intel Nova Lake ProcessorSunil K Pandey
2025-10-07x86: Detect Intel Wildcat Lake ProcessorSunil K Pandey
2025-09-24x86: Restore "*&" GCC asm memory operand workaround to installed fpu-control.hUros 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-17x86: Don't use asm statement for trunc/truncfH.J. Lu
2025-09-11math: Fix x86_64 build for -Os (BZ 33367)Adhemerval Zanella
2025-09-10x86: Remove x86 version of thread_pointer.hUros Bizjak
2025-09-10x86: Remove stale __GNUC_PREREQ (11, 1) test from __thread_pointer()Uros Bizjak
2025-09-09x86: Define atomic_compare_and_exchange_{val, bool}_acq using __atomic_compar...Uros Bizjak
2025-09-09x86: Define atomic_exchange_acq using __atomic_exchange_nUros Bizjak
2025-09-09x86: Define atomic_full_barrier using __sync_synchronizeUros Bizjak
2025-09-09x86: Remove catomic_* locking primitivesUros Bizjak
2025-09-09x86: Remove unused atomicsUros Bizjak
2025-09-08x86: Include <bits/stdlib-bsearch.h> in dl-cacheinfo.hH.J. Lu
2025-08-29x86: Use flag output operands for inline asm in atomic-machine.hUros Bizjak
2025-08-27x86/configure: Improve portability of isa level checkHenrik Lindström
2025-08-23Don't pass -c to LIBC_TRY_TEST_CC_OPTIONH.J. Lu
2025-08-22x86: Set have-protected-data to no if unsupportedH.J. Lu
2025-08-18i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129]H.J. Lu
2025-07-18x86-64: Properly compile ISA optimized modf and modffH.J. Lu
2025-07-09x86: Avoid vector/r16-r31 registers and memcpy/memset in mcount_internalH.J. Lu
2025-06-19x86: Update tst-gnu2-tls2 testsH.J. Lu
2025-06-19i386: Update ___tls_get_addr to preserve vector registersH.J. Lu
2025-06-09x86: Avoid GLRO(dl_x86_cpu_features)H.J. Lu
2025-04-12x86: Detect Intel Diamond RapidsH.J. Lu
2025-04-11x86: Handle unknown Intel processor with default tuningSunil K Pandey
2025-04-10x86: Add ARL/PTL/CWF model detection supportSunil K Pandey
2025-04-05x86: Optimize xstate size calculationSunil K Pandey
2025-03-31x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthreadFlorian Weimer
2025-03-31Fix typo in commentYLK
2025-03-29x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810)Florian Weimer
2025-03-29x86: Skip XSAVE state size reset if ISA level requires XSAVEFlorian Weimer
2025-03-05Remove dl-procinfo.hAdhemerval Zanella