aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVTables.cpp
AgeCommit message (Expand)Author
2012-03-20Fix a use-after-free in thunk emission. EmitThunk may call RAUW on Init, inva...Benjamin Kramer
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-02-17Whether an argument is required (in contrast with being anJohn McCall
2012-02-11Basic support for referring to captured variables from lambdas. Some simple ...Eli Friedman
2012-02-07simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2011-09-26Move VTable builder to ASTPeter Collingbourne
2011-09-26Have CodeGenVTables::GenerateConstructionVTable use VTableLayoutPeter Collingbourne
2011-09-26Move vtable dumper call to VTableBuilder ctorPeter Collingbourne
2011-09-26Implement VTableContext::createConstructionVTableLayoutPeter Collingbourne
2011-09-26Move all vtable layout data into new VTableLayout classPeter Collingbourne
2011-09-26Move VTableComponent to header filePeter Collingbourne
2011-09-26Move vtable component accessors to VTableContextPeter Collingbourne
2011-09-26Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGenPeter Collingbourne
2011-09-26Create a VTableContext class and start moving CodeGenVTables methods to itPeter Collingbourne
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-02Extend the ASTContext constructor to delay the initialization ofDouglas Gregor
2011-08-09Revert bad change. (It may look equivalent, but it isn't.)Eli Friedman
2011-08-09Cleanup; no functionality change.Eli Friedman
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-18de-constify llvm::Type, patch by David Blaikie!Chris Lattner
2011-07-10Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible sinceChris Lattner
2011-06-22Replace the existing forms of ConstantArray::get() with a single formJay Foad
2011-05-16Fix another regression from the "skip vtable pointer initialization"Anders Carlsson
2011-05-06Add an implementation of thunks for varargs methods. The implementation is a...Eli Friedman
2011-05-02Simplify code a bit by using CallArgList::add. No intended functionality cha...Eli Friedman
2011-04-10Change CollectPrimaryBases to collect the bases in the right order. Fixes one...Anders Carlsson
2011-04-10Make -fdump-vtable-layouts also dump vtable indices for all virtual member fu...Anders Carlsson
2011-04-07[Reapply r128776, modified so that it does not break debug info.]Ken Dyck
2011-04-07[Reapply r128773. This is not the source of the issues Devang was seeingKen Dyck
2011-04-07[Reapply r128771. It wasn't the source of the issues Devang saw with debugKen Dyck
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