summaryrefslogtreecommitdiff
path: root/libcxxabi/src/cxa_exception.cpp
AgeCommit message (Expand)Author
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt
2024-06-30[libc++abi] Fix test failures with GCC 14 (#95759)Nikolas Klauser
2024-05-22[WebAssembly] Upstream misc. EH changes (#92990)Heejin Ahn
2024-05-21[WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840)Heejin Ahn
2024-01-22[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std...itrofimow
2023-09-22[libc++abi][WebAssembly] Support Wasm EHHeejin Ahn
2023-08-11[runtimes][NFC] Remove stray whitespace on extern C commentsLouis Dionne
2022-06-28[SystemZ][z/OS] Modify cxxabi to be compatible with existing z/OS runtimeMuiez Ahmed
2022-05-05[libcxxabi] Use the right calling convention for exception destructors on i38...Martin Storsjö
2022-03-14[ARM] __cxa_end_cleanup: avoid clobbering r4Ryan Prichard
2021-12-10[ARM][libcxxabi] Add PACBTI-M support to libcxxabiTies Stuij
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-11-09Reland "[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-M"Daniel Kiss
2021-11-05Revert "[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-M"Vladimir Vereschaka
2021-11-04[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-MDaniel Kiss
2021-10-28Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss
2021-10-28Revert "Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindRe...Daniel Kiss
2021-10-28Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss
2021-10-27Revert "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss
2021-10-27[ARM] __cxa_end_cleanup should be called instead of _UnwindResume.Daniel Kiss
2021-09-21[libc++abi] Remove unnecessary atomic_support.h header from libc++abiLouis Dionne
2021-05-25[libcxxabi] Use ASan interface header for declaration. NFCShoaib Meenai
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
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-10-01[NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne
2019-08-12libcxxabi: Rename .hpp files to .hNico Weber
2019-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne
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-29Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build systemNico Weber
2018-04-16[libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions.Eli Friedman
2018-04-09[CFI] Disable CFI checks for __cxa_decrement_exception_refcountVlad Tsyrklevich
2018-02-07Fix compilation in C++17 mode.Richard Smith
2017-11-28Insert padding before the __cxa_exception header to ensure the thrownAkira Hatanaka
2017-09-14Fix ASAN build with older compiler-rt versions.Eric Fiselier
2017-09-14[libc++abi] Fix ASAN build with older compiler-rt versions.Eric Fiselier
2017-09-13Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return"Petr Hosek
2017-09-06Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek
2017-09-06[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek
2017-08-16Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek
2017-08-16[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-04[libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-07Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin