summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVTables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure to set the visible on a vtable; VTTs and typeinfo alreadyDouglas Gregor2010-06-141-0/+3
* Remove now unused code.Anders Carlsson2010-06-041-235/+13
* Use CXXRecordDecl::getFinalOverriders to get final overriders. This speeds up...Anders Carlsson2010-06-041-1/+119
* Don't try to emit the vtable for a class just because we're emitting aJohn McCall2010-06-021-12/+18
* More cleanup.Anders Carlsson2010-06-011-14/+10
* More cleanup.Anders Carlsson2010-06-011-35/+10
* Cleanup.Anders Carlsson2010-06-011-8/+9
* Remove unused parameter to FinalOverriders::PropagateOverrider.Anders Carlsson2010-05-301-5/+3
* Correctly pass aggregates by reference when emitting thunks.John McCall2010-05-261-8/+1
* If a function definition has any sort of weak linkage, its static localJohn McCall2010-05-251-1/+1
* When generating the call arguments in a thunk to call the thunkee, doDouglas Gregor2010-05-211-3/+9
* When creating a this-adjustment thunk where the return value is of C++Douglas Gregor2010-05-201-2/+9
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-47/+7
* Fix typo in comment; 80 col violationDouglas Gregor2010-05-061-3/+3
* Pass the globaldecl into GetOrCreateLLVMFunction so that llvmChris Lattner2010-05-051-1/+1
* Vtable -> VTable renames across the board.Anders Carlsson2010-04-171-31/+31
* Fix a bug where we would sometimes incorrectly mark an vtable function as unu...Anders Carlsson2010-04-171-6/+3
* Fix another bug where we wouldn't generate secondary vtables for construction...Anders Carlsson2010-04-111-5/+9
* More renames.Anders Carlsson2010-04-111-46/+46
* Rename a function parameter.Anders Carlsson2010-04-111-6/+10
* Fix a bug where we were adding too many vcall offsets in some cases.Anders Carlsson2010-04-111-20/+7
* Enable an assert and remove a now unnecessary assert.Anders Carlsson2010-04-101-12/+0
* Fix a bug where we would add the same function twice in a vtable.Anders Carlsson2010-04-101-18/+20
* Rename VtableComponent and VtableBuilder.Anders Carlsson2010-04-101-90/+90
* Rename CGVtable files to CGVTables.Anders Carlsson2010-04-081-0/+3185
OpenPOWER on IntegriCloud