aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGVTables.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-25The standard ARM C++ ABI dictates that inline functions areJohn McCall1-32/+176
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-10-25Initialize debug info for special cases of functions that lack declarations a...Alexey Samsonov1-1/+4
2012-10-24Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused.Douglas Gregor1-2/+1
2012-10-16PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function.David Blaikie1-1/+12
2012-09-21Call CGM.SetLLVMFunctionAttributesForDefinition on thunks so that they getRafael Espindola1-0/+2
2012-09-19Update clang for API change.Benjamin Kramer1-1/+3
2012-09-14Fix thunk emission for covariant virtual functions in cases which requireEli Friedman1-7/+16
2012-09-14Fix line endings.Eli Friedman1-5/+5
2012-07-31Don't crash *or* insert a bogus autorelease when emitting aJohn McCall1-0/+3
2012-07-17Fixed whitespace issue introduced in r160373.Joao Matos1-8/+7
2012-07-17[Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ...Joao Matos1-8/+8
2012-07-07Distinguish more carefully between free functions and C++ instance methodsJohn McCall1-3/+4
2012-03-20Fix a use-after-free in thunk emission. EmitThunk may call RAUW on Init, inva...Benjamin Kramer1-1/+1
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-1/+1
2012-02-17Whether an argument is required (in contrast with being anJohn McCall1-6/+6
2012-02-11Basic support for referring to captured variables from lambdas. Some simple ...Eli Friedman1-0/+1
2012-02-07simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner1-10/+5
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-3/+3
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-1/+1
2011-09-26Move VTable builder to ASTPeter Collingbourne1-2380/+0
2011-09-26Have CodeGenVTables::GenerateConstructionVTable use VTableLayoutPeter Collingbourne1-18/+10
2011-09-26Move vtable dumper call to VTableBuilder ctorPeter Collingbourne1-12/+3
2011-09-26Implement VTableContext::createConstructionVTableLayoutPeter Collingbourne1-10/+23
2011-09-26Move all vtable layout data into new VTableLayout classPeter Collingbourne1-59/+67
2011-09-26Move VTableComponent to header filePeter Collingbourne1-167/+0
2011-09-26Move vtable component accessors to VTableContextPeter Collingbourne1-41/+18
2011-09-26Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGenPeter Collingbourne1-23/+19
2011-09-26Create a VTableContext class and start moving CodeGenVTables methods to itPeter Collingbourne1-16/+19
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie1-3/+0
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie1-7/+7
2011-09-02Extend the ASTContext constructor to delay the initialization ofDouglas Gregor1-1/+1
2011-08-09Revert bad change. (It may look equivalent, but it isn't.)Eli Friedman1-1/+1
2011-08-09Cleanup; no functionality change.Eli Friedman1-1/+1
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