1. e99bdb6 Don't build an aggregate constructor loop when the constructor is trivial. by Anders Carlsson · 14 years ago
  2. 0d7c583 Don't copy or initialize empty classes. Fixes PR7012. by Anders Carlsson · 14 years ago
  3. 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
  4. c90f56d Revert r100193 since it causes failures in objc in clang by Mon P Wang · 14 years ago
  5. 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
  6. b5896c3 Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. by Bob Wilson · 14 years ago
  7. 3b5caa2 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset by Mon P Wang · 14 years ago
  8. fc28448 implement PR5654: add -fassume-sane-operator-new, which is enabled by default, and adds the malloc attribute to the global function new() and to the overloaded new operators. by Nuno Lopes · 15 years ago
  9. 30311fa Handle ImplicitValueInitExpr in AggExprEmitter. by Anders Carlsson · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. 744823c Fix the test case failed in buildbot. by Fariborz Jahanian · 15 years ago
  12. 048f52a Refactor collection of call arguments in common code. by Fariborz Jahanian · 15 years ago
  13. 09edb9c Use EmitStoreOfScalar when copying the scalar to the space allocated by 'new'. by Anders Carlsson · 15 years ago
  14. 010c3f5 Fix test portability. by Daniel Dunbar · 15 years ago
  15. 6ac5fc4 Emit new[] cookie when needed. by Anders Carlsson · 15 years ago
  16. a4d4c01 Basic support for new[]. by Anders Carlsson · 15 years ago
  17. 215bd20 Fix a thinko. by Anders Carlsson · 15 years ago
  18. f110853 Check for null correctly for new expressions. by Anders Carlsson · 15 years ago
  19. d3fd6ba Improve irgen of 'new' further. by Anders Carlsson · 15 years ago
  20. 627a3e5 ...and aggregate POD types. by Anders Carlsson · 15 years ago
  21. 3923e95 Support for complex types. by Anders Carlsson · 15 years ago
  22. 6d0ffad Better support for scalar POD types in 'new' expressions. by Anders Carlsson · 15 years ago
  23. d958389 Make sure to copy back arguments that can be changed by FindAllocationOverload. This fixes placement new. (Sebastian, please review). by Anders Carlsson · 15 years ago
  24. ed4e367 Very basic irgen support for new expressions. by Anders Carlsson · 15 years ago