summaryrefslogtreecommitdiff
path: root/libcxx/src/barrier.cpp
AgeCommit message (Expand)Author
2025-07-16[libc++] Annotate barrier functions that are defined in the dylib (#148542)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-01-14[libc++] Remove unused _LIBCPP_HAS_NO_TREE_BARRIER macro and associated dead ...Louis Dionne
2024-11-20[libc++] Make __atomic_base into an implementation detail of std::atomic (#11...Louis Dionne
2024-06-25[libc++] Get the GCC build mostly clean of warnings (#96604)Nikolas Klauser
2024-06-11[libc++] Mark a few functions in the dylib as noexcept (#94098)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-11-05[libc++] Handle threads-related .cpp files like we do all other source files ...Louis Dionne
2022-05-25[libc++] Remove conditional includeLouis Dionne
2021-12-20[libcxx] Add deprecation notices to macros deprecated in P0883R2Raul Tambre
2021-12-14[libc++] Remove C++ version guards in the dylib.Mark de Wever
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2020-07-22[libc++] Build the dylib with C++17 to allow aligned new/deleteLouis Dionne
2020-03-24Revert "[libc++] Build the dylib with C++17 to allow aligned new/delete"Louis Dionne
2020-03-24[libc++] Build the dylib with C++17 to allow aligned new/deleteLouis Dionne
2020-02-26Some fixes for open breaks on MacOS and UBSanogiroux
2020-02-24[libc++] Implementation of C++20's P1135R6 for libcxxOlivier Giroux