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
2022-05-13[libc++abi][NFCI] Refactor demangling_terminate_handler to reduce nestingLouis Dionne
2022-05-12[libc++abi][NFC] Add comment on long reaching #ifLouis Dionne
2022-05-12[libc++abi] Refactor exception type demangling into a separate functionLouis Dionne
2022-05-10[libc++abi] Reword uncaught exception termination messageLouis Dionne
2022-02-15[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-10-05[libc++abi] Mark __cxa_new_handler with _LIBCPP_SAFE_STATICLouis 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-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2021-01-22[libc++abi] Add an option to avoid demangling in terminate.Dan Albert
2019-12-12[libc++abi] Fix non-constant initialization of default terminateEric Fiselier
2019-10-02[NFC][libc++abi] Convert stray tabs to spacesLouis Dionne
2019-10-01[libc++abi] Remove uses of C++ headers when possibleLouis 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
2018-01-25[libc++abi] Fix unused function when building with LIBCXXABI_SILENT_TERMINATEPeter Collingbourne
2017-03-31[libc++abi] Delete config.hShoaib Meenai
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-02-15Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode.Asiri Rathnayake
2017-01-13[libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool
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
2013-02-06Partially revert r152770. That commit moved the default handlers to their ow...Howard Hinnant
2012-04-24Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handlerHoward 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