[all-commits] [llvm/llvm-project] 84f887: Revert "[libc] Fix embedded version of bcmp / memcmp"
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Oct 14 06:22:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84f887c82b349afa6f4ac7b70461b735c707c28a
https://github.com/llvm/llvm-project/commit/84f887c82b349afa6f4ac7b70461b735c707c28a
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M libc/src/string/memory_utils/bcmp_implementations.h
M libc/src/string/memory_utils/memcmp_implementations.h
Log Message:
-----------
Revert "[libc] Fix embedded version of bcmp / memcmp"
This reverts commit 7c9b8fa6d2d921569a1ebeb4816edb7b05a37cdd.
Commit: 6d252a48884f12bd5f48764e3b25e1dfb81f00cd
https://github.com/llvm/llvm-project/commit/6d252a48884f12bd5f48764e3b25e1dfb81f00cd
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M libc/src/stdio/printf_core/string_writer.cpp
M libc/src/string/bcmp.cpp
M libc/src/string/memcmp.cpp
M libc/src/string/memmove.cpp
M libc/src/string/memory_utils/CMakeLists.txt
R libc/src/string/memory_utils/README.md
M libc/src/string/memory_utils/bcmp_implementations.h
A libc/src/string/memory_utils/elements.h
A libc/src/string/memory_utils/elements_aarch64.h
A libc/src/string/memory_utils/elements_x86.h
M libc/src/string/memory_utils/memcmp_implementations.h
M libc/src/string/memory_utils/memcpy_implementations.h
M libc/src/string/memory_utils/memset_implementations.h
R libc/src/string/memory_utils/op_aarch64.h
R libc/src/string/memory_utils/op_builtin.h
R libc/src/string/memory_utils/op_generic.h
R libc/src/string/memory_utils/op_x86.h
M libc/src/string/memory_utils/utils.h
M libc/src/string/memset.cpp
M libc/test/src/string/bcmp_test.cpp
M libc/test/src/string/memmove_test.cpp
M libc/test/src/string/memory_utils/CMakeLists.txt
A libc/test/src/string/memory_utils/elements_test.cpp
A libc/test/src/string/memory_utils/memory_access_test.cpp
M libc/test/src/string/memory_utils/utils_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
Revert "[libc] New version of the mem* framework"
This reverts commit 9721687835a7df5da0c9482cf684c11b8ba97f75.
Compare: https://github.com/llvm/llvm-project/compare/7c9b8fa6d2d9...6d252a48884f
More information about the All-commits
mailing list