1. 3e26863 Use zeroinitializer for (trailing zero portion of) large array initializers by Richard Smith · 7 years ago
  2. 156349f Revert r333044 "Use zeroinitializer for (trailing zero portion of) large array initializers" by Hans Wennborg · 7 years ago
  3. 9062bbf Use zeroinitializer for (trailing zero portion of) large array initializers by Richard Smith · 7 years ago
  4. 3f1d6de Revert r332847; it caused us to miscompile certain forms of reference initialization. by Richard Smith · 7 years ago
  5. 9f80684 [CodeGen] Recognize more cases of zero initialization by Serge Pavlov · 7 years ago
  6. 382bc51 PR32044: Fix some cases where we would confuse a transparent init-list expression with an aggregate init. by Richard Smith · 9 years ago
  7. 218b783 Update Clang tests to handle explicitly typed gep changes in LLVM. by David Blaikie · 11 years ago
  8. a2347ba Mark C++ reference parameters as dereferenceable by Hal Finkel · 11 years ago
  9. 8edda96 A non-trivial array-fill expression isn't necessarily a CXXConstructExpr. It by Richard Smith · 11 years ago
  10. 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
  11. 48d5418 Slightly generalize FileCheck patterns to unbreak -Asserts builds. by Richard Smith · 13 years ago
  12. bb653bd Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and the by Richard Smith · 13 years ago