summaryrefslogtreecommitdiff
path: root/src/cxa_exception.cpp
AgeCommit message (Expand)Author
2017-11-28Insert padding before the __cxa_exception header to ensure the thrownAkira Hatanaka
2017-09-14Fix ASAN build with older compiler-rt versions.Eric Fiselier
2017-09-14[libc++abi] Fix ASAN build with older compiler-rt versions.Eric Fiselier
2017-09-13Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return"Petr Hosek
2017-09-06Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek
2017-09-06[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek
2017-08-16Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek
2017-08-16[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-04[libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier
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
2015-12-22Fix ARM __cxa_end_cleanup() and gc-sections.Logan Chien
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2015-11-18c++abi: use __builtin_offsetof instead of offsetofSaleem Abdulrasool
2015-06-02Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow
2015-02-05Formatting fixes.Dan Albert
2015-02-05Enable -Wundef.Dan Albert
2014-09-05s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs
2014-06-25Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber
2014-05-10Implement ARM EHABI exception handling.Logan Chien
2014-05-06On single threaded systems, turn mutexes into nopsJonathan Roelofs
2014-04-23Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert
2014-02-12[libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2012-02-29First attempt at arm support.Howard Hinnant
2012-02-02Work on restricting symbol visibility.Howard Hinnant
2012-02-01Teach exception_cleanup_func about dependent exceptions.Howard Hinnant
2012-02-01Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant
2012-01-30Removed debugging print statementsHoward Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-28Minor updates to a couple of comments.Howard Hinnant
2012-01-24By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant
2012-01-24Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant
2012-01-24Got fooled by fallback_malloc.cpp source file: it is really a private header...Howard Hinnant
2012-01-24Move kOurExceptionClass and kOurDependentExceptionClass from source to header...Howard Hinnant
2012-01-24Changed my mind about __cxa_uncaught_exception and added it.Howard Hinnant
2012-01-22I kept getting confused among the __cxa_exception*, the _Unwind_Exception* an...Howard Hinnant
2012-01-08Add a few TODO's and FIXME's. Making notes as I go along, but not slowing do...Howard Hinnant
2012-01-04Improved comment to explain why we can use __cxa_get_globals_fast hereMarshall Clow
2012-01-04Just getting started on the personality routine. This is just a skeleton. S...Howard Hinnant