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
/
private_typeinfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++abi] Remove uses of C++ headers when possible
Louis Dionne
2019-10-01
1
-2
/
+2
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libc++abi] Clean up visibility
Shoaib Meenai
2017-03-01
1
-5
/
+2
*
Update implementation of ABI support for throwing noexcept function pointers
Richard Smith
2016-12-02
1
-28
/
+16
*
[p0012] Implement ABI support for throwing a noexcept function pointer and
Richard Smith
2016-11-02
1
-0
/
+27
*
ibc++abi: mark visibility
Saleem Abdulrasool
2015-12-04
1
-81
/
+70
*
c++abi: whitespace adjustment
Saleem Abdulrasool
2015-12-04
1
-115
/
+115
*
[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...
Eric Fiselier
2015-04-02
1
-0
/
+3
*
Make the type_info for __shim_type_info visible. This should address some fa...
Howard Hinnant
2012-10-13
1
-5
/
+5
*
Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a fu...
Howard Hinnant
2012-09-28
1
-12
/
+12
*
Andrew Morrow: Mainline clang seems to have recently become more strict about...
Howard Hinnant
2012-07-29
1
-1
/
+1
*
Insert a couple of dummy virtual functions to ease low level binary compatibi...
Howard Hinnant
2012-02-23
1
-0
/
+2
*
Work on restricting symbol visibility.
Howard Hinnant
2012-02-02
1
-43
/
+56
*
Removed DEBUG statements.
Howard Hinnant
2012-02-01
1
-33
/
+0
*
Remove a TODO regarding where some can_catch are implemented. I opted to mak...
Howard Hinnant
2012-02-01
1
-1
/
+1
*
These commits are intended to be temporary in nature and are to facilitate th...
Howard Hinnant
2012-01-25
1
-2
/
+2
*
Add some needed symbols to cxa_new_delete.cpp and put the display() stuff und...
Howard Hinnant
2012-01-24
1
-0
/
+22
*
I'm beginning to be able to throw/catch a wide variety of objects.
Howard Hinnant
2012-01-23
1
-0
/
+12
*
Getting started on matching a thrown exception to a catch clause, and setting...
Howard Hinnant
2012-01-22
1
-0
/
+1
*
Add __shim_type_info which fits below std::type_info and above all of the oth...
Howard Hinnant
2012-01-22
1
-7
/
+30
*
Comment smithing. Changed some casts from C-style to C++. And added timings...
Howard Hinnant
2012-01-16
1
-3
/
+9
*
I think this is getting close on __dynamic_cast. There's been quite a bit of...
Howard Hinnant
2012-01-16
1
-24
/
+23
*
Put debug print statments under a flag so that I can get a first glimpse at p...
Howard Hinnant
2012-01-12
1
-0
/
+8
*
Initial implementaiton of __dynamic_cast. There is still lots of debugging c...
Howard Hinnant
2012-01-11
1
-0
/
+52
*
This is a transitory commit for __dynamic_cast. It contains debugging statem...
Howard Hinnant
2012-01-11
1
-3
/
+16
*
Getting a start on the typeinfo infrastructure.
Howard Hinnant
2012-01-09
1
-0
/
+130