1. 0dbe2fb Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a value-initialized bool! by Richard Smith · 12 years ago
  2. 5120188 Unrevert r147271, reverted in r147361. by Richard Smith · 13 years ago
  3. f8c2a33 Revert r147271. This fixes PR11676. by Rafael Espindola · 13 years ago
  4. eba05b2 constexpr: perform zero-initialization prior to / instead of performing a by Richard Smith · 13 years ago
  5. 2ed7cb6 PR11124: Don't overwrite memory outside of a base class when performing zero-initialization before running its constructor. by Eli Friedman · 13 years ago
  6. c3c0766 Convert the standard default-construction loops to use phis and by John McCall · 13 years ago
  7. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 13 years ago
  8. 657baf1 Cut down unnecessary zero'ing when value-initializing arrays of C++ objects. by Argyrios Kyrtzidis · 13 years ago
  9. 3b4d490 When value-initializing the elements of an array not not included in the initializer make sure by Argyrios Kyrtzidis · 13 years ago
  10. 1741d7b Cleanup tests, no functionality change. by Anders Carlsson · 13 years ago
  11. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  12. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  13. 124b3de add missing newlines at end of file. by Chris Lattner · 14 years ago
  14. d1d56df fix PR8726 by teaching the aggregate init optimization code to handle by Chris Lattner · 14 years ago
  15. 8c3e554 Preserve the zero-initialization and construction-kind settings when by Douglas Gregor · 14 years ago
  16. 759e41b When performing value-initialization for a class with a non-trivial, by Douglas Gregor · 14 years ago
  17. 452b7f2 Fix a major regression with value-initialization of class types with by Douglas Gregor · 14 years ago
  18. 9021718 Inline a special case of EmitAggregateCopy into EmitNullInitialization by John McCall · 14 years ago
  19. 1c63b9c When explicitly building a temporary object (CXXTemporaryObjectExpr), by Douglas Gregor · 14 years ago
  20. 3ecd785 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 14 years ago
  21. c90f56d Revert r100193 since it causes failures in objc in clang by Mon P Wang · 14 years ago
  22. 8facca6 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 14 years ago
  23. b5896c3 Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. by Bob Wilson · 14 years ago
  24. 3b5caa2 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset by Mon P Wang · 14 years ago
  25. 7dd4490 Fix test case to unbreak testing by Douglas Gregor · 15 years ago
  26. 16006c9 When value-initializing a class with no user-defined constructors but by Douglas Gregor · 15 years ago