summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVTables.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify thunks code.Anders Carlsson2011-02-061-7/+6
* Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV...Anders Carlsson2011-02-051-5/+6
* Re-land r124768, with a fix for PR9130.Anders Carlsson2011-02-051-2/+2
* Revert 124768.Rafael Espindola2011-02-031-2/+2
* Don't try to mark virtual members referenced for classes where the key functionAnders Carlsson2011-02-031-2/+2
* When building with optimizations, emit vtables where the key is not in the Anders Carlsson2011-01-301-0/+6
* Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins...Anders Carlsson2011-01-291-1/+1
* Get rid of an unneeded parameter from setGlobalVisibility.Anders Carlsson2011-01-291-1/+1
* Make emitting a VTT a two-step process, much like emitting a VTable. You firs...Anders Carlsson2011-01-291-1/+4
* Use CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cppAnders Carlsson2011-01-291-47/+4
* Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true.Anders Carlsson2011-01-291-1/+1
* More work to support -fapple-kext regarding Fariborz Jahanian2011-01-281-0/+7
* Also set unnamed_addr on declarations.Rafael Espindola2011-01-151-1/+1
* Only add unnamed_addr to definitions.Rafael Espindola2011-01-131-1/+1
* Add unnamed_addr to vtables.Rafael Espindola2011-01-111-2/+5
* Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual.Anders Carlsson2010-11-241-6/+6
* Move code off the primary base info iterator. No functionality change.Anders Carlsson2010-11-241-4/+14
* When re-using a vtable slot for the nearest overridden method, just becauseJohn McCall2010-11-091-1/+10
* Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...Anders Carlsson2010-10-311-27/+28
* Better solution: calculate the visibility of functions and variablesJohn McCall2010-10-301-2/+2
* Make sure the VTables for template instantiations are emitted even if the key...Argyrios Kyrtzidis2010-10-111-3/+22
* Teach IR generation to return 'this' from constructors and destructorsJohn McCall2010-08-311-20/+16
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-121-1/+4
* It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall2010-08-051-10/+6
* Extend the visibility-hidden optimization to linkonce_odr thunks forJohn McCall2010-08-041-1/+51
* Emit standard-library RTTI with external linkage, not weak_odr.John McCall2010-08-041-33/+1
* Extend the hidden-visibility vtables optimization to template classes thatJohn McCall2010-08-041-10/+26
* Emit weak vtables of non-template classes with hidden visibility.John McCall2010-08-031-0/+16
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-3/+0
* 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
OpenPOWER on IntegriCloud