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-05-05[libcxxabi] Use the right calling convention for exception destructors on i38...Martin Storsjö
2022-03-15[ARM] __cxa_end_cleanup: avoid clobbering r4Ryan Prichard
2021-12-10[ARM][libcxxabi] Add PACBTI-M support to libcxxabiTies Stuij
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-11-09Reland "[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-M"Daniel Kiss
2021-11-06Revert "[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-M"Vladimir Vereschaka
2021-11-04[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-MDaniel Kiss
2021-10-28Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss
2021-10-28Revert "Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindRe...Daniel Kiss
2021-10-28Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss
2021-10-27Revert "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss
2021-10-27[ARM] __cxa_end_cleanup should be called instead of _UnwindResume.Daniel Kiss
2021-09-22[libc++abi] Remove unnecessary atomic_support.h header from libc++abiLouis Dionne
2021-05-25[libcxxabi] Use ASan interface header for declaration. NFCShoaib Meenai
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2019-10-02[NFC][libc++abi] Convert stray tabs to spacesLouis Dionne
2019-10-01[libc++abi] Remove uses of C++ headers when possibleLouis Dionne
2019-10-01[NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne
2019-08-12libcxxabi: Rename .hpp files to .hNico Weber
2019-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-10Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...Marshall Clow
2018-04-30Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build systemNico Weber
2018-04-17[libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions.Eli Friedman
2018-04-10[CFI] Disable CFI checks for __cxa_decrement_exception_refcountVlad Tsyrklevich
2018-02-08Fix compilation in C++17 mode.Richard Smith
2017-11-28Insert padding before the __cxa_exception header to ensure the thrownAkira Hatanaka
2017-09-15Fix ASAN build with older compiler-rt versions.Eric Fiselier
2017-09-15[libc++abi] Fix ASAN build with older compiler-rt versions.Eric Fiselier
2017-09-14Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return"Petr Hosek
2017-09-06Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek
2017-09-06[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek
2017-08-17Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek
2017-08-17[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek
2017-03-31[libc++abi] Delete config.hShoaib Meenai
2017-03-04[libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier
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
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-07Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin
2016-09-29Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin
2016-09-29[libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake
2015-12-22Fix ARM __cxa_end_cleanup() and gc-sections.Logan Chien
2015-12-04ibc++abi: mark visibilitySaleem Abdulrasool
2015-12-04c++abi: whitespace adjustmentSaleem Abdulrasool
2015-11-18c++abi: use __builtin_offsetof instead of offsetofSaleem Abdulrasool
2015-06-02Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow