summaryrefslogtreecommitdiff
path: root/libcxx/src/support/runtime
AgeCommit message (Expand)Author
2025-11-11[libc++][NFC] Make the exception implementation files self-contained (#164377)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-19[libcxx] Use __libcpp_verbose_abort for error messages (#108873)Petr Hosek
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser
2024-01-22[libc++] Fix linking for platforms that don't implement std::exception_ptr (#...itrofimow
2024-01-22[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std...itrofimow
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-06-15[libc++] Move the definition of std::new_handler out of new.cppLouis Dionne
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2022-08-02[libcxx] Fixed a number of typosGabriel Ravier
2022-02-15[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis 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
2020-11-09[libc++] Remove emscripten handling from exception_fallback.ippSam Clegg
2019-04-23[libc++] Remove redundant conditionals for Apple platformsLouis Dionne
2019-03-06Fix ABI compatibility of `<stdexcept>` with VCRuntime.Eric Fiselier
2019-03-05Make VCRuntime ABI configuration a first-class option.Eric Fiselier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-29[libcxx] Remove bad_array_lengthLouis Dionne
2018-05-29Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow
2018-01-26libcxx: Use vcruntime declarations for typeinfo on Windows.Peter Collingbourne
2018-01-18libcxx: Define set_unexpected, _get_unexpected and __uncaught_exceptions with...Peter Collingbourne
2018-01-17libcxx: Stop using private MSVC macros in the exception implementation.Peter Collingbourne
2017-10-09[libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai
2017-09-19[libc++] Replace __sync_* functions with __libcpp_atomic_* functionsWeiming Zhao
2017-09-15typeinfo: provide a partial implementation for Win32Saleem Abdulrasool
2017-07-12Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier
2017-07-10[libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao
2017-07-10Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao
2017-07-10[libc++] Refactoring __sync_* builtins; NFCWeiming Zhao
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier
2017-03-08Fix PR32183 - Wrap GCC exception implementation in missing namespace stdEric Fiselier
2017-02-10Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier
2017-02-10Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier
2017-02-10Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier