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
/
CGVTables.h
Age
Commit message (
Expand
)
Author
2011-02-06
When building with optimizations, emit thunks with available_externally linka...
Anders Carlsson
2011-01-29
Make emitting a VTT a two-step process, much like emitting a VTable. You firs...
Anders Carlsson
2011-01-13
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2010-10-11
Make sure the VTables for template instantiations are emitted even if the key...
Argyrios Kyrtzidis
2010-07-07
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-06-02
Don't try to emit the vtable for a class just because we're emitting a
John McCall
2010-05-13
Rework when and how vtables are emitted, by tracking where vtables are
Douglas Gregor
2010-05-03
Store the entire base subobject in SubVTTIndices.
Anders Carlsson
2010-05-02
Have getSubVTTIndex take a BaseSubobject instead of just a base.
Anders Carlsson
2010-04-19
If a method is virtual and the class key function is in another file, emit th...
Rafael Espindola
2010-04-17
Vtable -> VTable renames across the board.
Anders Carlsson
2010-04-08
Rename CGVtable files to CGVTables.
Anders Carlsson