summaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)Author
4 daysx86_64: Prefer EVEX512 code-path on AMD Zen5 CPUsSajan Karumanchi
2026-03-12x86: Don't left shift negative valuesCollin Funk
2026-03-10x86_64: Conditionally define __sfp_handle_exceptions for compiler-rtAdhemerval Zanella
2026-02-17Rename __unused fields to __glibc_reserved.Jakub Jelinek
2026-02-11x86: Build tst-gnu2-tls2-x86* iff compiler supports TLS descriptorAdhemerval Zanella
2026-02-04x86: Fix for cache computation on Hygon under hypervisorsJiamei Xie
2026-01-14aarch64: Fix LD_AUDIT with GCS in permissive modeAdhemerval Zanella
2026-01-14Revert "x86: Do not use __builtin_fpclassify for _Float64x/long double"Adhemerval Zanella
2026-01-14Revert "x86: Do not use __builtin_isinf_sign for _Float64x/long double"Adhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-22x86: Do not use __builtin_isinf_sign for _Float64x/long doubleAdhemerval Zanella
2025-12-22x86: Do not use __builtin_fpclassify for _Float64x/long doubleAdhemerval Zanella
2025-12-17atomic: Reinstate HAVE_64B_ATOMICS configure checkWilco Dijkstra
2025-12-04i386: Fix fmod/fmodf/remainder/remainderf for gcc-12Adhemerval Zanella
2025-11-26stdlib: Remove longlong.hAdhemerval Zanella
2025-11-26Add add_ssaaaa and sub_ssaaaa to gmp-arch.hAdhemerval Zanella
2025-11-25Add gmp-arch and udiv_qrnndAdhemerval Zanella
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