summaryrefslogtreecommitdiff
path: root/src/cxa_exception.hpp
AgeCommit message (Expand)Author
2017-11-28Insert padding before the __cxa_exception header to ensure the thrownAkira Hatanaka
2017-05-16[libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka
2017-05-14Revert r302978 and r302981.Akira Hatanaka
2017-05-13[libcxxabi] Do not align field unwindHeader when building for ARM EHABI.Akira Hatanaka
2017-05-13[libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka
2017-05-11Revert "[libcxxabi] Align unwindHeader on a double-word boundary."Akira Hatanaka
2017-05-11[libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka
2017-04-04Uses quote to include cxxabi.h to make sure the local one is includedMehdi Amini
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
2015-02-05Formatting fixes.Dan Albert
2015-02-05Some more -Wundef issues.Dan Albert
2014-06-25Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber
2014-05-10Implement ARM EHABI exception handling.Logan Chien
2014-04-12Code cleanup and re-indent cxa_exception.hppLogan Chien
2014-02-12[libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs
2013-11-30Fix indentation of fields in __cxa_exception to line upMark Seaborn
2012-03-19I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant
2012-02-22Pedantic fix: missing newline at EOFDave Zarzycki
2012-02-02Work on restricting symbol visibility.Howard Hinnant
2012-02-01Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-24By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant
2012-01-24Move kOurExceptionClass and kOurDependentExceptionClass from source to header...Howard Hinnant
2012-01-08Correct comment regarding members of __cxa_dependent_exception. Actually it ...Howard Hinnant
2011-12-08Modified __cxa_end_catch to handle dependent exceptions.Howard Hinnant
2011-12-06Add/update copyright noticesHoward Hinnant
2011-07-20Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow