1. c8bdc8d Change memcpy/memove/memset to have dest and source alignment attributes. by Daniel Neilson · 8 years ago
  2. 6e938ef Change memcpy/memove/memset to have dest and source alignment attributes (Step 1). by Daniel Neilson · 8 years ago
  3. d9d3b21 [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC. by Mandeep Singh Grang · 9 years ago
  4. 3b39e88 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
  5. 7bfd5cb Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
  6. 2e4c201 Tweak clang/test/CodeGenCXX/copy-constructor-elim.cpp to satisfy i686-linux. by NAKAMURA Takumi · 11 years ago
  7. df1e1ae Fix ARM buildbot by David Majnemer · 11 years ago
  8. bc18d6a Unbreak the MIPS buildbot by David Majnemer · 11 years ago
  9. 64b2a26 Unbreak hexagon bot by David Majnemer · 11 years ago
  10. fd1e739 CodeGen: Copy-ctorm must obey the destination's alignment requirement by David Majnemer · 11 years ago
  11. 314ef7b [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects by Reid Kleckner · 12 years ago
  12. be8a91b Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 12 years ago
  13. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  14. 34546ce Remove RUN: true lines. by Daniel Dunbar · 16 years ago
  15. 8b57697 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  16. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  17. 42af5ba ir-gen for generation of trvial copy constructor call. by Fariborz Jahanian · 16 years ago
  18. eb86976 Patch to optimize away copy constructor call when appropriate. by Fariborz Jahanian · 16 years ago