summaryrefslogtreecommitdiff
path: root/libcxxabi/src/cxa_exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ][z/OS] Modify cxxabi to be compatible with existing z/OS runtimeMuiez Ahmed2022-06-281-0/+8
* [libcxxabi] Use the right calling convention for exception destructors on i38...Martin Storsjö2022-05-051-1/+1
* [ARM] __cxa_end_cleanup: avoid clobbering r4Ryan Prichard2022-03-141-8/+13
* [ARM][libcxxabi] Add PACBTI-M support to libcxxabiTies Stuij2021-12-101-0/+3
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* Reland "[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-M"Daniel Kiss2021-11-091-1/+6
* Revert "[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-M"Vladimir Vereschaka2021-11-051-2/+1
* [libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-MDaniel Kiss2021-11-041-1/+2
* Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss2021-10-281-9/+9
* Revert "Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindRe...Daniel Kiss2021-10-281-9/+9
* Reland "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss2021-10-281-9/+9
* Revert "[ARM] __cxa_end_cleanup should be called instead of _UnwindResume."Daniel Kiss2021-10-271-9/+10
* [ARM] __cxa_end_cleanup should be called instead of _UnwindResume.Daniel Kiss2021-10-271-10/+9
* [libc++abi] Remove unnecessary atomic_support.h header from libc++abiLouis Dionne2021-09-211-1/+1
* [libcxxabi] Use ASan interface header for declaration. NFCShoaib Meenai2021-05-251-1/+1
* [libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne2021-04-201-1/+1
* [NFC][libc++abi] Convert stray tabs to spacesLouis Dionne2019-10-021-9/+9
* [libc++abi] Remove uses of C++ headers when possibleLouis Dionne2019-10-011-6/+5
* [NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne2019-10-011-21/+21
* libcxxabi: Rename .hpp files to .hNico Weber2019-08-121-2/+2
* [NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2019-04-111-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...Marshall Clow2018-10-101-15/+30
* Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build systemNico Weber2018-04-291-2/+0
* [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions.Eli Friedman2018-04-161-2/+3
* [CFI] Disable CFI checks for __cxa_decrement_exception_refcountVlad Tsyrklevich2018-04-091-2/+2
* Fix compilation in C++17 mode.Richard Smith2018-02-071-0/+2
* Insert padding before the __cxa_exception header to ensure the thrownAkira Hatanaka2017-11-281-4/+36
* Fix ASAN build with older compiler-rt versions.Eric Fiselier2017-09-141-3/+2
* [libc++abi] Fix ASAN build with older compiler-rt versions.Eric Fiselier2017-09-141-1/+2
* Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return"Petr Hosek2017-09-131-0/+10
* Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek2017-09-061-10/+0
* [libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek2017-09-061-0/+10
* Revert "[libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_...Petr Hosek2017-08-161-10/+0
* [libcxxabi] When built with ASan, __cxa_throw calls __asan_handle_no_returnPetr Hosek2017-08-161-0/+10
* [libc++abi] Delete config.hShoaib Meenai2017-03-301-1/+0
* [libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier2017-03-041-10/+14
* [libcxxabi] Clean up macro usage.Ranjeet Singh2017-03-011-4/+4
* [libc++abi] Clean up visibilityShoaib Meenai2017-03-011-15/+9
* Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier2017-03-011-7/+7
* [libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake2017-01-031-1/+0
* [libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake2016-10-131-0/+1
* Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin2016-10-071-22/+6
* Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin2016-09-291-6/+22
* [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin2016-09-291-22/+6
* [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake2016-09-211-1/+1
* Fix ARM __cxa_end_cleanup() and gc-sections.Logan Chien2015-12-221-1/+1
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-041-12/+14
* c++abi: whitespace adjustmentSaleem Abdulrasool2015-12-041-26/+12
* c++abi: use __builtin_offsetof instead of offsetofSaleem Abdulrasool2015-11-181-8/+9