summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation in C++17 mode.Richard Smith2018-02-071-0/+2
* Insert padding before the __cxa_exception header to ensure the thrownAkira Hatanaka2017-11-281-4/+36
* Fix ASAN build with older compiler-rt versions.Eric Fiselier2017-09-141-3/+2
* [libc++abi] Fix ASAN build with older compiler-rt versions.Eric Fiselier2017-09-141-1/+2
* Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return"Petr Hosek2017-09-131-0/+10
* Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek2017-09-061-10/+0
* [libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek2017-09-061-0/+10
* Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek2017-08-161-10/+0
* [libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek2017-08-161-0/+10
* [libc++abi] Delete config.hShoaib Meenai2017-03-301-1/+0
* [libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier2017-03-041-10/+14
* [libcxxabi] Clean up macro usage.Ranjeet Singh2017-03-011-4/+4
* [libc++abi] Clean up visibilityShoaib Meenai2017-03-011-15/+9
* Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier2017-03-011-7/+7
* [libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake2017-01-031-1/+0
* [libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake2016-10-131-0/+1
* Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin2016-10-071-22/+6
* Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin2016-09-291-6/+22
* [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin2016-09-291-22/+6
* [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake2016-09-211-1/+1
* Fix ARM __cxa_end_cleanup() and gc-sections.Logan Chien2015-12-221-1/+1
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-041-12/+14
* c++abi: whitespace adjustmentSaleem Abdulrasool2015-12-041-26/+12
* c++abi: use __builtin_offsetof instead of offsetofSaleem Abdulrasool2015-11-181-8/+9
* Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow2015-06-021-3/+6
* Formatting fixes.Dan Albert2015-02-051-5/+3
* Enable -Wundef.Dan Albert2015-02-051-3/+3
* s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs2014-09-051-1/+1
* Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber2014-06-251-2/+11
* Implement ARM EHABI exception handling.Logan Chien2014-05-101-0/+95
* On single threaded systems, turn mutexes into nopsJonathan Roelofs2014-05-061-2/+4
* Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert2014-04-231-3/+3
* [libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs2014-02-121-1/+1
* Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant2013-06-171-1/+1
* Bruce Mitchener: Typo fixes.Howard Hinnant2013-02-151-2/+2
* First attempt at arm support.Howard Hinnant2012-02-291-2/+2
* Work on restricting symbol visibility.Howard Hinnant2012-02-021-0/+4
* Teach exception_cleanup_func about dependent exceptions.Howard Hinnant2012-02-011-6/+3
* Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant2012-02-011-2/+2
* Removed debugging print statementsHoward Hinnant2012-01-301-9/+0
* Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant2012-01-301-100/+211
* Minor updates to a couple of comments.Howard Hinnant2012-01-281-1/+3
* By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant2012-01-241-23/+23
* Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant2012-01-241-161/+1
* Got fooled by fallback_malloc.cpp source file: it is really a private header...Howard Hinnant2012-01-241-1/+161
* Move kOurExceptionClass and kOurDependentExceptionClass from source to header...Howard Hinnant2012-01-241-3/+1
* Changed my mind about __cxa_uncaught_exception and added it.Howard Hinnant2012-01-241-0/+9
* I kept getting confused among the __cxa_exception*, the _Unwind_Exception* an...Howard Hinnant2012-01-221-130/+177
* Add a few TODO's and FIXME's. Making notes as I go along, but not slowing do...Howard Hinnant2012-01-081-1/+4
* Improved comment to explain why we can use __cxa_get_globals_fast hereMarshall Clow2012-01-041-0/+4
OpenPOWER on IntegriCloud