1. 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
  2. 9f959db Add unnamed_addr to vtables. by Rafael Espindola · 14 years ago
  3. 279b5eb Just disable the hidden-visibility optimization for now by hiding it behind by John McCall · 14 years ago
  4. 3d640e6 Emit weak vtables of non-template classes with hidden visibility. by John McCall · 14 years ago
  5. bd6d619 Improve key-function computation for templates. In particular: by Douglas Gregor · 15 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. d58987c It's OK to try to emit a vtable definition more than once. Fixes PR5697. by Anders Carlsson · 15 years ago