summaryrefslogtreecommitdiff
path: root/libcxx/src/include/atomic_support.h
AgeCommit message (Expand)Author
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-09-05[libc++][NFC] Increase consistency for namespace closing commentsLouis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2021-09-21[libc++abi] Remove unnecessary atomic_support.h header from libc++abiLouis Dionne
2021-09-01[libc++] Remove some workarounds for unsupported GCC and Clang versionsLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-09-19[libc++] Replace __sync_* functions with __libcpp_atomic_* functionsWeiming Zhao
2017-05-10Remove usages of _LIBCPP_MSVC which is never definedEric Fiselier
2017-02-06Refer to _LIBCPP_MSVC macro where applicableSaleem Abdulrasool
2016-08-02Fixing 'Aquire' typo and libcxx build.Ben Craig
2016-01-19Add more missing license headersEric Fiselier
2015-09-22Add placeholder __libcpp_relaxed_store() for when atomic builtins are not ava...Dimitry Andric
2015-08-18Move atomic_support.h and config_elast.h into src/includeEric Fiselier