1. c0bf462 Perform two more constructor/destructor code-size optimizations: by John McCall · 14 years ago
  2. d46f985 Re-introduce the ctor/dtor alias optimization, this time hidden behind a by John McCall · 14 years ago
  3. 8e51a1f Revert the ctor/dtor alias optimization for now; the buildbots can detect by John McCall · 14 years ago
  4. 3b47733 Make deleting and complete dtor variants defer to other dtor variants by by John McCall · 14 years ago
  5. 92ac9ff Emit complete constructors and destructors as aliases to base constructors by John McCall · 14 years ago
  6. c997d42 Correctly pass VTT parameters to constructors and destructors. The VTTs aren't yet used in the ctors/dtors, but that will follow. by Anders Carlsson · 15 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. fd12649 When generating a virtual destructor, don't try to make a virtual call to the base class destructor because then we'll just re-enter the same destructor! by Anders Carlsson · 15 years ago