1. c40a3fd Convert offset parameters and return values of VTableComponent methods to by Ken Dyck · 14 years ago
  2. c952d38 Convert the offsets in VCallOffsetMap to CharUnits. No change in by Ken Dyck · 14 years ago
  3. 413e7d2 Convert offset parameters of VTableBuilder::IsOverriderUsed() to CharUnits. by Ken Dyck · 14 years ago
  4. 3ed994b Convert the return value of by Ken Dyck · 14 years ago
  5. bb625e9 Convert the OffsetInLayoutClass parameter of by Ken Dyck · 14 years ago
  6. 3ecfa2d Convert the OffsetInLayoutClass of the VCallAndVBaseOffsetBuilder by Ken Dyck · 14 years ago
  7. f38d8ae Convert the RealBaseOffset parameter of by Ken Dyck · 14 years ago
  8. bbf3bac Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  9. 301af86 Convert the offset parameter of by Ken Dyck · 14 years ago
  10. 0c64b7d Convert local offset variable to CharUnits in AddVCallOffsets. No change in by Ken Dyck · 14 years ago
  11. 7262e90 Convert a local offset variable to CharUnits. No change in functionality by Ken Dyck · 14 years ago
  12. 8fe5993 Convert the OffsetInLayoutClass parameter of DeterminePrimaryVirtualBases() by Ken Dyck · 14 years ago
  13. 75762b3 Convert the OffsetInLayoutClass parameter of LayoutSecondaryVTables to by Ken Dyck · 14 years ago
  14. 7ba8f52 Convert offset parameter in LayoutPrimaryAndSecondaryVTables() to CharUnits. by Ken Dyck · 14 years ago
  15. 23da84a Convert VTableBuilder::MostDerivedClassOffset to CharUnits. No change in by Ken Dyck · 14 years ago
  16. fc72420 Convert FinalOverriders::MostDerivedClassOffset to CharUnits. No change in by Ken Dyck · 14 years ago
  17. 9198e39 Remove a fixed FIXME comment (the base offset has already been converted to by Ken Dyck · 14 years ago
  18. 3a72680 Convert the offset parameters of AddMethods() to CharUnits. No change in by Ken Dyck · 14 years ago
  19. 0e55ade Convert the BaseOffsetInLayoutClass parameter of ComputeThisAdjustment() to by Ken Dyck · 14 years ago
  20. 82abeae Convert offset members in MethodInfo to CharUnits. No change in by Ken Dyck · 14 years ago
  21. bda0d6b We were emitting construction v-tables with internal linkage all the time. by John McCall · 14 years ago
  22. 4421d2b On Mac OS X, the presence of an 'availability' attribute for that by Douglas Gregor · 14 years ago
  23. b4c82b4 Convert the OffsetInLayoutClass parameter of by Ken Dyck · 14 years ago
  24. 17d8519 Convert FinalOverriders::Offset to CharUnits. No change in functionality by Ken Dyck · 14 years ago
  25. e620313 Convert offset in MethodBaseOffsetPairTy to CharUnits. No change in by Ken Dyck · 14 years ago
  26. 35c416b Convert the offsets in SubobjectOffsetMapTy to CharUnits. No change in by Ken Dyck · 14 years ago
  27. 57ebe33 Convert several local variables to CharUnits. No change in functionality by Ken Dyck · 14 years ago
  28. 4230d52 Convert the BaseOffset member of BaseSubobject to CharUnits from bits. No by Ken Dyck · 14 years ago
  29. 413ebdb Use a slightly more semantic interface for emitting call arguments. by John McCall · 14 years ago
  30. 311b442 Tame this assert, hopefully fixing self-host. by John McCall · 14 years ago
  31. d26bc76 Use the "undergoes default argument promotion" bit on parameters to by John McCall · 14 years ago
  32. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 14 years ago
  33. ca0df92 Revert "Add preliminary support for MSVC-style vtables." by Tilmann Scheller · 14 years ago
  34. ab456cf Add preliminary support for MSVC-style vtables. by Tilmann Scheller · 14 years ago
  35. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 14 years ago
  36. f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 14 years ago
  37. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 14 years ago
  38. 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
  39. 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
  40. 84c49e4 Simplify thunks code. by Anders Carlsson · 14 years ago
  41. bbfd5ba Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLVMFunction so that we by Anders Carlsson · 14 years ago
  42. 1faa89f Re-land r124768, with a fix for PR9130. by Anders Carlsson · 14 years ago
  43. 01de7a4 Revert 124768. by Rafael Espindola · 14 years ago
  44. aedd9d5 Don't try to mark virtual members referenced for classes where the key function by Anders Carlsson · 14 years ago
  45. 6d7f847 When building with optimizations, emit vtables where the key is not in the by Anders Carlsson · 14 years ago
  46. fa2e99f Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum instead of an "IsForRTTI" flag. by Anders Carlsson · 14 years ago
  47. 0ffeaad Get rid of an unneeded parameter from setGlobalVisibility. by Anders Carlsson · 14 years ago
  48. 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
  49. 96eaf29 Use CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cpp by Anders Carlsson · 14 years ago
  50. c93a776 Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true. by Anders Carlsson · 14 years ago
  51. a50e33e More work to support -fapple-kext regarding by Fariborz Jahanian · 14 years ago
  52. cd3ac4b Also set unnamed_addr on declarations. by Rafael Espindola · 14 years ago
  53. 62b1607 Only add unnamed_addr to definitions. by Rafael Espindola · 14 years ago
  54. 9f959db Add unnamed_addr to vtables. by Rafael Espindola · 14 years ago
  55. c9e814b Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. by Anders Carlsson · 14 years ago
  56. bdb4a9d Move code off the primary base info iterator. No functionality change. by Anders Carlsson · 14 years ago
  57. 4e3b17c When re-using a vtable slot for the nearest overridden method, just because by John McCall · 14 years ago
  58. 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
  59. af14603 Better solution: calculate the visibility of functions and variables by John McCall · 14 years ago
  60. 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
  61. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 14 years ago
  62. 279b5eb Just disable the hidden-visibility optimization for now by hiding it behind by John McCall · 14 years ago
  63. 7a53690 It turns out that linkers (at least, the Darwin linker) don't necessarily by John McCall · 14 years ago
  64. 6500553 Extend the visibility-hidden optimization to linkonce_odr thunks for by John McCall · 14 years ago
  65. cbfe502 Emit standard-library RTTI with external linkage, not weak_odr. by John McCall · 14 years ago
  66. 0c7d32b Extend the hidden-visibility vtables optimization to template classes that by John McCall · 14 years ago
  67. 3d640e6 Emit weak vtables of non-template classes with hidden visibility. by John McCall · 14 years ago
  68. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 14 years ago
  69. c66bcfd Make sure to set the visible on a vtable; VTTs and typeinfo already by Douglas Gregor · 14 years ago
  70. b9cae1d Remove now unused code. by Anders Carlsson · 14 years ago
  71. 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
  72. e213235 Don't try to emit the vtable for a class just because we're emitting a by John McCall · 14 years ago
  73. 0a02860 More cleanup. by Anders Carlsson · 14 years ago
  74. 7097e75 More cleanup. by Anders Carlsson · 14 years ago
  75. 2638764 Cleanup. by Anders Carlsson · 14 years ago
  76. 8be373b Remove unused parameter to FinalOverriders::PropagateOverrider. by Anders Carlsson · 14 years ago
  77. 2736071 Correctly pass aggregates by reference when emitting thunks. by John McCall · 14 years ago
  78. 8b24233 If a function definition has any sort of weak linkage, its static local by John McCall · 14 years ago
  79. 663218b When generating the call arguments in a thunk to call the thunkee, do by Douglas Gregor · 14 years ago
  80. cb359df When creating a this-adjustment thunk where the return value is of C++ by Douglas Gregor · 14 years ago
  81. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 14 years ago
  82. b0e9216 Fix typo in comment; 80 col violation by Douglas Gregor · 14 years ago
  83. 7e21ffb Pass the globaldecl into GetOrCreateLLVMFunction so that llvm by Chris Lattner · 14 years ago
  84. 046c294 Vtable -> VTable renames across the board. by Anders Carlsson · 15 years ago
  85. fbf0561 Fix a bug where we would sometimes incorrectly mark an vtable function as unused. by Anders Carlsson · 15 years ago
  86. 73e6fa0 Fix another bug where we wouldn't generate secondary vtables for construction vtables in some cases. by Anders Carlsson · 15 years ago
  87. 718d069 More renames. by Anders Carlsson · 15 years ago
  88. 9123284 Rename a function parameter. by Anders Carlsson · 15 years ago
  89. af6ddf2 Fix a bug where we were adding too many vcall offsets in some cases. by Anders Carlsson · 15 years ago
  90. 4995997 Enable an assert and remove a now unnecessary assert. by Anders Carlsson · 15 years ago
  91. f622b45 Fix a bug where we would add the same function twice in a vtable. by Anders Carlsson · 15 years ago
  92. 9446481 Rename VtableComponent and VtableBuilder. by Anders Carlsson · 15 years ago
  93. 461e326 Rename CGVtable files to CGVTables. by Anders Carlsson · 15 years ago[Renamed (99%) from lib/CodeGen/CGVtable.cpp]
  94. ec9c202 Clarify an assert. by Anders Carlsson · 15 years ago
  95. 1e201b4 Eliminate excessive PCH deserialization caused by the search for by Douglas Gregor · 15 years ago
  96. 35d6461 Don't produce a vtable for a class if we have an explicit template instantiation declaration and no key function. We will produce the vtable at the explicit template instantiation. by Rafael Espindola · 15 years ago
  97. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
  98. e0f3867 Don't produce a vtable if we are just instantiating a method and the by Rafael Espindola · 15 years ago
  99. bfb7a1d Remove the old vtable layout code. by Anders Carlsson · 15 years ago
  100. 9dc338a Remove UseNewVTableCode checks. by Anders Carlsson · 15 years ago