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
/
CGVTT.cpp
Age
Commit message (
Expand
)
Author
2010-08-31
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-05-06
The global variable for the VTT might not have external linkage; allow
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-11
Clarify an assertion.
Anders Carlsson
2010-03-30
Remove the old vtable layout code.
Anders Carlsson
2010-03-29
Use the newly added function in the VTT builder.
Anders Carlsson
2010-03-29
Fix thinko.
Anders Carlsson
2010-03-29
Two bug fixes, we weren't updating the thunk index when creating the vtable i...
Anders Carlsson
2010-03-26
Add and implement CodeGenVTables::getSecondaryVirtualPointerIndex (not used y...
Anders Carlsson
2010-03-26
More cleanup.
Anders Carlsson
2010-03-26
Way more VTT builder cleanup.
Anders Carlsson
2010-03-26
More VTT builder cleanup.
Anders Carlsson
2010-03-26
More VTT cleanup.
Anders Carlsson
2010-03-26
Start cleaning up the VTT builder to make it work more like the VTable builder.
Anders Carlsson
2010-03-26
Remove some VTT builder arguments that were always zero.
Anders Carlsson
2010-03-25
More address point map shuffling.
Anders Carlsson
2010-03-25
Shuffle some code around; this will make it easier to use the new layout code...
Anders Carlsson
2010-03-24
Use getNamedGlobal instead of getGlobalVariable. (Fixes self-host).
Anders Carlsson
2010-03-24
More vtable work; preparations for moving over to the new vtable layout code ...
Anders Carlsson
2010-03-23
Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...
Anders Carlsson
2010-02-28
Pass information about whether a base is virtual or not down to getCtorVtable...
Anders Carlsson
2010-01-21
Move the VTT related code into its own file, CGVTT.cpp
Anders Carlsson