summaryrefslogtreecommitdiff
path: root/libcxxabi/src/cxa_exception_storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[libcxxabi] Always use thread_local for cxa_exception_storage"Louis Dionne2022-11-241-2/+64
* [libcxxabi] Always use thread_local for cxa_exception_storageShoaib Meenai2022-11-221-64/+2
* [libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne2022-03-011-1/+1
* [libcxx][modules] protects users from relying on detail headersChristopher Di Bella2022-02-261-1/+1
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libcxxabi] NFC: fix incorrect indentation of bracesZhouyi Zhou2021-09-111-35/+33
* [libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny2019-12-021-1/+1
* [NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne2019-10-011-5/+5
* libcxxabi: Rename .hpp files to .hNico Weber2019-08-121-1/+1
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-221-1/+1
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-0/+4
* [NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2019-04-111-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libc++abi] Use proper calling convention for TLS destructorShoaib Meenai2017-08-081-1/+1
* [libc++abi] Delete config.hShoaib Meenai2017-03-301-1/+0
* [libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake2017-01-031-9/+9
* [libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake2016-10-131-12/+12
* Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin2016-10-071-3/+3
* Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin2016-09-291-3/+3
* [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin2016-09-291-3/+3
* [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake2016-09-211-1/+1
* s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs2014-09-051-1/+1
* On single threaded systems, turn mutexes into nopsJonathan Roelofs2014-05-061-1/+13
* [libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs2014-02-121-1/+1
* Bruce Mitchener: Typo fixes.Howard Hinnant2013-02-151-1/+1
* Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant2012-01-301-10/+11
* Add comment documenting extension behavior of __cxa_get_globals_fast().Howard Hinnant2012-01-251-0/+4
* By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant2012-01-241-7/+7
* A lot of the code in cxa_exception.cpp depends on __cxa_get_globals_fast() re...Howard Hinnant2012-01-231-5/+4
* use abort_message() for pthread errors in __cxa_get_globalsNick Kledzik2011-08-021-9/+15
* Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow2011-07-201-0/+81