summaryrefslogtreecommitdiff
path: root/src/cxa_personality.cpp
AgeCommit message (Expand)Author
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier
2016-11-13arm: Fix ttype encoding assertion failure.Logan Chien
2016-08-31Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().Logan Chien
2016-05-11libc++abi: make __cxa_call_unexpected visibleSaleem Abdulrasool
2016-05-04libc++abi: fix visibility of personalitiesSaleem Abdulrasool
2015-09-20EH: fix register usage for SjLjSaleem Abdulrasool
2015-07-12Remove include directive for the unused libunwind_ext.h.Logan Chien
2015-05-29libcxx: Switch to use __gnu_unwind_frame() for libunwind.Logan Chien
2015-04-28libc++abi: work around layering violationSaleem Abdulrasool
2015-04-27libc++abi: clear up some -Wqual-cast warningsSaleem Abdulrasool
2015-03-10Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofsEric Fiselier
2015-03-10[libcxx] Fix PR21580 - Undefined behavior in readEncodedPointer()Eric Fiselier
2015-02-05Enable -Wundef.Dan Albert
2015-01-22Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien
2015-01-22Allow libc++abi to be built without unwinder.Logan Chien
2014-08-29Make _Unwind_Backtrace() work on ARM.Dan Albert
2014-08-21Add baremetal ARM support to libcxxabi/libunwindJonathan Roelofs
2014-06-30Revert the LSDA change to scan_eh_tab.Logan Chien
2014-06-25Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber
2014-05-14Fix typo in comment.Logan Chien
2014-05-10Implement ARM EHABI exception handling.Logan Chien
2014-05-08Fixes more incorrect #ifs for SJ/LJ exceptionsJonathan Roelofs
2014-04-23Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert
2014-02-12[libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2012-11-12Wen-Han Gu: Fix for http://llvm.org/bugs/show_bug.cgi?id=14312 Exception Tab...Howard Hinnant
2012-03-17Arm fixes in cxa_personality.cpp and a little refactoring.Howard Hinnant
2012-03-09Enable / silence -Wunused-parameter.Howard Hinnant
2012-03-08Enable/silence -Wunused-variable.Howard Hinnant
2012-03-08Enable/silence -Wconversion.Howard Hinnant
2012-03-08Enable/silence -Wsign-conversion.Howard Hinnant
2012-02-29First attempt at arm support.Howard Hinnant
2012-02-17Remove outdated information from comment.Howard Hinnant
2012-02-01Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant
2012-02-01Nothing but polishing comments.Howard Hinnant
2012-02-01Move an error detector to a better place.Howard Hinnant
2012-01-31Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...Howard Hinnant
2012-01-31Fix type-o in the comment of the last commitHoward Hinnant
2012-01-31Found and fixed a bug in __cxa_call_unexpected. If the unexpected_handler re...Howard Hinnant
2012-01-31Found and fixed bug in personality function: Don't dive into the action tabl...Howard Hinnant
2012-01-31Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...Howard Hinnant
2012-01-30Refactored personality function. Found one bug in scanning exception spec li...Howard Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-28Sometimes it takes all day to write a decent comment. This is one of those t...Howard Hinnant
2012-01-24Forgot to include this file in the last commit: Move kOurExceptionClass and k...Howard Hinnant
2012-01-22Getting started on matching a thrown exception to a catch clause, and setting...Howard Hinnant
2012-01-22I kept getting confused among the __cxa_exception*, the _Unwind_Exception* an...Howard Hinnant
2012-01-08First brush with testing __gxx_personality_v0 reveals there is still a long w...Howard Hinnant