summaryrefslogtreecommitdiff
path: root/libcxxabi/include
Commit message (Expand)AuthorAgeFilesLines
* [libcxxabi] Omit dllimport in public headers in MinGW modeMartin Storsjö2023-04-191-1/+1
* [libcxxabi] Check __SEH__, when checking if ARM EHABI is impliedMartin Storsjö2022-06-061-1/+1
* [libcxxabi] Copy headers into build locationPetr Hosek2022-05-141-0/+13
* [libcxxabi] Use the right calling convention for exception destructors on i38...Martin Storsjö2022-05-052-1/+7
* [libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne2022-03-011-14/+0
* [libc++abi] Install the libc++abi headers from libc++abiLouis Dionne2022-02-281-0/+26
* [libcxx][modules] protects users from relying on detail headersChristopher Di Bella2022-02-261-0/+14
* [libc++abi] Bump the libc++abi version and add it to the post-release listLouis Dionne2022-02-161-1/+1
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-172-2/+2
* [libc++abi] Avoid the warning: "__EXCEPTIONS" is not defined, evaluates to 0 ...Xiang Xiao2021-08-301-1/+1
* [libcxxabi] Define _LIBCXXABI_WEAK properly for mingw compilersMartin Storsjö2020-10-221-1/+14
* [libc++abi] Do not declare __cxa_finalize and __cxa_atexit in <cxxabi.h>Louis Dionne2020-09-141-3/+3
* Add cold attribute to one time construction APIsAditya Kumar2020-08-131-6/+7
* [libc++abi] Make sure we use a 32 bit guard on 32 bit Aarch64Louis Dionne2020-08-041-1/+1
* [libc++/libc++abi] Automatically detect whether exceptions are enabledLouis Dionne2020-07-031-0/+8
* Revert "[libc++abi] Change __cxa_finalize return type to void"Louis Dionne2020-03-101-1/+1
* [libc++abi] Change __cxa_finalize return type to voidRyan Prichard2020-03-101-1/+1
* [libc++] Update link to Itanium C++ ABI documentationLouis Dionne2019-10-011-1/+1
* [libcxxabi] Define _LIBCXXABI_GUARD_ABI_ARM on WebAssemblySam Clegg2019-08-141-1/+2
* Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.Eric Fiselier2019-04-111-0/+2
* [libc++abi] Create a macro for the 32 bit guard setting on ARM platformsLouis Dionne2019-04-102-1/+5
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [libc++abi] Provide __cxa_thread_atexit on FuchsiaPetr Hosek2018-10-291-2/+2
* [CFI] Disable CFI checks for __cxa_decrement_exception_refcountVlad Tsyrklevich2018-04-091-0/+10
* [libcxxabi] Clean up macro usage.Ranjeet Singh2017-03-012-4/+2
* [libc++abi] Clean up visibilityShoaib Meenai2017-03-011-0/+6
* Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier2017-03-012-11/+11
* [libc++abi] Add _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONSShoaib Meenai2016-12-051-7/+14
* [libc++abi] Default to DLL annotations on WindowsShoaib Meenai2016-09-271-2/+7
* libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool2016-05-261-0/+3
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-042-73/+120
* c++abi: whitespace adjustmentSaleem Abdulrasool2015-12-042-93/+66
* Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow2015-06-021-3/+4
* libc++abi: remove the duplicated unwind contentSaleem Abdulrasool2015-04-243-1307/+0
* unwind: always export unw_local_addr_spaceSaleem Abdulrasool2015-02-131-1/+2
* unwind: move exported APIs out of headerSaleem Abdulrasool2015-02-121-25/+1
* [libcxxabi] Fix -Werror build for 32-bit non-ARM.Dan Albert2015-02-054-24/+24
* Some more -Wundef issues.Dan Albert2015-02-051-1/+1
* Enable -Wundef.Dan Albert2015-02-053-10/+10
* Whitespace cleanup.Dan Albert2015-02-042-63/+55
* Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien2015-01-221-0/+2
* Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build.Logan Chien2015-01-221-0/+26
* [libunwind] improve x86_64 comments in compact_unwind_encoding.hNick Kledzik2014-12-201-3/+7
* [libunwind] fix comment in compact_unwind_encoding.hNick Kledzik2014-12-201-1/+1
* [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert2014-12-181-0/+6
* Fix unicode chars into ascii in comment lines.NAKAMURA Takumi2014-10-271-6/+6
* Correctly export _Unwind_[GS]et(GR|IP) for EHABI.Dan Albert2014-10-131-25/+1
* Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman2014-09-111-0/+1
* Make _Unwind_Backtrace() work on ARM.Dan Albert2014-08-291-4/+0
* Land support for ARM EHABI unwinding for libunwind.Nico Weber2014-06-252-20/+40