summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_personality.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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-10/+5
* Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0Martin Storsjo2018-08-111-1/+1
* Implement a GCC compatible SEH unwinding personality, __gxx_personality_seh0Martin Storsjo2018-07-231-0/+25
* [libc++abi] Delete config.hShoaib Meenai2017-03-301-1/+0
* [libcxxabi] Clean up macro usage.Ranjeet Singh2017-03-011-7/+7
* Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier2017-03-011-6/+6
* arm: Fix ttype encoding assertion failure.Logan Chien2016-11-131-2/+8
* Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().Logan Chien2016-08-311-2/+2
* libc++abi: make __cxa_call_unexpected visibleSaleem Abdulrasool2016-05-111-1/+1
* libc++abi: fix visibility of personalitiesSaleem Abdulrasool2016-05-041-2/+3
* EH: fix register usage for SjLjSaleem Abdulrasool2015-09-201-5/+8
* Remove include directive for the unused libunwind_ext.h.Logan Chien2015-07-121-4/+0
* libcxx: Switch to use __gnu_unwind_frame() for libunwind.Logan Chien2015-05-291-32/+2
* libc++abi: work around layering violationSaleem Abdulrasool2015-04-281-1/+1
* libc++abi: clear up some -Wqual-cast warningsSaleem Abdulrasool2015-04-271-2/+1
* Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofsEric Fiselier2015-03-101-1/+1
* [libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()Eric Fiselier2015-03-101-12/+20
* Enable -Wundef.Dan Albert2015-02-051-7/+7
* Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien2015-01-221-0/+12
* Allow libc++abi to be built without unwinder.Logan Chien2015-01-221-34/+41
* Make _Unwind_Backtrace() work on ARM.Dan Albert2014-08-291-4/+9
* Add baremetal ARM support to libcxxabi/libunwindJonathan Roelofs2014-08-211-0/+10
* Revert the LSDA change to scan_eh_tab.Logan Chien2014-06-301-19/+8
* Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber2014-06-251-31/+70
* Fix typo in comment.Logan Chien2014-05-141-1/+1
* Implement ARM EHABI exception handling.Logan Chien2014-05-101-0/+206
* Fixes more incorrect #ifs for SJ/LJ exceptionsJonathan Roelofs2014-05-081-16/+16
* Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert2014-04-231-1/+1
* [libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs2014-02-121-1/+1
* Bruce Mitchener: Typo fixes.Howard Hinnant2013-02-151-5/+5
* Wen-Han Gu: Fix for http://llvm.org/bugs/show_bug.cgi?id=14312 Exception Tab...Howard Hinnant2012-11-121-2/+6
* Arm fixes in cxa_personality.cpp and a little refactoring.Howard Hinnant2012-03-171-24/+41
* Enable / silence -Wunused-parameter.Howard Hinnant2012-03-091-0/+3
* Enable/silence -Wunused-variable.Howard Hinnant2012-03-081-0/+1
* Enable/silence -Wconversion.Howard Hinnant2012-03-081-2/+2
* Enable/silence -Wsign-conversion.Howard Hinnant2012-03-081-12/+12
* First attempt at arm support.Howard Hinnant2012-02-291-6/+49
* Remove outdated information from comment.Howard Hinnant2012-02-171-7/+0
* Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant2012-02-011-6/+7
* Nothing but polishing comments.Howard Hinnant2012-02-011-8/+27
* Move an error detector to a better place.Howard Hinnant2012-02-011-5/+2
* Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...Howard Hinnant2012-01-311-2/+4
* Fix type-o in the comment of the last commitHoward Hinnant2012-01-311-1/+1
* Found and fixed a bug in __cxa_call_unexpected. If the unexpected_handler re...Howard Hinnant2012-01-311-3/+16
* Found and fixed bug in personality function: Don't dive into the action tabl...Howard Hinnant2012-01-311-2/+6
* Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...Howard Hinnant2012-01-311-1/+1
OpenPOWER on IntegriCloud