[all-commits] [llvm/llvm-project] 00c943: [libc] automemcpy
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Oct 28 04:10:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00c943a5488577c1237df81fb5d9b3312f429738
https://github.com/llvm/llvm-project/commit/00c943a5488577c1237df81fb5d9b3312f429738
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M libc/benchmarks/CMakeLists.txt
A libc/benchmarks/automemcpy/CMakeLists.txt
A libc/benchmarks/automemcpy/README.md
A libc/benchmarks/automemcpy/include/automemcpy/CodeGen.h
A libc/benchmarks/automemcpy/include/automemcpy/FunctionDescriptor.h
A libc/benchmarks/automemcpy/include/automemcpy/RandomFunctionGenerator.h
A libc/benchmarks/automemcpy/include/automemcpy/ResultAnalyzer.h
A libc/benchmarks/automemcpy/lib/CMakeLists.txt
A libc/benchmarks/automemcpy/lib/CodeGen.cpp
A libc/benchmarks/automemcpy/lib/CodeGenMain.cpp
A libc/benchmarks/automemcpy/lib/RandomFunctionGenerator.cpp
A libc/benchmarks/automemcpy/lib/ResultAnalyzer.cpp
A libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp
A libc/benchmarks/automemcpy/unittests/CMakeLists.txt
A libc/benchmarks/automemcpy/unittests/CodeGenTest.cpp
A libc/benchmarks/automemcpy/unittests/ResultAnalyzerTest.cpp
M libc/src/string/memory_utils/elements.h
Log Message:
-----------
[libc] automemcpy
More information about the All-commits
mailing list