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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ibc++abi: mark visibility
Saleem Abdulrasool
2015-12-04
1
-12
/
+14
*
c++abi: whitespace adjustment
Saleem Abdulrasool
2015-12-04
1
-26
/
+12
*
c++abi: use __builtin_offsetof instead of offsetof
Saleem Abdulrasool
2015-11-18
1
-8
/
+9
*
Implement uncaught_exceptions() to get a count, rather than a bool. Update th...
Marshall Clow
2015-06-02
1
-3
/
+6
*
Formatting fixes.
Dan Albert
2015-02-05
1
-5
/
+3
*
Enable -Wundef.
Dan Albert
2015-02-05
1
-3
/
+3
*
s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...
Jonathan Roelofs
2014-09-05
1
-1
/
+1
*
Update libc++abi to use the ARM EHABI unwinder from its libunwind.
Nico Weber
2014-06-25
1
-2
/
+11
*
Implement ARM EHABI exception handling.
Logan Chien
2014-05-10
1
-0
/
+95
*
On single threaded systems, turn mutexes into nops
Jonathan Roelofs
2014-05-06
1
-2
/
+4
*
Fixes incorrect #ifs for SJ/LJ exceptions
Dan Albert
2014-04-23
1
-3
/
+3
*
[libcxxabi] Fix broken codesourcery.com links in comments
Jonathan Roelofs
2014-02-12
1
-1
/
+1
*
Demangler update: This now demangles many more (all?) C++11 symbols. Demang...
Howard Hinnant
2013-06-17
1
-1
/
+1
*
Bruce Mitchener: Typo fixes.
Howard Hinnant
2013-02-15
1
-2
/
+2
*
First attempt at arm support.
Howard Hinnant
2012-02-29
1
-2
/
+2
*
Work on restricting symbol visibility.
Howard Hinnant
2012-02-02
1
-0
/
+4
*
Teach exception_cleanup_func about dependent exceptions.
Howard Hinnant
2012-02-01
1
-6
/
+3
*
Treat all exceptions except that the ones that this library throws as foreign...
Howard Hinnant
2012-02-01
1
-2
/
+2
*
Removed debugging print statements
Howard Hinnant
2012-01-30
1
-9
/
+0
*
Add a descriptive name for a constant. Also I'm at least temporarily waging ...
Howard Hinnant
2012-01-30
1
-100
/
+211
*
Minor updates to a couple of comments.
Howard Hinnant
2012-01-28
1
-1
/
+3
*
By changing all of the throw() specs to noexcept I've been able to compile an...
Howard Hinnant
2012-01-24
1
-23
/
+23
*
Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...
Howard Hinnant
2012-01-24
1
-161
/
+1
*
Got fooled by fallback_malloc.cpp source file: it is really a private header...
Howard Hinnant
2012-01-24
1
-1
/
+161
*
Move kOurExceptionClass and kOurDependentExceptionClass from source to header...
Howard Hinnant
2012-01-24
1
-3
/
+1
*
Changed my mind about __cxa_uncaught_exception and added it.
Howard Hinnant
2012-01-24
1
-0
/
+9
*
I kept getting confused among the __cxa_exception*, the _Unwind_Exception* an...
Howard Hinnant
2012-01-22
1
-130
/
+177
*
Add a few TODO's and FIXME's. Making notes as I go along, but not slowing do...
Howard Hinnant
2012-01-08
1
-1
/
+4
*
Improved comment to explain why we can use __cxa_get_globals_fast here
Marshall Clow
2012-01-04
1
-0
/
+4
*
Just getting started on the personality routine. This is just a skeleton. S...
Howard Hinnant
2012-01-04
1
-6
/
+0
*
Better comment
Marshall Clow
2012-01-04
1
-1
/
+1
*
Don't allocate TLS storage when checking to see if an exception has been thro...
Marshall Clow
2012-01-03
1
-1
/
+1
*
Don't allocate TLS storage when checking to see if an exception has been thrown
Marshall Clow
2012-01-03
1
-0
/
+2
*
credits adjustment
Howard Hinnant
2011-12-22
1
-0
/
+6
*
Updated __cxa_current_exception_type to call __cxa_get_globals_fast - will no...
Marshall Clow
2011-12-22
1
-1
/
+3
*
Forgot to increment uncaughtExceptions in __cxa_rethrow_primary_exception
Howard Hinnant
2011-12-21
1
-0
/
+1
*
Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount,...
Howard Hinnant
2011-12-21
1
-7
/
+106
*
Made some minor tweaks to __cxa_rethrow
Howard Hinnant
2011-12-12
1
-6
/
+10
*
Added dependent exception support to __cxa_current_exception_type
Howard Hinnant
2011-12-12
1
-1
/
+5
*
Modified __cxa_end_catch to handle dependent exceptions.
Howard Hinnant
2011-12-08
1
-19
/
+40
*
Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking ...
Howard Hinnant
2011-12-07
1
-12
/
+7
*
Substituted std::get_terminate() for direct access to the handler function po...
Howard Hinnant
2011-12-06
1
-2
/
+2
*
reformatted to match Clang style; thanks to John McCall for the nudge
Marshall Clow
2011-08-15
1
-100
/
+109
*
First cut at exception handling; missing dependent exceptions. Next step: tests
Marshall Clow
2011-08-09
1
-7
/
+224
*
Remove include reference to non-existant file cxa_exception_storage.hpp
Marshall Clow
2011-08-08
1
-1
/
+0
*
Update status: http://libcxxabi.llvm.org/spec.html . Looking good! :-)
Howard Hinnant
2011-07-20
1
-4
/
+0
*
Memory manangement routines for exception objects
Marshall Clow
2011-07-20
1
-0
/
+107