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-11-21
IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into,
Daniel Dunbar
2009-11-21
Sink free mangle* methods into MangleContext.
Daniel Dunbar
2009-11-20
Simplify rtti building code a little. Prep for reuse for throw rtti
Mike Stump
2009-11-19
Improve instantiation control for rtti data and allow key functions to
Mike Stump
2009-11-18
Propagate hidden to the _ZTS symbols appropriately. WIP.
Mike Stump
2009-11-18
Be sure to set visibility for ZTI symbols for classes from the class.
Mike Stump
2009-11-18
Make _ZTI symbols hidden. This speeds up the dynamic linker.
Mike Stump
2009-11-17
Cleanup.
Mike Stump
2009-11-17
Add rtti support for arrays, functiond without prototypes, vectors and
Mike Stump
2009-11-17
Add rtti info for function prototypes and refactor. This allows
Mike Stump
2009-11-17
Add rtti support for pointer to data members.
Mike Stump
2009-11-17
Add rtti support for non-member pointers. WIP.
Mike Stump
2009-11-17
Add typeinfo support for T* and const T* for all builtin types T.
Mike Stump
2009-11-17
Add typeid for the builtin types. WIP.
Mike Stump
2009-11-15
Finish off support for typeinfo generation for classes.
Mike Stump
2009-11-14
Finisgh off rest of class_type_info rtti generation.
Mike Stump
2009-11-14
Build up more of the rtti info for a class. WIP.
Mike Stump
2009-11-14
Add the name to the rtti data structure.
Mike Stump
2009-10-30
Fix thinko, mangleCXXRtti should obviously take a QualType!
Anders Carlsson
2009-10-30
mangleCXXRtti obviously needs to take a type, what was I thinking...
Anders Carlsson
2009-10-11
Change mangleCXXVtable and mangleCXXRtti to take CXXRecordDecls instead of Qu...
Anders Carlsson
2009-10-10
Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ...
Anders Carlsson