summaryrefslogtreecommitdiffstats
path: root/libcxxabi/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* Start landing support for ARM EHABI unwinding.Nico Weber2014-06-253-3/+27
* Implement ARM EHABI exception handling.Logan Chien2014-05-102-13/+144
* Fixes more incorrect #ifs for SJ/LJ exceptionsJonathan Roelofs2014-05-081-3/+3
* Remove unused/obsolete ARM64 constantsNick Kledzik2014-04-241-10/+1
* Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert2014-04-231-1/+1
* [libunwind] remove stray conditionalNick Kledzik2014-01-301-4/+0
* Add a first cut at a Registers_arm class, to be used for 32bit arm EHABI unwi...Nico Weber2013-12-181-0/+130
* Rename LIBUNWIND_AVAIL to LIBUNWIND_UNAVAIL so as to not conflict with other ...Nick Kledzik2013-11-011-11/+11
* unwinder: conditionalise availabilitySaleem Abdulrasool2013-10-171-9/+15
* libcxxabi contains the runtime support for C++. But, as some folks have Nick Kledzik2013-10-073-0/+1054
* Tweaks/cleanups provided by Matthew DempskyHoward Hinnant2013-06-171-168/+0
* Add capability to demangle invocation functions for ObjC blocks.Howard Hinnant2013-04-101-0/+1
* I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant2012-03-191-17/+0
* Enable __arm__ on appleHoward Hinnant2012-03-141-1/+1
* I had originally made the handler function pointers a static internal detail,...Howard Hinnant2012-02-231-0/+17
* Add (reluctantly) a namespace alias for __cxxabiv1.Howard Hinnant2012-02-171-0/+1
* Work on restricting symbol visibility.Howard Hinnant2012-02-021-0/+5