summaryrefslogtreecommitdiff
path: root/libcxxabi/src/cxa_thread_atexit.cpp
AgeCommit message (Expand)Author
2024-10-09[libc++abi] Rename abort_message to __abort_message (#111413)Petr Hosek
2024-09-20Revert "[libcxxabi] Rename abort_message to __abort_message (#108887)"Thurston Dang
2024-09-20[libcxxabi] Rename abort_message to __abort_message (#108887)Petr Hosek
2024-02-05[libc++abi] Revert temporary workaround to unblock ChromeLouis Dionne
2024-01-31[libc++abi] Add temporary workaround to unblock ChromeLouis Dionne
2024-01-30[libc++] Split the monolithic __threading_support header (#79654)Louis Dionne
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2019-12-02[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny
2019-10-01[libc++abi] Remove uses of C++ headers when possibleLouis Dionne
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2016-10-15Fix typo in commentVitaly Buka
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-12Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Ba...Eric Fiselier
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert