[libc-commits] [PATCH] D80010: [libc] Add memset and bzero implementations
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue May 19 23:57:45 PDT 2020
gchatelet updated this revision to Diff 265147.
gchatelet added a comment.
- rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80010/new/
https://reviews.llvm.org/D80010
Files:
libc/lib/CMakeLists.txt
libc/src/string/CMakeLists.txt
libc/src/string/bzero.cpp
libc/src/string/bzero.h
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/memcpy_utils.h
libc/src/string/memory_utils/memset_utils.h
libc/src/string/memset.cpp
libc/src/string/memset.h
libc/src/string/x86/CMakeLists.txt
libc/test/src/string/CMakeLists.txt
libc/test/src/string/bzero_test.cpp
libc/test/src/string/memcpy_test.cpp
libc/test/src/string/memset_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80010.265147.patch
Type: text/x-patch
Size: 24641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200520/302bec30/attachment-0001.bin>
More information about the libc-commits
mailing list