summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/private_typeinfo.h
Commit message (Expand)AuthorAgeFilesLines
* [libc++abi] Remove uses of C++ headers when possibleLouis Dionne2019-10-011-2/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libc++abi] Clean up visibilityShoaib Meenai2017-03-011-5/+2
* Update implementation of ABI support for throwing noexcept function pointersRichard Smith2016-12-021-28/+16
* [p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith2016-11-021-0/+27
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-041-81/+70
* c++abi: whitespace adjustmentSaleem Abdulrasool2015-12-041-115/+115
* [libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier2015-04-021-0/+3
* Make the type_info for __shim_type_info visible. This should address some fa...Howard Hinnant2012-10-131-5/+5
* Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a fu...Howard Hinnant2012-09-281-12/+12
* Andrew Morrow: Mainline clang seems to have recently become more strict about...Howard Hinnant2012-07-291-1/+1
* Insert a couple of dummy virtual functions to ease low level binary compatibi...Howard Hinnant2012-02-231-0/+2
* Work on restricting symbol visibility.Howard Hinnant2012-02-021-43/+56
* Removed DEBUG statements.Howard Hinnant2012-02-011-33/+0
* Remove a TODO regarding where some can_catch are implemented. I opted to mak...Howard Hinnant2012-02-011-1/+1
* These commits are intended to be temporary in nature and are to facilitate th...Howard Hinnant2012-01-251-2/+2
* Add some needed symbols to cxa_new_delete.cpp and put the display() stuff und...Howard Hinnant2012-01-241-0/+22
* I'm beginning to be able to throw/catch a wide variety of objects.Howard Hinnant2012-01-231-0/+12
* Getting started on matching a thrown exception to a catch clause, and setting...Howard Hinnant2012-01-221-0/+1
* Add __shim_type_info which fits below std::type_info and above all of the oth...Howard Hinnant2012-01-221-7/+30
* Comment smithing. Changed some casts from C-style to C++. And added timings...Howard Hinnant2012-01-161-3/+9
* I think this is getting close on __dynamic_cast. There's been quite a bit of...Howard Hinnant2012-01-161-24/+23
* Put debug print statments under a flag so that I can get a first glimpse at p...Howard Hinnant2012-01-121-0/+8
* Initial implementaiton of __dynamic_cast. There is still lots of debugging c...Howard Hinnant2012-01-111-0/+52
* This is a transitory commit for __dynamic_cast. It contains debugging statem...Howard Hinnant2012-01-111-3/+16
* Getting a start on the typeinfo infrastructure.Howard Hinnant2012-01-091-0/+130
OpenPOWER on IntegriCloud