aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVTables.cpp
AgeCommit message (Expand)Author
2011-01-11Add unnamed_addr to vtables.Rafael Espindola
2010-11-24Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual.Anders Carlsson
2010-11-24Move code off the primary base info iterator. No functionality change.Anders Carlsson
2010-11-09When re-using a vtable slot for the nearest overridden method, just becauseJohn McCall
2010-10-31Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...Anders Carlsson
2010-10-30Better solution: calculate the visibility of functions and variablesJohn McCall
2010-10-11Make sure the VTables for template instantiations are emitted even if the key...Argyrios Kyrtzidis
2010-08-31Teach IR generation to return 'this' from constructors and destructorsJohn McCall
2010-08-12Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall
2010-08-05It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall
2010-08-04Extend the visibility-hidden optimization to linkonce_odr thunks forJohn McCall
2010-08-04Emit standard-library RTTI with external linkage, not weak_odr.John McCall
2010-08-04Extend the hidden-visibility vtables optimization to template classes thatJohn McCall
2010-08-03Emit weak vtables of non-template classes with hidden visibility.John McCall
2010-07-25Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor
2010-06-14Make sure to set the visible on a vtable; VTTs and typeinfo alreadyDouglas Gregor
2010-06-04Remove now unused code.Anders Carlsson
2010-06-04Use CXXRecordDecl::getFinalOverriders to get final overriders. This speeds up...Anders Carlsson
2010-06-02Don't try to emit the vtable for a class just because we're emitting aJohn McCall
2010-06-01More cleanup.Anders Carlsson
2010-06-01More cleanup.Anders Carlsson
2010-06-01Cleanup.Anders Carlsson
2010-05-30Remove unused parameter to FinalOverriders::PropagateOverrider.Anders Carlsson
2010-05-26Correctly pass aggregates by reference when emitting thunks.John McCall
2010-05-25If a function definition has any sort of weak linkage, its static localJohn McCall
2010-05-21When generating the call arguments in a thunk to call the thunkee, doDouglas Gregor
2010-05-20When creating a this-adjustment thunk where the return value is of C++Douglas Gregor
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2010-05-06Fix typo in comment; 80 col violationDouglas Gregor
2010-05-05Pass the globaldecl into GetOrCreateLLVMFunction so that llvmChris Lattner
2010-04-17Vtable -> VTable renames across the board.Anders Carlsson
2010-04-17Fix a bug where we would sometimes incorrectly mark an vtable function as unu...Anders Carlsson
2010-04-11Fix another bug where we wouldn't generate secondary vtables for construction...Anders Carlsson
2010-04-11More renames.Anders Carlsson
2010-04-11Rename a function parameter.Anders Carlsson
2010-04-11Fix a bug where we were adding too many vcall offsets in some cases.Anders Carlsson
2010-04-10Enable an assert and remove a now unnecessary assert.Anders Carlsson
2010-04-10Fix a bug where we would add the same function twice in a vtable.Anders Carlsson
2010-04-10Rename VtableComponent and VtableBuilder.Anders Carlsson
2010-04-08Rename CGVtable files to CGVTables.Anders Carlsson