1. 147b743 [ExprConstant] Improve memchr/memcmp for type mismatch and multibyte element types by Hubert Tong · 7 years ago
  2. ed083f2 [constexpr] Fix ICE when memcpy() is given a pointer to an incomplete array by Petr Pavlu · 7 years ago
  3. 128719c Fix crash on call to __builtin_memcpy with a null pointer to an incomplete type. by Richard Smith · 7 years ago
  4. 06f71b5 [constexpr] Support for constant evaluation of __builtin_memcpy and by Richard Smith · 7 years ago
  5. 6bd4f92 Revert r338455 "[constexpr] Support for constant evaluation of __builtin_memcpy and __builtin_memmove (in non-type-punning cases)." by Hans Wennborg · 7 years ago
  6. 96beffb [constexpr] Support for constant evaluation of __builtin_memcpy and by Richard Smith · 7 years ago
  7. bb156b5 [AST] Another attempt at fixing the ARM bots. by Benjamin Kramer · 7 years ago
  8. 2fdf81f [AST] Use a bit of trickery to make test pass on platforms where wchar_t is unsigned. by Benjamin Kramer · 7 years ago
  9. 33b7092 [AST] strcmp/memcmp always compares unsigned chars. by Benjamin Kramer · 7 years ago
  10. 5e29dd3 P0426: Make the library implementation of constexpr char_traits a little easier by Richard Smith · 9 years ago
  11. 8110c9d Support constant expression evaluation for wchar_t versions of simple string by Richard Smith · 9 years ago
  12. e950795 [c++1z] Support constant folding for __builtin_strchr and __builtin_memchr. by Richard Smith · 9 years ago
  13. e151bab [c++1z] Add constant-folding support for strcmp, strncmp, and memcmp, to by Richard Smith · 9 years ago