Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __atomic_exchange_n instead of Clang's __sync_swap | Reid Kleckner | 2014-10-03 | 1 | -6/+8 |
* | Minor libc++abi changes to make things build better with gcc. | Nico Weber | 2014-06-25 | 1 | -0/+1 |
* | Partially revert r152770. That commit moved the default handlers to their ow... | Howard Hinnant | 2013-02-06 | 1 | -9/+5 |
* | Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handler | Howard Hinnant | 2012-04-24 | 1 | -1/+1 |
* | I would really like to write the handlers in terms of C++11 atomics. This wo... | Howard Hinnant | 2012-03-19 | 1 | -1/+9 |
* | I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha... | Howard Hinnant | 2012-03-19 | 1 | -7/+6 |
* | Less lame "concurrency" support | Dave Zarzycki | 2012-03-15 | 1 | -2/+2 |
* | Be friendly to when dead_strip doesn't work | Dave Zarzycki | 2012-03-15 | 1 | -2/+21 |
* | move default handlers to their own file so they can be overridden at build ti... | Nick Kledzik | 2012-03-15 | 1 | -0/+98 |