[all-commits] [llvm/llvm-project] 8981f2: [libc] refactor logic around embedded memcpy
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Feb 14 07:58:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8981f20ae9c3f5db953ea7bad77702599ca65477
https://github.com/llvm/llvm-project/commit/8981f20ae9c3f5db953ea7bad77702599ca65477
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M libc/src/string/memory_utils/memcpy_implementations.h
Log Message:
-----------
[libc] refactor logic around embedded memcpy
Commit: 26541d4176346f8510302c74d6f3b958a4e523db
https://github.com/llvm/llvm-project/commit/26541d4176346f8510302c74d6f3b958a4e523db
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M libc/src/string/memory_utils/CMakeLists.txt
A libc/src/string/memory_utils/aarch64/memcpy_implementations.h
M libc/src/string/memory_utils/memcpy_implementations.h
A libc/src/string/memory_utils/x86_64/memcpy_implementations.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Separate memcpy implementations per arch
As x86_64 implementations is likely to grow up to a point where it's no more manageable to have all implementations in the same file.
Compare: https://github.com/llvm/llvm-project/compare/3af88305e443...26541d417634
More information about the All-commits
mailing list