summaryrefslogtreecommitdiff
path: root/sysdeps/x86/atomic-machine.h
AgeCommit message (Expand)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-17atomic: Reinstate HAVE_64B_ATOMICS configure checkWilco Dijkstra
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval 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-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-08-29x86: Use flag output operands for inline asm in atomic-machine.hUros Bizjak
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28Remove atomic-machine.h atomic typedefsAdhemerval Zanella
2021-11-02i386: Explain why __HAVE_64B_ATOMICS has to be 0Florian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-11-13x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-18x86: Merge i386/x86_64 atomic-machine.hH.J. Lu