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
...
*
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
[prev]