summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_handlers.cpp
Commit message (Expand)AuthorAgeFilesLines
* libcxxabi: Rename .hpp files to .hNico Weber2019-08-121-2/+2
* [libcxxabi] Don't process exceptions in cxa_handlers when they're disabledPetr Hosek2019-07-121-0/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...Marshall Clow2018-10-101-4/+1
* [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions.Eli Friedman2018-04-161-17/+5
* [libc++abi] Delete config.hShoaib Meenai2017-03-301-1/+0
* [libc++abi] Clean up visibilityShoaib Meenai2017-03-011-3/+1
* tweak definition to avoid GCC warningSaleem Abdulrasool2017-01-041-1/+3
* [libcxxabi] Introduce a -fno-exceptions libc++abi libary variantAsiri Rathnayake2016-05-311-4/+4
* libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool2016-05-261-2/+2
* Declare __cxa_new_handler as extern "C", or it declares a new variableReid Kleckner2015-04-151-1/+1
* Use __atomic_exchange_n instead of Clang's __sync_swapReid Kleckner2014-10-031-2/+2
* Minor libc++abi changes to make things build better with gcc.Nico Weber2014-06-251-0/+1
* Make __cxa_new_handler un-mangledHoward Hinnant2012-04-281-1/+1
* I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant2012-03-191-3/+16
* I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant2012-03-191-7/+6
* Less lame "concurrency" supportDave Zarzycki2012-03-151-4/+4
* Be friendly to when dead_strip doesn't workDave Zarzycki2012-03-151-17/+2
* move default handlers to their own file so they can be overridden at build ti...Nick Kledzik2012-03-151-77/+7
* Enable/silence -Wshadow.Howard Hinnant2012-03-081-3/+0
* And the handlers should be extern C.Howard Hinnant2012-02-231-0/+5
* I had originally made the handler function pointers a static internal detail,...Howard Hinnant2012-02-231-9/+9
* Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant2012-02-011-4/+6
* Have the default unexpected/terminate handler output *demangled* names for th...Howard Hinnant2012-01-311-3/+10
* Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...Howard Hinnant2012-01-311-0/+19
* Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant2012-01-301-15/+25
* Remove dependence upon std::exception_ptr from the default_terminate_handler....Howard Hinnant2012-01-241-19/+36
* Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking ...Howard Hinnant2011-12-071-0/+1
* terminate, unexpected and new handlers. If terminating while an exception is ...Howard Hinnant2011-12-061-0/+140
OpenPOWER on IntegriCloud