1. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  2. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  3. c0bf462 Perform two more constructor/destructor code-size optimizations: by John McCall · 15 years ago
  4. 8e51a1f Revert the ctor/dtor alias optimization for now; the buildbots can detect by John McCall · 15 years ago
  5. 92ac9ff Emit complete constructors and destructors as aliases to base constructors by John McCall · 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. 5d4d946 Handle cases where we're constructing an array of objects and the constructor has default arguments. by Anders Carlsson · 15 years ago
  8. 370e538 Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484. by Anders Carlsson · 15 years ago