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_handlers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __atomic_exchange_n instead of Clang's __sync_swap
Reid Kleckner
2014-10-03
1
-2
/
+2
*
Minor libc++abi changes to make things build better with gcc.
Nico Weber
2014-06-25
1
-0
/
+1
*
Make __cxa_new_handler un-mangled
Howard Hinnant
2012-04-28
1
-1
/
+1
*
I would really like to write the handlers in terms of C++11 atomics. This wo...
Howard Hinnant
2012-03-19
1
-3
/
+16
*
I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...
Howard Hinnant
2012-03-19
1
-7
/
+6
*
Less lame "concurrency" support
Dave Zarzycki
2012-03-15
1
-4
/
+4
*
Be friendly to when dead_strip doesn't work
Dave Zarzycki
2012-03-15
1
-17
/
+2
*
move default handlers to their own file so they can be overridden at build ti...
Nick Kledzik
2012-03-15
1
-77
/
+7
*
Enable/silence -Wshadow.
Howard Hinnant
2012-03-08
1
-3
/
+0
*
And the handlers should be extern C.
Howard Hinnant
2012-02-23
1
-0
/
+5
*
I had originally made the handler function pointers a static internal detail,...
Howard Hinnant
2012-02-23
1
-9
/
+9
*
Treat all exceptions except that the ones that this library throws as foreign...
Howard Hinnant
2012-02-01
1
-4
/
+6
*
Have the default unexpected/terminate handler output *demangled* names for th...
Howard Hinnant
2012-01-31
1
-3
/
+10
*
Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...
Howard Hinnant
2012-01-31
1
-0
/
+19
*
Add a descriptive name for a constant. Also I'm at least temporarily waging ...
Howard Hinnant
2012-01-30
1
-15
/
+25
*
Remove dependence upon std::exception_ptr from the default_terminate_handler....
Howard Hinnant
2012-01-24
1
-19
/
+36
*
Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking ...
Howard Hinnant
2011-12-07
1
-0
/
+1
*
terminate, unexpected and new handlers. If terminating while an exception is ...
Howard Hinnant
2011-12-06
1
-0
/
+140