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
/
include
/
cxxabi.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++abi] Provide __cxa_thread_atexit on Fuchsia
Petr Hosek
2018-10-29
1
-2
/
+2
*
[libcxxabi] Clean up macro usage.
Ranjeet Singh
2017-03-01
1
-1
/
+1
*
Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.
Eric Fiselier
2017-03-01
1
-9
/
+9
*
ibc++abi: mark visibility
Saleem Abdulrasool
2015-12-04
1
-73
/
+96
*
c++abi: whitespace adjustment
Saleem Abdulrasool
2015-12-04
1
-92
/
+65
*
Implement uncaught_exceptions() to get a count, rather than a bool. Update th...
Marshall Clow
2015-06-02
1
-3
/
+4
*
[libcxxabi] Fix -Werror build for 32-bit non-ARM.
Dan Albert
2015-02-05
1
-8
/
+2
*
Enable -Wundef.
Dan Albert
2015-02-05
1
-1
/
+1
*
Whitespace cleanup.
Dan Albert
2015-02-04
1
-54
/
+46
*
[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.
Dan Albert
2014-12-18
1
-0
/
+6
*
Adding ABI support for __cxa_throw_bad_array_new_length.
Aaron Ballman
2014-09-11
1
-0
/
+1
*
Start landing support for ARM EHABI unwinding.
Nico Weber
2014-06-25
1
-3
/
+11
*
Implement ARM EHABI exception handling.
Logan Chien
2014-05-10
1
-0
/
+4
*
I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...
Howard Hinnant
2012-03-19
1
-17
/
+0
*
Enable __arm__ on apple
Howard Hinnant
2012-03-14
1
-1
/
+1
*
I had originally made the handler function pointers a static internal detail,...
Howard Hinnant
2012-02-23
1
-0
/
+17
*
Add (reluctantly) a namespace alias for __cxxabiv1.
Howard Hinnant
2012-02-17
1
-0
/
+1
*
Add version number to this library so we can recognize when we're using it.
Howard Hinnant
2012-02-02
1
-2
/
+1
*
Put throw() clauses back on these functions in cxxabi.h. This header must be...
Howard Hinnant
2012-01-30
1
-8
/
+8
*
By changing all of the throw() specs to noexcept I've been able to compile an...
Howard Hinnant
2012-01-24
1
-8
/
+8
*
Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount,...
Howard Hinnant
2011-12-21
1
-18
/
+1
*
make cxxabi.h safe for C code to include
Nick Kledzik
2011-08-02
1
-0
/
+4
*
make LIBCXXABI_NORETURN be the right attribute
Nick Kledzik
2011-08-02
1
-1
/
+1
*
Fixed struct/class mismatch for std::type_info and added NORETURN flags
Marshall Clow
2011-07-20
1
-3
/
+3
*
tabs to spaces
Howard Hinnant
2011-06-07
1
-28
/
+28
*
Add support for the ARM EABI variant of the __cxa_guard methods, controlled by
Nick Lewycky
2011-06-07
1
-0
/
+6
*
Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macro
Marshall Clow
2011-06-03
1
-4
/
+6
*
Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...
Howard Hinnant
2011-05-24
1
-0
/
+3
*
initial import
Howard Hinnant
2011-05-05
1
-0
/
+177