1. 6e938ef Change memcpy/memove/memset to have dest and source alignment attributes (Step 1). by Daniel Neilson · 8 years ago
  2. 3b39e88 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
  3. 7bfd5cb Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
  4. f8b8696 Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals." by Benjamin Kramer · 11 years ago
  5. cd8f011 Revert r231508 "CodeGen: Emit constant temporaries into read-only globals." by Hans Wennborg · 11 years ago
  6. 3d8aa5c CodeGen: Emit constant temporaries into read-only globals. by Benjamin Kramer · 11 years ago
  7. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  8. c084bd28 PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 13 years ago
  9. d712d0d Don't forget to run destructors when we create an array temporary of class type. by Richard Smith · 13 years ago
  10. d82a2ce Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a value-initialized bool! by Richard Smith · 13 years ago
  11. 3df909d Revert r170806, "Fix some bugs where we would sometimes use 0, not -1, when emitting a null constant of type pointer-to-data-member." by NAKAMURA Takumi · 13 years ago
  12. 789ce14 Fix some bugs where we would sometimes use 0, not -1, when emitting a null constant of type pointer-to-data-member. by Richard Smith · 13 years ago
  13. 35668cc A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 13 years ago
  14. 576cbd0 Make sure list-initialization of arrays works correctly in explicit type conversions. PR12121. by Eli Friedman · 14 years ago