[libc-commits] [PATCH] D72516: [llvm-libc] Add memory function benchmarks
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jan 10 08:59:43 PST 2020
gchatelet updated this revision to Diff 237350.
gchatelet added a comment.
- Add missing headers
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72516/new/
https://reviews.llvm.org/D72516
Files:
libc/cmake/modules/LLVMLibCRules.cmake
libc/utils/CMakeLists.txt
libc/utils/HdrGen/CMakeLists.txt
libc/utils/benchmarks/CMakeLists.txt
libc/utils/benchmarks/configuration_big.json
libc/utils/benchmarks/configuration_small.json
libc/utils/benchmarks/json.cc
libc/utils/benchmarks/json.h
libc/utils/benchmarks/json_test.cc
libc/utils/benchmarks/libc_benchmark.cc
libc/utils/benchmarks/libc_benchmark.h
libc/utils/benchmarks/libc_benchmark_test.cc
libc/utils/benchmarks/libc_memory_benchmark.cc
libc/utils/benchmarks/libc_memory_benchmark.h
libc/utils/benchmarks/libc_memory_benchmark_main.cc
libc/utils/benchmarks/libc_memory_benchmark_main.h
libc/utils/benchmarks/libc_memory_benchmark_test.cc
libc/utils/benchmarks/memcmp.cc
libc/utils/benchmarks/memcpy.cc
libc/utils/benchmarks/memset.cc
libc/utils/benchmarks/render.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72516.237350.patch
Type: text/x-patch
Size: 79000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200110/681a445e/attachment-0001.bin>
More information about the libc-commits
mailing list