Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-09-30[libc++abi][NFCI] Consistently group new_handler, unexpected_handler and term...Louis Dionne
2021-09-22[libc++abi] Remove unnecessary atomic_support.h header from libc++abiLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2019-08-12libcxxabi: Rename .hpp files to .hNico Weber
2019-07-12[libcxxabi] Don't process exceptions in cxa_handlers when they're disabledPetr Hosek
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-10Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...Marshall Clow
2018-04-17[libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions.Eli Friedman
2017-03-31[libc++abi] Delete config.hShoaib Meenai
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2017-01-04tweak definition to avoid GCC warningSaleem Abdulrasool
2016-05-31[libcxxabi] Introduce a -fno-exceptions libc++abi libary variantAsiri Rathnayake
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool
2015-04-15Declare __cxa_new_handler as extern "C", or it declares a new variableReid Kleckner
2014-10-04Use __atomic_exchange_n instead of Clang's __sync_swapReid Kleckner
2014-06-26Minor libc++abi changes to make things build better with gcc.Nico Weber
2012-04-28Make __cxa_new_handler un-mangledHoward Hinnant
2012-03-19I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant
2012-03-19I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant
2012-03-15Less lame "concurrency" supportDave Zarzycki
2012-03-15Be friendly to when dead_strip doesn't workDave Zarzycki
2012-03-15move default handlers to their own file so they can be overridden at build ti...Nick Kledzik
2012-03-08Enable/silence -Wshadow.Howard Hinnant
2012-02-23And the handlers should be extern C.Howard Hinnant
2012-02-23I had originally made the handler function pointers a static internal detail,...Howard Hinnant
2012-02-01Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant
2012-01-31Have the default unexpected/terminate handler output *demangled* names for th...Howard Hinnant
2012-01-31Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...Howard Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-24Remove dependence upon std::exception_ptr from the default_terminate_handler....Howard Hinnant
2011-12-08Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking ...Howard Hinnant
2011-12-06terminate, unexpected and new handlers. If terminating while an exception is ...Howard Hinnant