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. 6e938ef Change memcpy/memove/memset to have dest and source alignment attributes (Step 1). by Daniel Neilson · 8 years ago
  4. 25a2b70 CodeGen: Start using inrange annotations on vtable getelementptr. by Peter Collingbourne · 9 years ago
  5. 2849c4e CodeGen: New vtable group representation: struct of vtable arrays. by Peter Collingbourne · 9 years ago
  6. 4e6a540 CodeGen: Use 32-bit gep offsets to address vtable address points. by Peter Collingbourne · 10 years ago
  7. 3b39e88 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
  8. 7bfd5cb Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
  9. bdf40a6 Test case updates for explicit type parameter to the gep operator by David Blaikie · 11 years ago
  10. a953f28 Update Clang tests to handle explicitly typed load changes in LLVM. by David Blaikie · 11 years ago
  11. 218b783 Update Clang tests to handle explicitly typed gep changes in LLVM. by David Blaikie · 11 years ago
  12. e5df59f Emit DeferredDeclsToEmit in a DFS order. by Rafael Espindola · 11 years ago
  13. 8d58513 Cast vtable address points to i32 (...)** to enable more globalopt by Reid Kleckner · 11 years ago
  14. a2347ba Mark C++ reference parameters as dereferenceable by Hal Finkel · 11 years ago
  15. 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
  16. fb00c88 Complete Rewrite of CGRecordLayoutBuilder by Warren Hunt · 12 years ago
  17. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  18. 6054d5a Weaken an assertion in memcpyization to account for unnamed bitfields. by John McCall · 12 years ago
  19. 05842da Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 15 years ago
  20. 0ee986c1f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 15 years ago
  21. 9d08fc1 Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert as seen in PR6628 but for arrays this time. by Anders Carlsson · 16 years ago
  22. 10834b8 Handle default arguments when calling copy constructors for bases or members when synthesizing a copy constructor. Fixes PR6628. by Anders Carlsson · 16 years ago
  23. c3a4b12 Change a test to FileCheck bitcode instead of assembler. by Anders Carlsson · 16 years ago
  24. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  25. 3c9beab Handle references correctly when synthesizing copy constructors. by Anders Carlsson · 16 years ago
  26. c2ef215 Implement a few more cases for copy constructor synthesis. by Eli Friedman · 16 years ago
  27. 34546ce Remove RUN: true lines. by Daniel Dunbar · 16 years ago
  28. 8b57697 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  29. 296f8dc Mangle record types as decls. by Anders Carlsson · 16 years ago
  30. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  31. 5626384 Patch to provide ir-gen support in copying array members by Fariborz Jahanian · 16 years ago
  32. b219704 ir-gen support for anonymous union data member by Fariborz Jahanian · 16 years ago
  33. 7cc52cf ir-gen for generating copying of scalar data members in by Fariborz Jahanian · 16 years ago
  34. 2a26e35 Fixed a ir-gen bug in synthesizing copy constructors. by Fariborz Jahanian · 16 years ago
  35. 24f3896 ir-gen for initialization, in synthesize copy constructor, by Fariborz Jahanian · 16 years ago