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

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jan 29 06:54:04 PST 2020


gchatelet updated this revision to Diff 241147.
gchatelet marked 8 inline comments as done.
gchatelet added a comment.
Herald added subscribers: kbarton, nemanjai.

- address comments


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/CMakeLists.txt
  libc/src/memory/CMakeLists.txt
  libc/src/memory/constants.h
  libc/src/memory/utils.h
  libc/src/string/CMakeLists.txt
  libc/src/string/details/CMakeLists.txt
  libc/src/string/details/cacheline_size.h.def
  libc/src/string/details/cacheline_size_aarch64.h.inc
  libc/src/string/details/cacheline_size_arm.h.inc
  libc/src/string/details/cacheline_size_ppc64.h.inc
  libc/src/string/details/cacheline_size_x86.h.inc
  libc/src/string/details/cacheline_size_x86_64.h.inc
  libc/src/string/details/utils.h
  libc/test/src/CMakeLists.txt
  libc/test/src/memory/CMakeLists.txt
  libc/test/src/memory/utils_test.cpp
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/details/CMakeLists.txt
  libc/test/src/string/details/utils_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73472.241147.patch
Type: text/x-patch
Size: 23620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200129/58d8c835/attachment-0001.bin>


More information about the libc-commits mailing list