Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03-01[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-17[libc++abi] Bump the libc++abi version and add it to the post-release listLouis Dionne
2021-11-18[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-15[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-11Revert "[libc++abi] Change __cxa_finalize return type to void"Louis Dionne
2020-03-11[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-10[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
2015-02-06[libcxxabi] Fix -Werror build for 32-bit non-ARM.Dan Albert
2015-02-05Some more -Wundef issues.Dan Albert
2015-02-05Enable -Wundef.Dan Albert
2015-02-05Whitespace cleanup.Dan Albert
2015-01-22Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien
2015-01-22Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build.Logan Chien
2014-12-20[libunwind] improve x86_64 comments in compact_unwind_encoding.hNick Kledzik
2014-12-20[libunwind] fix comment in compact_unwind_encoding.hNick Kledzik
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert
2014-10-27Fix unicode chars into ascii in comment lines.NAKAMURA Takumi
2014-10-14Correctly export _Unwind_[GS]et(GR|IP) for EHABI.Dan Albert
2014-09-11Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman
2014-08-29Make _Unwind_Backtrace() work on ARM.Dan Albert
2014-06-26Land support for ARM EHABI unwinding for libunwind.Nico Weber
2014-06-26Start landing support for ARM EHABI unwinding.Nico Weber