aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVTables.cpp
AgeCommit message (Expand)Author
2011-03-27Convert the offset parameters of AddMethods() to CharUnits. No change inKen Dyck
2011-03-27Convert the BaseOffsetInLayoutClass parameter of ComputeThisAdjustment() toKen Dyck
2011-03-27Convert offset members in MethodInfo to CharUnits. No change inKen Dyck
2011-03-27We were emitting construction v-tables with internal linkage all the time.John McCall
2011-03-26On Mac OS X, the presence of an 'availability' attribute for thatDouglas Gregor
2011-03-26Convert the OffsetInLayoutClass parameter ofKen Dyck
2011-03-26Convert FinalOverriders::Offset to CharUnits. No change in functionalityKen Dyck
2011-03-26Convert offset in MethodBaseOffsetPairTy to CharUnits. No change inKen Dyck
2011-03-26Convert the offsets in SubobjectOffsetMapTy to CharUnits. No change inKen Dyck
2011-03-26Convert several local variables to CharUnits. No change in functionalityKen Dyck
2011-03-24Convert the BaseOffset member of BaseSubobject to CharUnits from bits. NoKen Dyck
2011-03-11Use a slightly more semantic interface for emitting call arguments.John McCall
2011-03-09Tame this assert, hopefully fixing self-host.John McCall
2011-03-09Use the "undergoes default argument promotion" bit on parameters toJohn McCall
2011-03-02Revert "Add CC_Win64ThisCall and set it in the necessary places."Tilmann Scheller
2011-03-02Revert "Add preliminary support for MSVC-style vtables."Tilmann Scheller
2011-03-02Add preliminary support for MSVC-style vtables.Tilmann Scheller
2011-03-02Add CC_Win64ThisCall and set it in the necessary places.Tilmann Scheller
2011-02-11For consistency, use llvm::raw_ostream in the rest of the mangle api.Rafael Espindola
2011-02-08Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall
2011-02-06Fix self-host; if a thunk already exists and has available_externally linkage...Anders Carlsson
2011-02-06When building with optimizations, emit thunks with available_externally linka...Anders Carlsson
2011-02-06Simplify thunks code.Anders Carlsson
2011-02-05Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV...Anders Carlsson
2011-02-05Re-land r124768, with a fix for PR9130.Anders Carlsson
2011-02-03Revert 124768.Rafael Espindola
2011-02-03Don't try to mark virtual members referenced for classes where the key functionAnders Carlsson
2011-01-30When building with optimizations, emit vtables where the key is not in the Anders Carlsson
2011-01-29Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins...Anders Carlsson
2011-01-29Get rid of an unneeded parameter from setGlobalVisibility.Anders Carlsson
2011-01-29Make emitting a VTT a two-step process, much like emitting a VTable. You firs...Anders Carlsson
2011-01-29Use CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cppAnders Carlsson
2011-01-29Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true.Anders Carlsson
2011-01-28More work to support -fapple-kext regarding Fariborz Jahanian
2011-01-15Also set unnamed_addr on declarations.Rafael Espindola
2011-01-13Only add unnamed_addr to definitions.Rafael Espindola
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