[all-commits] [llvm/llvm-project] 0d52a7: [libc][NFC] Simplify memcpy implementation
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue May 26 04:39:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0d52a7d038e189770984594a6ca71bea50fee4d9
https://github.com/llvm/llvm-project/commit/0d52a7d038e189770984594a6ca71bea50fee4d9
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-05-26 (Tue, 26 May 2020)
Changed paths:
M libc/src/string/CMakeLists.txt
R libc/src/string/memcpy.cpp
R libc/src/string/memcpy_arch_specific.h.def
M libc/src/string/memory_utils/memcpy_utils.h
A libc/src/string/x86/memcpy.cpp
R libc/src/string/x86/memcpy_arch_specific.h.inc
M libc/test/src/string/memory_utils/memcpy_utils_test.cpp
Log Message:
-----------
[libc][NFC] Simplify memcpy implementation
Summary: This is a NFC, it aims at simplifying both the code and build files.
Reviewers: abrachet, sivachandra
Subscribers: mgorny, tschuett, ecnelises, libc-commits, courbet
Tags: #libc-project
Differential Revision: https://reviews.llvm.org/D80291
More information about the All-commits
mailing list