summaryrefslogtreecommitdiff
path: root/libcxxabi/src/cxa_personality.cpp
AgeCommit message (Expand)Author
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt
2024-09-05[libc++][NFC] Increase consistency for namespace closing commentsLouis Dionne
2024-05-21[WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840)Heejin Ahn
2024-05-04Add clarifying parenthesis around non-trivial conditions in ternary expressio...luolent
2023-12-06[libc++abi] Fix lpStart adjustment for exceptions table (#72727)Maksim Panchenko
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-31[libc++abi][AIX] add personality and helper functions for the state table EHXing Xue
2022-03-30[libunwind] Add a _LIBUNWIND_VERSION macroLouis Dionne
2021-11-26[libunwind][ARM] Handle end of stack during unwindDaniel Kiss
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-24[libc++abi] Apply simplify scan_eh_tab to SjLjKazushi (Jam) Marukawa
2021-08-11[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss
2021-06-23[libc++abi][AIX] Enable calculating addresses with DW_EH_PE_datarelXing Xue
2021-06-14[libc++abi] NFC: avoid a -Wunused-parameter warningXing Xue
2021-06-10 [libc++abi] NFC: adding a new parameter base to functions for calculating...Xing Xue
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-01-21[libc++abi] Simplify scan_eh_tabFangrui Song
2021-01-07[libc++abi] Simplify __gxx_personality_v0Fangrui Song
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-08-11Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0Martin Storsjo
2018-07-23Implement a GCC compatible SEH unwinding personality, __gxx_personality_seh0Martin Storsjo
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier
2016-11-13arm: Fix ttype encoding assertion failure.Logan Chien
2016-08-31Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().Logan Chien
2016-05-11libc++abi: make __cxa_call_unexpected visibleSaleem Abdulrasool
2016-05-04libc++abi: fix visibility of personalitiesSaleem Abdulrasool
2015-09-20EH: fix register usage for SjLjSaleem Abdulrasool
2015-07-12Remove include directive for the unused libunwind_ext.h.Logan Chien
2015-05-29libcxx: Switch to use __gnu_unwind_frame() for libunwind.Logan Chien
2015-04-28libc++abi: work around layering violationSaleem Abdulrasool
2015-04-27libc++abi: clear up some -Wqual-cast warningsSaleem Abdulrasool
2015-03-10Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofsEric Fiselier
2015-03-10[libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()Eric Fiselier
2015-02-05Enable -Wundef.Dan Albert
2015-01-22Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien
2015-01-22Allow libc++abi to be built without unwinder.Logan Chien
2014-08-29Make _Unwind_Backtrace() work on ARM.Dan Albert
2014-08-21Add baremetal ARM support to libcxxabi/libunwindJonathan Roelofs
2014-06-30Revert the LSDA change to scan_eh_tab.Logan Chien
2014-06-25Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber
2014-05-14Fix typo in comment.Logan Chien
2014-05-10Implement ARM EHABI exception handling.Logan Chien