index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxxabi
/
src
/
cxa_exception.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Make libc++abi work better with gcc's ARM unwind library. Reviewed as https:/...
Marshall Clow
2018-10-10
1
-0
/
+4
*
Insert padding before the __cxa_exception header to ensure the thrown
Akira Hatanaka
2017-11-28
1
-22
/
+0
*
[libcxxabi] Align unwindHeader on a double-word boundary.
Akira Hatanaka
2017-05-16
1
-0
/
+20
*
Revert r302978 and r302981.
Akira Hatanaka
2017-05-14
1
-20
/
+0
*
[libcxxabi] Do not align field unwindHeader when building for ARM EHABI.
Akira Hatanaka
2017-05-13
1
-3
/
+15
*
[libcxxabi] Align unwindHeader on a double-word boundary.
Akira Hatanaka
2017-05-13
1
-2
/
+10
*
Revert "[libcxxabi] Align unwindHeader on a double-word boundary."
Akira Hatanaka
2017-05-11
1
-10
/
+2
*
[libcxxabi] Align unwindHeader on a double-word boundary.
Akira Hatanaka
2017-05-11
1
-2
/
+10
*
Uses quote to include cxxabi.h to make sure the local one is included
Mehdi Amini
2017-04-04
1
-1
/
+1
*
[libcxxabi] Clean up macro usage.
Ranjeet Singh
2017-03-01
1
-7
/
+7
*
[libc++abi] Clean up visibility
Shoaib Meenai
2017-03-01
1
-14
/
+7
*
Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.
Eric Fiselier
2017-03-01
1
-7
/
+7
*
Formatting fixes.
Dan Albert
2015-02-05
1
-9
/
+9
*
Some more -Wundef issues.
Dan Albert
2015-02-05
1
-4
/
+4
*
Update libc++abi to use the ARM EHABI unwinder from its libunwind.
Nico Weber
2014-06-25
1
-3
/
+4
*
Implement ARM EHABI exception handling.
Logan Chien
2014-05-10
1
-5
/
+5
*
Code cleanup and re-indent cxa_exception.hpp
Logan Chien
2014-04-12
1
-54
/
+55
*
[libcxxabi] Fix broken codesourcery.com links in comments
Jonathan Roelofs
2014-02-12
1
-1
/
+1
*
Fix indentation of fields in __cxa_exception to line up
Mark Seaborn
2013-11-30
1
-9
/
+9
*
I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...
Howard Hinnant
2012-03-19
1
-0
/
+5
*
Pedantic fix: missing newline at EOF
Dave Zarzycki
2012-02-22
1
-1
/
+1
*
Work on restricting symbol visibility.
Howard Hinnant
2012-02-02
1
-0
/
+6
*
Treat all exceptions except that the ones that this library throws as foreign...
Howard Hinnant
2012-02-01
1
-1
/
+1
*
Add a descriptive name for a constant. Also I'm at least temporarily waging ...
Howard Hinnant
2012-01-30
1
-4
/
+5
*
By changing all of the throw() specs to noexcept I've been able to compile an...
Howard Hinnant
2012-01-24
1
-4
/
+4
*
Move kOurExceptionClass and kOurDependentExceptionClass from source to header...
Howard Hinnant
2012-01-24
1
-0
/
+3
*
Correct comment regarding members of __cxa_dependent_exception. Actually it ...
Howard Hinnant
2012-01-08
1
-2
/
+0
*
Modified __cxa_end_catch to handle dependent exceptions.
Howard Hinnant
2011-12-08
1
-0
/
+2
*
Add/update copyright notices
Howard Hinnant
2011-12-06
1
-0
/
+13
*
Exception handling stuctures, and thread-local variables for exception handling
Marshall Clow
2011-07-20
1
-0
/
+95