aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGVTables.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-13/+13
2011-07-18de-constify llvm::Type, patch by David Blaikie!Chris Lattner1-11/+11
2011-07-10Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible sinceChris Lattner1-1/+2
2011-06-22Replace the existing forms of ConstantArray::get() with a single formJay Foad1-1/+1
2011-05-16Fix another regression from the "skip vtable pointer initialization"Anders Carlsson1-1/+1
2011-05-06Add an implementation of thunks for varargs methods. The implementation is a...Eli Friedman1-41/+140
2011-05-02Simplify code a bit by using CallArgList::add. No intended functionality cha...Eli Friedman1-1/+1
2011-04-10Change CollectPrimaryBases to collect the bases in the right order. Fixes one...Anders Carlsson1-7/+9
2011-04-10Make -fdump-vtable-layouts also dump vtable indices for all virtual member fu...Anders Carlsson1-0/+42
2011-04-07[Reapply r128776, modified so that it does not break debug info.]Ken Dyck1-5/+6
2011-04-07[Reapply r128773. This is not the source of the issues Devang was seeingKen Dyck1-4/+4
2011-04-07[Reapply r128771. It wasn't the source of the issues Devang saw with debugKen Dyck1-4/+4
2011-04-07Reapply r128770. It's not the cause of the issues Devang saw with debug info. Ken Dyck1-8/+11
2011-04-04Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info.Devang Patel1-18/+14
2011-04-02Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() toKen Dyck1-5/+6
2011-04-02Use CharUnits for the offsets in the VirtualBaseClassOffsetOffsetsMapTy. NoKen Dyck1-4/+4
2011-04-02Use CharUnits for the offset type in the ClassNamesAndOffsets map inKen Dyck1-4/+4
2011-04-02Use CharUnits for the offsets in the VBaseOffsetOffsetsMapTy types. NoKen Dyck1-8/+11
2011-04-02Convert BaseOffset::NonVirtualOffset to CharUnits. No change inKen Dyck1-12/+12
2011-04-02Convert offset parameters and return values of VTableComponent methods toKen Dyck1-20/+29
2011-04-02Convert the offsets in VCallOffsetMap to CharUnits. No change inKen Dyck1-8/+9
2011-04-02Convert offset parameters of VTableBuilder::IsOverriderUsed() to CharUnits.Ken Dyck1-7/+7
2011-03-31Convert the return value ofKen Dyck1-11/+11
2011-03-31Convert the OffsetInLayoutClass parameter ofKen Dyck1-9/+10
2011-03-31Convert the OffsetInLayoutClass of the VCallAndVBaseOffsetBuilderKen Dyck1-6/+6
2011-03-31Convert the RealBaseOffset parameter ofKen Dyck1-5/+6
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad1-2/+1
2011-03-30Convert the offset parameter ofKen Dyck1-4/+4
2011-03-30Convert local offset variable to CharUnits in AddVCallOffsets. No change inKen Dyck1-4/+4
2011-03-30Convert a local offset variable to CharUnits. No change in functionalityKen Dyck1-3/+3
2011-03-30Convert the OffsetInLayoutClass parameter of DeterminePrimaryVirtualBases()Ken Dyck1-9/+9
2011-03-30Convert the OffsetInLayoutClass parameter of LayoutSecondaryVTables toKen Dyck1-8/+6
2011-03-27Convert offset parameter in LayoutPrimaryAndSecondaryVTables() to CharUnits.Ken Dyck1-16/+16
2011-03-27Convert VTableBuilder::MostDerivedClassOffset to CharUnits. No change inKen Dyck1-16/+15
2011-03-27Convert FinalOverriders::MostDerivedClassOffset to CharUnits. No change inKen Dyck1-5/+8
2011-03-27Remove a fixed FIXME comment (the base offset has already been converted toKen Dyck1-1/+0
2011-03-27Convert the offset parameters of AddMethods() to CharUnits. No change inKen Dyck1-17/+15
2011-03-27Convert the BaseOffsetInLayoutClass parameter of ComputeThisAdjustment() toKen Dyck1-9/+8
2011-03-27Convert offset members in MethodInfo to CharUnits. No change inKen Dyck1-14/+17
2011-03-27We were emitting construction v-tables with internal linkage all the time.John McCall1-2/+6
2011-03-26On Mac OS X, the presence of an 'availability' attribute for thatDouglas Gregor1-1/+1
2011-03-26Convert the OffsetInLayoutClass parameter ofKen Dyck1-8/+8
2011-03-26Convert FinalOverriders::Offset to CharUnits. No change in functionalityKen Dyck1-8/+8
2011-03-26Convert offset in MethodBaseOffsetPairTy to CharUnits. No change inKen Dyck1-9/+8
2011-03-26Convert the offsets in SubobjectOffsetMapTy to CharUnits. No change inKen Dyck1-8/+8
2011-03-26Convert several local variables to CharUnits. No change in functionalityKen Dyck1-45/+39
2011-03-24Convert the BaseOffset member of BaseSubobject to CharUnits from bits. NoKen Dyck1-51/+74
2011-03-11Use a slightly more semantic interface for emitting call arguments.John McCall1-5/+2
2011-03-09Tame this assert, hopefully fixing self-host.John McCall1-1/+20
2011-03-09Use the "undergoes default argument promotion" bit on parameters toJohn McCall1-8/+15