summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_default_handlers.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++abi] Fix non-constant initialization of default terminateEric Fiselier2019-12-111-6/+8
* [NFC][libc++abi] Convert stray tabs to spacesLouis Dionne2019-10-021-1/+1
* [libc++abi] Remove uses of C++ headers when possibleLouis Dionne2019-10-011-4/+2
* 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-5/+2
* [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions.Eli Friedman2018-04-161-12/+5
* [libc++abi] Fix unused function when building with LIBCXXABI_SILENT_TERMINATEPeter Collingbourne2018-01-251-1/+1
* [libc++abi] Delete config.hShoaib Meenai2017-03-301-1/+0
* [libcxxabi] Clean up macro usage.Ranjeet Singh2017-03-011-1/+1
* Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode.Asiri Rathnayake2017-02-151-1/+1
* [libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight2017-01-131-2/+10
* libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool2016-05-261-1/+4
* Use __atomic_exchange_n instead of Clang's __sync_swapReid Kleckner2014-10-031-6/+8
* Minor libc++abi changes to make things build better with gcc.Nico Weber2014-06-251-0/+1
* Partially revert r152770. That commit moved the default handlers to their ow...Howard Hinnant2013-02-061-9/+5
* Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handlerHoward Hinnant2012-04-241-1/+1
* I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant2012-03-191-1/+9
* 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-2/+2
* Be friendly to when dead_strip doesn't workDave Zarzycki2012-03-151-2/+21
* move default handlers to their own file so they can be overridden at build ti...Nick Kledzik2012-03-151-0/+98
OpenPOWER on IntegriCloud