[libc-commits] [PATCH] D73472: [libc] Add utils for memory functions

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 30 00:53:56 PST 2020


gchatelet updated this revision to Diff 241362.
gchatelet marked 13 inline comments as done.
gchatelet added a comment.

address comments and rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73472

Files:
  libc/cmake/modules/LLVMLibCRules.cmake
  libc/src/string/CMakeLists.txt
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/cacheline_size.h.def
  libc/src/string/memory_utils/cacheline_size_aarch64.h.inc
  libc/src/string/memory_utils/cacheline_size_arm.h.inc
  libc/src/string/memory_utils/cacheline_size_ppc64.h.inc
  libc/src/string/memory_utils/cacheline_size_x86.h.inc
  libc/src/string/memory_utils/cacheline_size_x86_64.h.inc
  libc/src/string/memory_utils/utils.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/memory_utils/CMakeLists.txt
  libc/test/src/string/memory_utils/utils_test.cpp
  libc/utils/CPP/ArrayRef.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73472.241362.patch
Type: text/x-patch
Size: 13297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200130/4fa88ea4/attachment-0001.bin>


More information about the libc-commits mailing list