index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGRTTI.cpp
Age
Commit message (
Expand
)
Author
2009-12-24
Don't set hidden for a non-external symbol as that would make it extenal.
Mike Stump
2009-12-24
Fix recent regression caught by g++.old-deja/g++.mike/eh19.C.
Mike Stump
2009-12-23
Fix regression found by g++.dg/eh/alias1.C.
Mike Stump
2009-12-21
Incomplete structs should also have internal linkage.
Anders Carlsson
2009-12-20
Correcly handle pointers to member pointer types where the class or the point...
Anders Carlsson
2009-12-20
Rework the way pointer types are handled by the RTTI builder. We now get the ...
Anders Carlsson
2009-12-19
Remove ';' after method definition. Noticed by clang++, which one would think
Daniel Dunbar
2009-12-17
Rename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove the overload that tak...
Anders Carlsson
2009-12-17
Simplify RTTIBuilder::finish.
Anders Carlsson
2009-12-17
Move the Info vector into the RTTIBuilder struct. No functionality change.
Anders Carlsson
2009-12-16
Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. Wit...
Anders Carlsson
2009-12-13
Simplify BuildSimpleType in the RTTBuilder to avoid using an std::vector.
Anders Carlsson
2009-12-13
Change the RTTIBuilder's finish member function to take a pointer to the cons...
Anders Carlsson
2009-12-11
Fix linkage of type info and vtable for classes without linkage.
Eli Friedman
2009-12-11
Move info vectors and add assertions in preparation of moving the vector dire...
Anders Carlsson
2009-12-11
Use GetAddrOfRTTI when getting the RTTI pointer for a base class.
Anders Carlsson
2009-12-11
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...
Anders Carlsson
2009-12-11
Use named flags in RTTIBuilder::BuildPointerType.
Anders Carlsson
2009-12-04
Be sure to instantiate rtti for non-polymorphic bases.
Mike Stump
2009-12-02
Put the Builder classes into the anonymous namespace.
Mike Stump
2009-12-02
Change rtti/Rtti to RTTI, as it is an acronym.
Mike Stump
2009-12-02
Rename CGRtti.cpp to CGRTTI.cpp.
Mike Stump