1. d900dd0 Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" by Sean Fertile · 7 years ago
  2. cc7e747 [CodeGenCXX] Treat 'this' as noalias in constructors by Anton Bikineev · 7 years ago
  3. da08f6a [clang]: Add support for "-fno-delete-null-pointer-checks" by Manoj Gupta · 7 years ago
  4. df054d3 C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules for special member functions. by Richard Smith · 9 years ago
  5. a953f28 Update Clang tests to handle explicitly typed load changes in LLVM. by David Blaikie · 11 years ago
  6. 9b46eb8 Add 'nonnull' parameter or return attribute when producing an llvm pointer type in a function type where the C++ type is a reference. Update the tests. by Nick Lewycky · 11 years ago
  7. c3cde36 Output destructors and constructors in a more natural order. by Rafael Espindola · 12 years ago
  8. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  9. 10f939c Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 14 years ago
  10. 6549b31 Arrays are permitted to be zero-length in some situations. by John McCall · 14 years ago
  11. a5f58b0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 14 years ago
  12. 05842da Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 15 years ago
  13. 0ee986c1f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 15 years ago
  14. b3cec96 Account for the VTT argument when making an implicit copy constructor for by John McCall · 15 years ago
  15. 3155f57 Turn access control on by default in -cc1. by John McCall · 15 years ago
  16. f8ff7b9 Perform two more constructor/destructor code-size optimizations: by John McCall · 16 years ago