[libc-commits] [PATCH] D136595: [libc] Switch to new implementation of mem* functions

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Oct 27 13:08:19 PDT 2022


gchatelet updated this revision to Diff 471276.
gchatelet added a comment.

Using b3f1d58a131eb546aaf1ac165c77ccb89c40d758 <https://reviews.llvm.org/rGb3f1d58a131eb546aaf1ac165c77ccb89c40d758> as base fo diff


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136595/new/

https://reviews.llvm.org/D136595

Files:
  libc/src/stdio/printf_core/string_writer.cpp
  libc/src/string/bcmp.cpp
  libc/src/string/memcmp.cpp
  libc/src/string/memcpy.cpp
  libc/src/string/memmove.cpp
  libc/src/string/memory_utils/bcmp_implementations.h
  libc/src/string/memory_utils/bzero_implementations.h
  libc/src/string/memory_utils/memcmp_implementations.h
  libc/src/string/memory_utils/memcpy_implementations.h
  libc/src/string/memory_utils/memset_implementations.h
  libc/src/string/memory_utils/op_x86.h
  libc/src/string/mempcpy.cpp
  libc/src/string/memset.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136595.471276.patch
Type: text/x-patch
Size: 43894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221027/2ceccff2/attachment-0001.bin>


More information about the libc-commits mailing list