summaryrefslogtreecommitdiff
path: root/libcxxabi/include
AgeCommit message (Expand)Author
2025-11-10[libc++abi][NFC] Remove some cruft from <__cxxabi_config.h> (#164578)Nikolas Klauser
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt
2025-01-14Revert "[libc++] Stop copying headers to the build directory (#115380)"Kirill Stoimenov
2025-01-14[libc++] Stop copying headers to the build directory (#115380)Alexander Richardson
2024-11-11Revert "Reapply "[libc++abi] Stop copying headers to the build directory"" (#...Alexander Richardson
2024-11-07Reapply "[libc++abi] Stop copying headers to the build directory"Alexander Richardson
2024-11-06Revert "[libc++abi] Stop copying headers to the build directory" (#115232)Alexander Richardson
2024-11-06[libc++abi] Stop copying headers to the build directoryAlexander Richardson
2024-09-30[libc++abi] Avoid using deprecated throw specifications in >= C++11 (#109296)Louis Dionne
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-04-19[libcxxabi] Omit dllimport in public headers in MinGW modeMartin Storsjö
2022-06-06[libcxxabi] Check __SEH__, when checking if ARM EHABI is impliedMartin Storsjö
2022-05-14[libcxxabi] Copy headers into build locationPetr Hosek
2022-05-05[libcxxabi] Use the right calling convention for exception destructors on i38...Martin Storsjö
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-28[libc++abi] Install the libc++abi headers from libc++abiLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-16[libc++abi] Bump the libc++abi version and add it to the post-release listLouis Dionne
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-30[libc++abi] Avoid the warning: "__EXCEPTIONS" is not defined, evaluates to 0 ...Xiang Xiao
2020-10-22[libcxxabi] Define _LIBCXXABI_WEAK properly for mingw compilersMartin Storsjö
2020-09-14[libc++abi] Do not declare __cxa_finalize and __cxa_atexit in <cxxabi.h>Louis Dionne
2020-08-13Add cold attribute to one time construction APIsAditya Kumar
2020-08-04[libc++abi] Make sure we use a 32 bit guard on 32 bit Aarch64Louis Dionne
2020-07-03[libc++/libc++abi] Automatically detect whether exceptions are enabledLouis Dionne
2020-03-10Revert "[libc++abi] Change __cxa_finalize return type to void"Louis Dionne
2020-03-10[libc++abi] Change __cxa_finalize return type to voidRyan Prichard
2019-10-01[libc++] Update link to Itanium C++ ABI documentationLouis Dionne
2019-08-14[libcxxabi] Define _LIBCXXABI_GUARD_ABI_ARM on WebAssemblySam Clegg
2019-04-11Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.Eric Fiselier
2019-04-10[libc++abi] Create a macro for the 32 bit guard setting on ARM platformsLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-29[libc++abi] Provide __cxa_thread_atexit on FuchsiaPetr Hosek
2018-04-09[CFI] Disable CFI checks for __cxa_decrement_exception_refcountVlad Tsyrklevich
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
2016-12-05[libc++abi] Add _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONSShoaib Meenai
2016-09-27[libc++abi] Default to DLL annotations on WindowsShoaib Meenai
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2015-06-02Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow
2015-04-24libc++abi: remove the duplicated unwind contentSaleem Abdulrasool
2015-02-13unwind: always export unw_local_addr_spaceSaleem Abdulrasool
2015-02-12unwind: move exported APIs out of headerSaleem Abdulrasool