aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/include
AgeCommit message (Expand)AuthorFilesLines
2024-06-30[libc++abi] Fix test failures with GCC 14 (#95759)Nikolas Klauser1-0/+5
2024-05-22[WebAssembly] Upstream misc. EH changes (#92990)Heejin Ahn1-2/+6
2024-05-21[WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840)Heejin Ahn1-1/+1
2024-01-22[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std...itrofimow1-0/+6
2023-09-22[libc++abi][WebAssembly] Support Wasm EHHeejin Ahn1-0/+5
2023-04-19[libcxxabi] Omit dllimport in public headers in MinGW modeMartin Storsjö1-1/+1
2022-06-06[libcxxabi] Check __SEH__, when checking if ARM EHABI is impliedMartin Storsjö1-1/+1
2022-05-14[libcxxabi] Copy headers into build locationPetr Hosek1-0/+13
2022-05-05[libcxxabi] Use the right calling convention for exception destructors on i38...Martin Storsjö2-1/+7
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-14/+0
2022-02-28[libc++abi] Install the libc++abi headers from libc++abiLouis Dionne1-0/+26
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+14
2022-02-16[libc++abi] Bump the libc++abi version and add it to the post-release listLouis Dionne1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2-2/+2
2021-08-30[libc++abi] Avoid the warning: "__EXCEPTIONS" is not defined, evaluates to 0 ...Xiang Xiao1-1/+1
2020-10-22[libcxxabi] Define _LIBCXXABI_WEAK properly for mingw compilersMartin Storsjö1-1/+14
2020-09-14[libc++abi] Do not declare __cxa_finalize and __cxa_atexit in <cxxabi.h>Louis Dionne1-3/+3
2020-08-13Add cold attribute to one time construction APIsAditya Kumar1-6/+7
2020-08-04[libc++abi] Make sure we use a 32 bit guard on 32 bit Aarch64Louis Dionne1-1/+1
2020-07-03[libc++/libc++abi] Automatically detect whether exceptions are enabledLouis Dionne1-0/+8
2020-03-10Revert "[libc++abi] Change __cxa_finalize return type to void"Louis Dionne1-1/+1
2020-03-10[libc++abi] Change __cxa_finalize return type to voidRyan Prichard1-1/+1
2019-10-01[libc++] Update link to Itanium C++ ABI documentationLouis Dionne1-1/+1
2019-08-14[libcxxabi] Define _LIBCXXABI_GUARD_ABI_ARM on WebAssemblySam Clegg1-1/+2
2019-04-11Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.Eric Fiselier1-0/+2
2019-04-10[libc++abi] Create a macro for the 32 bit guard setting on ARM platformsLouis Dionne2-1/+5
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-10-29[libc++abi] Provide __cxa_thread_atexit on FuchsiaPetr Hosek1-2/+2
2018-04-09[CFI] Disable CFI checks for __cxa_decrement_exception_refcountVlad Tsyrklevich1-0/+10
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh2-4/+2
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai1-0/+6
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier2-11/+11
2016-12-05[libc++abi] Add _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONSShoaib Meenai1-7/+14
2016-09-27[libc++abi] Default to DLL annotations on WindowsShoaib Meenai1-2/+7
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool1-0/+3
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool2-73/+120
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool2-93/+66
2015-06-02Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow1-3/+4
2015-04-24libc++abi: remove the duplicated unwind contentSaleem Abdulrasool3-1307/+0
2015-02-13unwind: always export unw_local_addr_spaceSaleem Abdulrasool1-1/+2
2015-02-12unwind: move exported APIs out of headerSaleem Abdulrasool1-25/+1
2015-02-05[libcxxabi] Fix -Werror build for 32-bit non-ARM.Dan Albert4-24/+24
2015-02-05Some more -Wundef issues.Dan Albert1-1/+1
2015-02-05Enable -Wundef.Dan Albert3-10/+10
2015-02-04Whitespace cleanup.Dan Albert2-63/+55
2015-01-22Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien1-0/+2
2015-01-22Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build.Logan Chien1-0/+26
2014-12-20[libunwind] improve x86_64 comments in compact_unwind_encoding.hNick Kledzik1-3/+7
2014-12-20[libunwind] fix comment in compact_unwind_encoding.hNick Kledzik1-1/+1
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert1-0/+6