[all-commits] [llvm/llvm-project] ab45c1: Revert "[libc] Add a set of elementary operations"
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jun 14 02:34:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab45c1f21f63bfd0acb9e27a626ab33659918868
https://github.com/llvm/llvm-project/commit/ab45c1f21f63bfd0acb9e27a626ab33659918868
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M libc/src/string/CMakeLists.txt
M libc/src/string/aarch64/memcpy.cpp
M libc/src/string/memcpy.cpp
M libc/src/string/memory_utils/CMakeLists.txt
R libc/src/string/memory_utils/elements.h
R libc/src/string/memory_utils/elements_x86.h
A libc/src/string/memory_utils/memcpy_utils.h
M libc/src/string/memory_utils/memset_utils.h
M libc/src/string/x86_64/memcpy.cpp
M libc/test/src/string/memory_utils/CMakeLists.txt
R libc/test/src/string/memory_utils/elements_test.cpp
A libc/test/src/string/memory_utils/memcpy_utils_test.cpp
R libc/test/src/string/memory_utils/memory_access_test.cpp
Log Message:
-----------
Revert "[libc] Add a set of elementary operations"
This reverts commit e63f27a3cf8129cb66b8350ad50bf19633554a6b.
More information about the All-commits
mailing list