1. e3d6cf2 Fix another regression from the "skip vtable pointer initialization" by Anders Carlsson · 13 years ago
  2. 7dcdf5b Add an implementation of thunks for varargs methods. The implementation is a bit messy, but it is correct as long as the method in question doesn't use indirect gotos. A couple of possible alternative implementations are outlined in FIXME's in this patch. rdar://problem/8077308 . by Eli Friedman · 14 years ago
  3. 04c9a49 Simplify code a bit by using CallArgList::add. No intended functionality change. by Eli Friedman · 14 years ago
  4. b8bced0 Change CollectPrimaryBases to collect the bases in the right order. Fixes one half of PR9660. by Anders Carlsson · 14 years ago
  5. d24e50c Make -fdump-vtable-layouts also dump vtable indices for all virtual member functions in the class. by Anders Carlsson · 14 years ago
  6. 14c65ca [Reapply r128776, modified so that it does not break debug info.] by Ken Dyck · 14 years ago
  7. 1a7f752 [Reapply r128773. This is not the source of the issues Devang was seeing by Ken Dyck · 14 years ago
  8. 3015c4c [Reapply r128771. It wasn't the source of the issues Devang saw with debug by Ken Dyck · 14 years ago
  9. d28c33c Reapply r128770. It's not the cause of the issues Devang saw with debug info. by Ken Dyck · 14 years ago
  10. 62c117d Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info. by Devang Patel · 14 years ago
  11. 4fbabd3 Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to by Ken Dyck · 14 years ago
  12. d221532 Use CharUnits for the offsets in the VirtualBaseClassOffsetOffsetsMapTy. No by Ken Dyck · 14 years ago
  13. 2c026e1 Use CharUnits for the offset type in the ClassNamesAndOffsets map in by Ken Dyck · 14 years ago
  14. e3e34e9 Use CharUnits for the offsets in the VBaseOffsetOffsetsMapTy types. No by Ken Dyck · 14 years ago
  15. 396e4f6 Convert BaseOffset::NonVirtualOffset to CharUnits. No change in by Ken Dyck · 14 years ago
  16. c40a3fd Convert offset parameters and return values of VTableComponent methods to by Ken Dyck · 14 years ago
  17. c952d38 Convert the offsets in VCallOffsetMap to CharUnits. No change in by Ken Dyck · 14 years ago
  18. 413e7d2 Convert offset parameters of VTableBuilder::IsOverriderUsed() to CharUnits. by Ken Dyck · 14 years ago
  19. 3ed994b Convert the return value of by Ken Dyck · 14 years ago
  20. bb625e9 Convert the OffsetInLayoutClass parameter of by Ken Dyck · 14 years ago
  21. 3ecfa2d Convert the OffsetInLayoutClass of the VCallAndVBaseOffsetBuilder by Ken Dyck · 14 years ago
  22. f38d8ae Convert the RealBaseOffset parameter of by Ken Dyck · 14 years ago
  23. bbf3bac Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  24. 301af86 Convert the offset parameter of by Ken Dyck · 14 years ago
  25. 0c64b7d Convert local offset variable to CharUnits in AddVCallOffsets. No change in by Ken Dyck · 14 years ago
  26. 7262e90 Convert a local offset variable to CharUnits. No change in functionality by Ken Dyck · 14 years ago
  27. 8fe5993 Convert the OffsetInLayoutClass parameter of DeterminePrimaryVirtualBases() by Ken Dyck · 14 years ago
  28. 75762b3 Convert the OffsetInLayoutClass parameter of LayoutSecondaryVTables to by Ken Dyck · 14 years ago
  29. 7ba8f52 Convert offset parameter in LayoutPrimaryAndSecondaryVTables() to CharUnits. by Ken Dyck · 14 years ago
  30. 23da84a Convert VTableBuilder::MostDerivedClassOffset to CharUnits. No change in by Ken Dyck · 14 years ago
  31. fc72420 Convert FinalOverriders::MostDerivedClassOffset to CharUnits. No change in by Ken Dyck · 14 years ago
  32. 9198e39 Remove a fixed FIXME comment (the base offset has already been converted to by Ken Dyck · 14 years ago
  33. 3a72680 Convert the offset parameters of AddMethods() to CharUnits. No change in by Ken Dyck · 14 years ago
  34. 0e55ade Convert the BaseOffsetInLayoutClass parameter of ComputeThisAdjustment() to by Ken Dyck · 14 years ago
  35. 82abeae Convert offset members in MethodInfo to CharUnits. No change in by Ken Dyck · 14 years ago
  36. bda0d6b We were emitting construction v-tables with internal linkage all the time. by John McCall · 14 years ago
  37. 4421d2b On Mac OS X, the presence of an 'availability' attribute for that by Douglas Gregor · 14 years ago
  38. b4c82b4 Convert the OffsetInLayoutClass parameter of by Ken Dyck · 14 years ago
  39. 17d8519 Convert FinalOverriders::Offset to CharUnits. No change in functionality by Ken Dyck · 14 years ago
  40. e620313 Convert offset in MethodBaseOffsetPairTy to CharUnits. No change in by Ken Dyck · 14 years ago
  41. 35c416b Convert the offsets in SubobjectOffsetMapTy to CharUnits. No change in by Ken Dyck · 14 years ago
  42. 57ebe33 Convert several local variables to CharUnits. No change in functionality by Ken Dyck · 14 years ago
  43. 4230d52 Convert the BaseOffset member of BaseSubobject to CharUnits from bits. No by Ken Dyck · 14 years ago
  44. 413ebdb Use a slightly more semantic interface for emitting call arguments. by John McCall · 14 years ago
  45. 311b442 Tame this assert, hopefully fixing self-host. by John McCall · 14 years ago
  46. d26bc76 Use the "undergoes default argument promotion" bit on parameters to by John McCall · 14 years ago
  47. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 14 years ago
  48. ca0df92 Revert "Add preliminary support for MSVC-style vtables." by Tilmann Scheller · 14 years ago
  49. ab456cf Add preliminary support for MSVC-style vtables. by Tilmann Scheller · 14 years ago
  50. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 14 years ago
  51. f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 14 years ago
  52. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 14 years ago
  53. 22df7b1 Fix self-host; if a thunk already exists and has available_externally linkage, we should change its linkage instead of asserting. by Anders Carlsson · 14 years ago
  54. 14e82fd When building with optimizations, emit thunks with available_externally linkage so devirtualized function calls can also be de-thunked. by Anders Carlsson · 14 years ago
  55. 84c49e4 Simplify thunks code. by Anders Carlsson · 14 years ago
  56. bbfd5ba Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLVMFunction so that we by Anders Carlsson · 14 years ago
  57. 1faa89f Re-land r124768, with a fix for PR9130. by Anders Carlsson · 14 years ago
  58. 01de7a4 Revert 124768. by Rafael Espindola · 14 years ago
  59. aedd9d5 Don't try to mark virtual members referenced for classes where the key function by Anders Carlsson · 14 years ago
  60. 6d7f847 When building with optimizations, emit vtables where the key is not in the by Anders Carlsson · 14 years ago
  61. fa2e99f Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum instead of an "IsForRTTI" flag. by Anders Carlsson · 14 years ago
  62. 0ffeaad Get rid of an unneeded parameter from setGlobalVisibility. by Anders Carlsson · 14 years ago
  63. 1cbce12 Make emitting a VTT a two-step process, much like emitting a VTable. You first get the address of the VTT, and then pass it to EmitVTTDefinition. by Anders Carlsson · 14 years ago
  64. 96eaf29 Use CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cpp by Anders Carlsson · 14 years ago
  65. c93a776 Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true. by Anders Carlsson · 14 years ago
  66. a50e33e More work to support -fapple-kext regarding by Fariborz Jahanian · 14 years ago
  67. cd3ac4b Also set unnamed_addr on declarations. by Rafael Espindola · 14 years ago
  68. 62b1607 Only add unnamed_addr to definitions. by Rafael Espindola · 14 years ago
  69. 9f959db Add unnamed_addr to vtables. by Rafael Espindola · 14 years ago
  70. c9e814b Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. by Anders Carlsson · 14 years ago
  71. bdb4a9d Move code off the primary base info iterator. No functionality change. by Anders Carlsson · 14 years ago
  72. 4e3b17c When re-using a vtable slot for the nearest overridden method, just because by John McCall · 14 years ago
  73. a14f597 Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBaseClassOffset which returns the offset in CharUnits. Do the same thing for getVBaseClassOffset. by Anders Carlsson · 14 years ago
  74. af14603 Better solution: calculate the visibility of functions and variables by John McCall · 14 years ago
  75. d2c47bd Make sure the VTables for template instantiations are emitted even if the key function doesn't have a body. by Argyrios Kyrtzidis · 14 years ago
  76. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 14 years ago
  77. 279b5eb Just disable the hidden-visibility optimization for now by hiding it behind by John McCall · 14 years ago
  78. 7a53690 It turns out that linkers (at least, the Darwin linker) don't necessarily by John McCall · 14 years ago
  79. 6500553 Extend the visibility-hidden optimization to linkonce_odr thunks for by John McCall · 14 years ago
  80. cbfe502 Emit standard-library RTTI with external linkage, not weak_odr. by John McCall · 14 years ago
  81. 0c7d32b Extend the hidden-visibility vtables optimization to template classes that by John McCall · 14 years ago
  82. 3d640e6 Emit weak vtables of non-template classes with hidden visibility. by John McCall · 14 years ago
  83. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 14 years ago
  84. c66bcfd Make sure to set the visible on a vtable; VTTs and typeinfo already by Douglas Gregor · 14 years ago
  85. b9cae1d Remove now unused code. by Anders Carlsson · 14 years ago
  86. 147a23d Use CXXRecordDecl::getFinalOverriders to get final overriders. This speeds up vtable layout by moving away from the old final overrider computation code that had O(N^2) complexity in some cases. by Anders Carlsson · 14 years ago
  87. e213235 Don't try to emit the vtable for a class just because we're emitting a by John McCall · 14 years ago
  88. 0a02860 More cleanup. by Anders Carlsson · 14 years ago
  89. 7097e75 More cleanup. by Anders Carlsson · 14 years ago
  90. 2638764 Cleanup. by Anders Carlsson · 14 years ago
  91. 8be373b Remove unused parameter to FinalOverriders::PropagateOverrider. by Anders Carlsson · 14 years ago
  92. 2736071 Correctly pass aggregates by reference when emitting thunks. by John McCall · 14 years ago
  93. 8b24233 If a function definition has any sort of weak linkage, its static local by John McCall · 14 years ago
  94. 663218b When generating the call arguments in a thunk to call the thunkee, do by Douglas Gregor · 14 years ago
  95. cb359df When creating a this-adjustment thunk where the return value is of C++ by Douglas Gregor · 14 years ago
  96. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 14 years ago
  97. b0e9216 Fix typo in comment; 80 col violation by Douglas Gregor · 15 years ago
  98. 7e21ffb Pass the globaldecl into GetOrCreateLLVMFunction so that llvm by Chris Lattner · 15 years ago
  99. 046c294 Vtable -> VTable renames across the board. by Anders Carlsson · 15 years ago
  100. fbf0561 Fix a bug where we would sometimes incorrectly mark an vtable function as unused. by Anders Carlsson · 15 years ago