aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVTables.cpp
AgeCommit message (Expand)Author
2011-04-07Reapply r128770. It's not the cause of the issues Devang saw with debug info. Ken Dyck
2011-04-04Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info.Devang Patel
2011-04-02Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() toKen Dyck
2011-04-02Use CharUnits for the offsets in the VirtualBaseClassOffsetOffsetsMapTy. NoKen Dyck
2011-04-02Use CharUnits for the offset type in the ClassNamesAndOffsets map inKen Dyck
2011-04-02Use CharUnits for the offsets in the VBaseOffsetOffsetsMapTy types. NoKen Dyck
2011-04-02Convert BaseOffset::NonVirtualOffset to CharUnits. No change inKen Dyck
2011-04-02Convert offset parameters and return values of VTableComponent methods toKen Dyck
2011-04-02Convert the offsets in VCallOffsetMap to CharUnits. No change inKen Dyck
2011-04-02Convert offset parameters of VTableBuilder::IsOverriderUsed() to CharUnits.Ken Dyck
2011-03-31Convert the return value ofKen Dyck
2011-03-31Convert the OffsetInLayoutClass parameter ofKen Dyck
2011-03-31Convert the OffsetInLayoutClass of the VCallAndVBaseOffsetBuilderKen Dyck
2011-03-31Convert the RealBaseOffset parameter ofKen Dyck
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2011-03-30Convert the offset parameter ofKen Dyck
2011-03-30Convert local offset variable to CharUnits in AddVCallOffsets. No change inKen Dyck
2011-03-30Convert a local offset variable to CharUnits. No change in functionalityKen Dyck
2011-03-30Convert the OffsetInLayoutClass parameter of DeterminePrimaryVirtualBases()Ken Dyck
2011-03-30Convert the OffsetInLayoutClass parameter of LayoutSecondaryVTables toKen Dyck
2011-03-27Convert offset parameter in LayoutPrimaryAndSecondaryVTables() to CharUnits.Ken Dyck
2011-03-27Convert VTableBuilder::MostDerivedClassOffset to CharUnits. No change inKen Dyck
2011-03-27Convert FinalOverriders::MostDerivedClassOffset to CharUnits. No change inKen Dyck
2011-03-27Remove a fixed FIXME comment (the base offset has already been converted toKen Dyck
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