1. 6e938ef Change memcpy/memove/memset to have dest and source alignment attributes (Step 1). by Daniel Neilson · 8 years ago
  2. 0752762 When the new expr's array size is an ICE, emit it as a constant expression. by Nick Lewycky · 9 years ago
  3. 0511d23 PR22924, PR22845, some of CWG1464: When checking the initializer for an array by Richard Smith · 9 years ago
  4. 351241c Replace Sema-level implementation of -fassume-sane-operator-new with a by Richard Smith · 9 years ago
  5. 218b783 Update Clang tests to handle explicitly typed gep changes in LLVM. by David Blaikie · 11 years ago
  6. 455f42c Reverting r216675. This breaks some bots. Before this can be committed again, I have to explore runtime ABI requirements with libc++abi. by Aaron Ballman · 11 years ago
  7. 3337537 Throw a std::bad_array_new_length exception when the expression (or constant-expression) passed to operator new[] results in overflow in conformance with [expr.new]p7. Fixes PR11644. by Aaron Ballman · 11 years ago
  8. 06a67e2 When emitting a multidimensional array new, emit the initializers for the by Richard Smith · 11 years ago
  9. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  10. f862eb6 CodeGen for array new list initializers. Doesn't correctly clean up in the face of exceptions yet. by Sebastian Redl · 14 years ago