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
/
clang
/
lib
/
CodeGen
/
CGRTTI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify BuildSimpleType in the RTTBuilder to avoid using an std::vector.
Anders Carlsson
2009-12-13
1
-11
/
+6
*
Change the RTTIBuilder's finish member function to take a pointer to the cons...
Anders Carlsson
2009-12-13
1
-7
/
+5
*
Fix linkage of type info and vtable for classes without linkage.
Eli Friedman
2009-12-11
1
-2
/
+2
*
Move info vectors and add assertions in preparation of moving the vector dire...
Anders Carlsson
2009-12-11
1
-7
/
+11
*
Use GetAddrOfRTTI when getting the RTTI pointer for a base class.
Anders Carlsson
2009-12-11
1
-4
/
+1
*
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...
Anders Carlsson
2009-12-11
1
-37
/
+88
*
Use named flags in RTTIBuilder::BuildPointerType.
Anders Carlsson
2009-12-11
1
-25
/
+54
*
Be sure to instantiate rtti for non-polymorphic bases.
Mike Stump
2009-12-04
1
-1
/
+4
*
Put the Builder classes into the anonymous namespace.
Mike Stump
2009-12-02
1
-0
/
+2
*
Change rtti/Rtti to RTTI, as it is an acronym.
Mike Stump
2009-12-02
1
-17
/
+17
*
Rename CGRtti.cpp to CGRTTI.cpp.
Mike Stump
2009-12-02
1
-0
/
+426