summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVTables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move VTable builder to ASTPeter Collingbourne2011-09-261-2380/+0
* Have CodeGenVTables::GenerateConstructionVTable use VTableLayoutPeter Collingbourne2011-09-261-18/+10
* Move vtable dumper call to VTableBuilder ctorPeter Collingbourne2011-09-261-12/+3
* Implement VTableContext::createConstructionVTableLayoutPeter Collingbourne2011-09-261-10/+23
* Move all vtable layout data into new VTableLayout classPeter Collingbourne2011-09-261-59/+67
* Move VTableComponent to header filePeter Collingbourne2011-09-261-167/+0
* Move vtable component accessors to VTableContextPeter Collingbourne2011-09-261-41/+18
* Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGenPeter Collingbourne2011-09-261-23/+19
* Create a VTableContext class and start moving CodeGenVTables methods to itPeter Collingbourne2011-09-261-16/+19
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-3/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-7/+7
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+1
* Revert bad change. (It may look equivalent, but it isn't.)Eli Friedman2011-08-091-1/+1
* Cleanup; no functionality change.Eli Friedman2011-08-091-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-13/+13
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-11/+11
* Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible sinceChris Lattner2011-07-101-1/+2
* Replace the existing forms of ConstantArray::get() with a single formJay Foad2011-06-221-1/+1
* Fix another regression from the "skip vtable pointer initialization"Anders Carlsson2011-05-161-1/+1
* Add an implementation of thunks for varargs methods. The implementation is a...Eli Friedman2011-05-061-41/+140
* Simplify code a bit by using CallArgList::add. No intended functionality cha...Eli Friedman2011-05-021-1/+1
* Change CollectPrimaryBases to collect the bases in the right order. Fixes one...Anders Carlsson2011-04-101-7/+9
* Make -fdump-vtable-layouts also dump vtable indices for all virtual member fu...Anders Carlsson2011-04-101-0/+42
* [Reapply r128776, modified so that it does not break debug info.]Ken Dyck2011-04-071-5/+6
* [Reapply r128773. This is not the source of the issues Devang was seeingKen Dyck2011-04-071-4/+4
* [Reapply r128771. It wasn't the source of the issues Devang saw with debugKen Dyck2011-04-071-4/+4
* Reapply r128770. It's not the cause of the issues Devang saw with debug info. Ken Dyck2011-04-071-8/+11
* Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info.Devang Patel2011-04-041-18/+14
* Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() toKen Dyck2011-04-021-5/+6
* Use CharUnits for the offsets in the VirtualBaseClassOffsetOffsetsMapTy. NoKen Dyck2011-04-021-4/+4
* Use CharUnits for the offset type in the ClassNamesAndOffsets map inKen Dyck2011-04-021-4/+4
* Use CharUnits for the offsets in the VBaseOffsetOffsetsMapTy types. NoKen Dyck2011-04-021-8/+11
* Convert BaseOffset::NonVirtualOffset to CharUnits. No change inKen Dyck2011-04-021-12/+12
* Convert offset parameters and return values of VTableComponent methods toKen Dyck2011-04-021-20/+29
* Convert the offsets in VCallOffsetMap to CharUnits. No change inKen Dyck2011-04-021-8/+9
* Convert offset parameters of VTableBuilder::IsOverriderUsed() to CharUnits.Ken Dyck2011-04-021-7/+7
* Convert the return value ofKen Dyck2011-03-311-11/+11
* Convert the OffsetInLayoutClass parameter ofKen Dyck2011-03-311-9/+10
* Convert the OffsetInLayoutClass of the VCallAndVBaseOffsetBuilderKen Dyck2011-03-311-6/+6
* Convert the RealBaseOffset parameter ofKen Dyck2011-03-311-5/+6
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+1
* Convert the offset parameter ofKen Dyck2011-03-301-4/+4
* Convert local offset variable to CharUnits in AddVCallOffsets. No change inKen Dyck2011-03-301-4/+4
* Convert a local offset variable to CharUnits. No change in functionalityKen Dyck2011-03-301-3/+3
* Convert the OffsetInLayoutClass parameter of DeterminePrimaryVirtualBases()Ken Dyck2011-03-301-9/+9
* Convert the OffsetInLayoutClass parameter of LayoutSecondaryVTables toKen Dyck2011-03-301-8/+6
* Convert offset parameter in LayoutPrimaryAndSecondaryVTables() to CharUnits.Ken Dyck2011-03-271-16/+16
* Convert VTableBuilder::MostDerivedClassOffset to CharUnits. No change inKen Dyck2011-03-271-16/+15
* Convert FinalOverriders::MostDerivedClassOffset to CharUnits. No change inKen Dyck2011-03-271-5/+8
* Remove a fixed FIXME comment (the base offset has already been converted toKen Dyck2011-03-271-1/+0
OpenPOWER on IntegriCloud