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_default_handlers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++abi] Fix non-constant initialization of default terminate
Eric Fiselier
2019-12-11
1
-6
/
+8
*
[NFC][libc++abi] Convert stray tabs to spaces
Louis Dionne
2019-10-02
1
-1
/
+1
*
[libc++abi] Remove uses of C++ headers when possible
Louis Dionne
2019-10-01
1
-4
/
+2
*
libcxxabi: Rename .hpp files to .h
Nico Weber
2019-08-12
1
-2
/
+2
*
[libcxxabi] Don't process exceptions in cxa_handlers when they're disabled
Petr Hosek
2019-07-12
1
-0
/
+2
*
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
-5
/
+2
*
[libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions.
Eli Friedman
2018-04-16
1
-12
/
+5
*
[libc++abi] Fix unused function when building with LIBCXXABI_SILENT_TERMINATE
Peter Collingbourne
2018-01-25
1
-1
/
+1
*
[libc++abi] Delete config.h
Shoaib Meenai
2017-03-30
1
-1
/
+0
*
[libcxxabi] Clean up macro usage.
Ranjeet Singh
2017-03-01
1
-1
/
+1
*
Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode.
Asiri Rathnayake
2017-02-15
1
-1
/
+1
*
[libc++abi] Add a silent terminate handler to libcxxabi.
James Y Knight
2017-01-13
1
-2
/
+10
*
libc++abi: build with -fvisibility=hidden
Saleem Abdulrasool
2016-05-26
1
-1
/
+4
*
Use __atomic_exchange_n instead of Clang's __sync_swap
Reid Kleckner
2014-10-03
1
-6
/
+8
*
Minor libc++abi changes to make things build better with gcc.
Nico Weber
2014-06-25
1
-0
/
+1
*
Partially revert r152770. That commit moved the default handlers to their ow...
Howard Hinnant
2013-02-06
1
-9
/
+5
*
Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handler
Howard Hinnant
2012-04-24
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
-1
/
+9
*
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
-2
/
+2
*
Be friendly to when dead_strip doesn't work
Dave Zarzycki
2012-03-15
1
-2
/
+21
*
move default handlers to their own file so they can be overridden at build ti...
Nick Kledzik
2012-03-15
1
-0
/
+98