[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
Tue Oct 25 03:50:02 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG028414881381: [libc] Switch to new implementation of mem* functions (authored by gchatelet).

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.470432.patch
Type: text/x-patch
Size: 43793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221025/5e5e71cb/attachment-0001.bin>


More information about the libc-commits mailing list