summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/thunks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Complain about attempts to use 'protected' visibility on targetsJohn McCall2012-01-291-2/+2
* Add an implementation of thunks for varargs methods. The implementation is a...Eli Friedman2011-05-061-3/+27
* Warn about code that uses variables and functions with internal linkageJohn McCall2011-02-191-23/+21
* When re-using a vtable slot for the nearest overridden method, just becauseJohn McCall2010-11-091-0/+19
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-121-3/+4
* Extend the visibility-hidden optimization to linkonce_odr thunks forJohn McCall2010-08-041-1/+14
* Don't try to emit the vtable for a class just because we're emitting aJohn McCall2010-06-021-0/+12
* Correctly pass aggregates by reference when emitting thunks.John McCall2010-05-261-0/+18
* When generating the call arguments in a thunk to call the thunkee, doDouglas Gregor2010-05-211-0/+45
* When creating a this-adjustment thunk where the return value is of C++Douglas Gregor2010-05-201-4/+45
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-1/+1
* Give thunks the same linkage as their original methods.Anders Carlsson2010-03-271-4/+25
* Flip the switch and use the new vtable layout code for thunks by default. Add...Anders Carlsson2010-03-241-0/+116