summaryrefslogtreecommitdiff
path: root/src/cxa_exception_storage.cpp
AgeCommit message (Expand)Author
2017-08-08[libc++abi] Use proper calling convention for TLS destructorShoaib Meenai
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-07Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin
2016-09-29Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin
2016-09-29[libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake
2014-09-05s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs
2014-05-06On single threaded systems, turn mutexes into nopsJonathan Roelofs
2014-02-12[libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-25Add comment documenting extension behavior of __cxa_get_globals_fast().Howard Hinnant
2012-01-24By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant
2012-01-23A lot of the code in cxa_exception.cpp depends on __cxa_get_globals_fast() re...Howard Hinnant
2011-08-02use abort_message() for pthread errors in __cxa_get_globalsNick Kledzik
2011-07-20Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow