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
/
CGVtable.cpp
Age
Commit message (
Expand
)
Author
2010-04-08
Rename CGVtable files to CGVTables.
Anders Carlsson
2010-04-08
Clarify an assert.
Anders Carlsson
2010-04-08
Eliminate excessive PCH deserialization caused by the search for
Douglas Gregor
2010-04-03
Don't produce a vtable for a class if we have an explicit template instantiat...
Rafael Espindola
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
Don't produce a vtable if we are just instantiating a method and the
Rafael Espindola
2010-03-30
Remove the old vtable layout code.
Anders Carlsson
2010-03-30
Remove UseNewVTableCode checks.
Anders Carlsson
2010-03-30
Flip the switch and use the new vtable layout code for everything. I've verif...
Anders Carlsson
2010-03-29
Another vtable layout fix, making us match gcc better.
Anders Carlsson
2010-03-29
Handle pure virtual member functions.
Anders Carlsson
2010-03-29
More vtable work - it's not possible to use the new vtable code for everythin...
Anders Carlsson
2010-03-29
Only add thunks for the most derived class. This fixes some link errors I was...
Anders Carlsson
2010-03-29
Cleanup, no functionality change.
Anders Carlsson
2010-03-29
Add the thunks needed by this vtable.
Anders Carlsson
2010-03-29
Make sure to sort the vtable thunks by their vtable index :) With this we now...
Anders Carlsson
2010-03-29
Two bug fixes, we weren't updating the thunk index when creating the vtable i...
Anders Carlsson
2010-03-27
Give thunks the same linkage as their original methods.
Anders Carlsson
2010-03-26
Use the new vtable layout code for construction vtables.
Anders Carlsson
2010-03-26
Way more VTT builder 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-25
Don't add address points for virtual primary bases that aren't primary bases ...
Anders Carlsson
2010-03-25
Use the new vtable layout code for construction vtables.
Anders Carlsson
2010-03-25
When -fdump-vtable-layouts is specified, construction vtable initializers wil...
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
More vtable improvements. We now compute and keep track of all vtable related...
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-24
Remove old thunks code.
Anders Carlsson
2010-03-24
Flip the switch and use the new vtable layout code for thunks by default. Add...
Anders Carlsson
2010-03-24
Add CodeGenFunction::GenerateThunk and implement it.
Anders Carlsson
2010-03-24
Minor cleanup.
Anders Carlsson
2010-03-23
revert 99311. Looks like it broke darwin bootstrap.
Rafael Espindola
2010-03-23
Avoid producing implicit methods when we have a explicit template instantiation
Rafael Espindola
2010-03-23
More work on thunks - don't assert if there's a variable with the same name a...
Anders Carlsson
2010-03-23
More thunks scaffolding.
Anders Carlsson
2010-03-23
More work on thunks.
Anders Carlsson
2010-03-23
Move ThunkInfo as well.
Anders Carlsson
2010-03-23
Move ReturnAdjustment and ThisAdjustment out into CGVtable.h
Anders Carlsson
2010-03-23
Baby steps towards making thunks be emitted from the new vtable layout code.
Anders Carlsson
2010-03-23
Some renames.
Anders Carlsson
2010-03-23
Always emit associated thunks when emitting the function itself. Remove getVt...
Anders Carlsson
2010-03-23
Rename MaybeEmitVtable to EmitVTableRelatedData in preparation for making it ...
Anders Carlsson
2010-03-23
Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...
Anders Carlsson
2010-03-22
More work on thunks; almost there now.
Anders Carlsson
2010-03-22
Add less than operators to ThisAdjustment, ReturnAdjustment and ThunkInfo. So...
Anders Carlsson
2010-03-22
Improve dumping of thunks.
Anders Carlsson
2010-03-22
We want to add all thunks, not just 'this' adjustment thunks.
Anders Carlsson
2010-03-21
AddThunk should take a const reference.
Anders Carlsson
[next]