1. ff817f7 When marking virtual functions as used for a class' vtable, mark all functions by Richard Smith · 12 years ago
  2. f502d93 Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the exception of explicit template instantiations, which have to be weak_odr. by Anders Carlsson · 14 years ago
  3. 9f959db Add unnamed_addr to vtables. by Rafael Espindola · 14 years ago
  4. 279b5eb Just disable the hidden-visibility optimization for now by hiding it behind by John McCall · 14 years ago
  5. 7a53690 It turns out that linkers (at least, the Darwin linker) don't necessarily by John McCall · 14 years ago
  6. 0c7d32b Extend the hidden-visibility vtables optimization to template classes that by John McCall · 14 years ago
  7. 3d640e6 Emit weak vtables of non-template classes with hidden visibility. by John McCall · 14 years ago
  8. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 891c8b7 If a class does not have a key function, its linkage should be weak_odr. by Anders Carlsson · 15 years ago
  11. 378fe06 Tweak "key function" rules so that they work for templates with virtual by Eli Friedman · 15 years ago