[all-commits] [llvm/llvm-project] 13744e: [libc][benchmark] add memmove to size distribution...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Nov 17 01:24:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13744e3d73970b391f70d69d2af7bfb481a889e7
https://github.com/llvm/llvm-project/commit/13744e3d73970b391f70d69d2af7bfb481a889e7
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-11-17 (Wed, 17 Nov 2021)
Changed paths:
M libc/benchmarks/MemorySizeDistributions.cpp
M libc/benchmarks/MemorySizeDistributions.h
M libc/benchmarks/distributions/MemcmpGoogleA.csv
M libc/benchmarks/distributions/MemcmpGoogleB.csv
M libc/benchmarks/distributions/MemcmpGoogleD.csv
M libc/benchmarks/distributions/MemcmpGoogleL.csv
M libc/benchmarks/distributions/MemcmpGoogleM.csv
M libc/benchmarks/distributions/MemcmpGoogleQ.csv
M libc/benchmarks/distributions/MemcmpGoogleS.csv
M libc/benchmarks/distributions/MemcmpGoogleU.csv
M libc/benchmarks/distributions/MemcmpGoogleW.csv
M libc/benchmarks/distributions/MemcpyGoogleA.csv
M libc/benchmarks/distributions/MemcpyGoogleB.csv
M libc/benchmarks/distributions/MemcpyGoogleD.csv
M libc/benchmarks/distributions/MemcpyGoogleL.csv
M libc/benchmarks/distributions/MemcpyGoogleM.csv
M libc/benchmarks/distributions/MemcpyGoogleQ.csv
M libc/benchmarks/distributions/MemcpyGoogleS.csv
M libc/benchmarks/distributions/MemcpyGoogleU.csv
M libc/benchmarks/distributions/MemcpyGoogleW.csv
A libc/benchmarks/distributions/MemmoveGoogleA.csv
A libc/benchmarks/distributions/MemmoveGoogleB.csv
A libc/benchmarks/distributions/MemmoveGoogleD.csv
A libc/benchmarks/distributions/MemmoveGoogleL.csv
A libc/benchmarks/distributions/MemmoveGoogleM.csv
A libc/benchmarks/distributions/MemmoveGoogleQ.csv
A libc/benchmarks/distributions/MemmoveGoogleS.csv
A libc/benchmarks/distributions/MemmoveGoogleU.csv
A libc/benchmarks/distributions/MemmoveGoogleW.csv
M libc/benchmarks/distributions/MemsetGoogleA.csv
M libc/benchmarks/distributions/MemsetGoogleB.csv
M libc/benchmarks/distributions/MemsetGoogleD.csv
M libc/benchmarks/distributions/MemsetGoogleL.csv
M libc/benchmarks/distributions/MemsetGoogleM.csv
M libc/benchmarks/distributions/MemsetGoogleQ.csv
M libc/benchmarks/distributions/MemsetGoogleS.csv
M libc/benchmarks/distributions/MemsetGoogleU.csv
M libc/benchmarks/distributions/MemsetGoogleW.csv
Log Message:
-----------
[libc][benchmark] add memmove to size distribution, also update other distributions
Differential Revision: https://reviews.llvm.org/D113260
More information about the All-commits
mailing list