summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_exception.hpp
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+4
* Insert padding before the __cxa_exception header to ensure the thrownAkira Hatanaka2017-11-281-22/+0
* [libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka2017-05-161-0/+20
* Revert r302978 and r302981.Akira Hatanaka2017-05-141-20/+0
* [libcxxabi] Do not align field unwindHeader when building for ARM EHABI.Akira Hatanaka2017-05-131-3/+15
* [libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka2017-05-131-2/+10
* Revert "[libcxxabi] Align unwindHeader on a double-word boundary."Akira Hatanaka2017-05-111-10/+2
* [libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka2017-05-111-2/+10
* Uses quote to include cxxabi.h to make sure the local one is includedMehdi Amini2017-04-041-1/+1
* [libcxxabi] Clean up macro usage.Ranjeet Singh2017-03-011-7/+7
* [libc++abi] Clean up visibilityShoaib Meenai2017-03-011-14/+7
* Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier2017-03-011-7/+7
* Formatting fixes.Dan Albert2015-02-051-9/+9
* Some more -Wundef issues.Dan Albert2015-02-051-4/+4
* Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber2014-06-251-3/+4
* Implement ARM EHABI exception handling.Logan Chien2014-05-101-5/+5
* Code cleanup and re-indent cxa_exception.hppLogan Chien2014-04-121-54/+55
* [libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs2014-02-121-1/+1
* Fix indentation of fields in __cxa_exception to line upMark Seaborn2013-11-301-9/+9
* I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant2012-03-191-0/+5
* Pedantic fix: missing newline at EOFDave Zarzycki2012-02-221-1/+1
* Work on restricting symbol visibility.Howard Hinnant2012-02-021-0/+6
* Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant2012-02-011-1/+1
* Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant2012-01-301-4/+5
* By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant2012-01-241-4/+4
* Move kOurExceptionClass and kOurDependentExceptionClass from source to header...Howard Hinnant2012-01-241-0/+3
* Correct comment regarding members of __cxa_dependent_exception. Actually it ...Howard Hinnant2012-01-081-2/+0
* Modified __cxa_end_catch to handle dependent exceptions.Howard Hinnant2011-12-081-0/+2
* Add/update copyright noticesHoward Hinnant2011-12-061-0/+13
* Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow2011-07-201-0/+95
OpenPOWER on IntegriCloud