Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d1cd31aeb806077340be94e32429f3192cf139b0
/
lib
/
CodeGen
/
CGRTTI.cpp
44636d1
Move info vectors and add assertions in preparation of moving the vector directly into RTTIBuilder.
by Anders Carlsson
· 15 years ago
4e71356
Use GetAddrOfRTTI when getting the RTTI pointer for a base class.
by Anders Carlsson
· 15 years ago
31b7f52
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRTTI which figures out the right linkage of the RTTI information for the given type and whether it should be defined or not. I will migrate clients over to GetAddrOfRTTI in subsequent commits (with tests).
by Anders Carlsson
· 15 years ago
d6baec8
Use named flags in RTTIBuilder::BuildPointerType.
by Anders Carlsson
· 15 years ago
1c4269a
Be sure to instantiate rtti for non-polymorphic bases.
by Mike Stump
· 15 years ago
92f2fe2
Put the Builder classes into the anonymous namespace.
by Mike Stump
· 15 years ago
de05057
Change rtti/Rtti to RTTI, as it is an acronym.
by Mike Stump
· 15 years ago
0cb6c19
Rename CGRtti.cpp to CGRTTI.cpp.
by Mike Stump
· 15 years ago
[Renamed from lib/CodeGen/CGRtti.cpp]
94fd26d
IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into,
by Daniel Dunbar
· 15 years ago
1b07711
Sink free mangle* methods into MangleContext.
by Daniel Dunbar
· 15 years ago
7e1365a
Simplify rtti building code a little. Prep for reuse for throw rtti generation.
by Mike Stump
· 15 years ago
5858894
Improve instantiation control for rtti data and allow key functions to
by Mike Stump
· 15 years ago
582b037
Propagate hidden to the _ZTS symbols appropriately. WIP.
by Mike Stump
· 15 years ago
88a4a62
Be sure to set visibility for ZTI symbols for classes from the class.
by Mike Stump
· 15 years ago
066b983
Make _ZTI symbols hidden. This speeds up the dynamic linker.
by Mike Stump
· 15 years ago
265df62
Cleanup.
by Mike Stump
· 15 years ago
ae9b2be
Add rtti support for arrays, functiond without prototypes, vectors and enums.
by Mike Stump
· 15 years ago
64989f0
Add rtti info for function prototypes and refactor. This allows
by Mike Stump
· 15 years ago
5fae856
Add rtti support for pointer to data members.
by Mike Stump
· 15 years ago
61c3801
Add rtti support for non-member pointers. WIP.
by Mike Stump
· 15 years ago
21f5d5d
Add typeinfo support for T* and const T* for all builtin types T.
by Mike Stump
· 15 years ago
ea2c0b5
Add typeid for the builtin types. WIP.
by Mike Stump
· 15 years ago
a8285a8
Finish off support for typeinfo generation for classes.
by Mike Stump
· 15 years ago
cbcd4e5
Finisgh off rest of class_type_info rtti generation.
by Mike Stump
· 15 years ago
c7a05bd
Build up more of the rtti info for a class. WIP.
by Mike Stump
· 15 years ago
2b1bf31
Add the name to the rtti data structure.
by Mike Stump
· 15 years ago
d313e40
Fix thinko, mangleCXXRtti should obviously take a QualType!
by Anders Carlsson
· 15 years ago
731f7f9
mangleCXXRtti obviously needs to take a type, what was I thinking...
by Anders Carlsson
· 15 years ago
fc3bf4d
Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of QualTypes.
by Anders Carlsson
· 15 years ago
656e4c1
Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality change.
by Anders Carlsson
· 15 years ago