Revert "[libc] New version of the mem* framework"
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 14 Oct 2022 12:26:38 +0000 (12:26 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 14 Oct 2022 12:27:04 +0000 (12:27 +0000)
commit4fed4b094334e0978a5d4bbe36fae3eba4a18448
treeee71b93d27472b1deafd62881c421de50de951ce
parent9f13900371c49c030ce5432a20d730c8a8246e44
Revert "[libc] New version of the mem* framework"

This reverts commit 98bf836f3127a346a81da5ae3e27246935298de4.
26 files changed:
libc/src/stdio/printf_core/string_writer.cpp
libc/src/string/bcmp.cpp
libc/src/string/memcmp.cpp
libc/src/string/memmove.cpp
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/README.md [deleted file]
libc/src/string/memory_utils/bcmp_implementations.h
libc/src/string/memory_utils/elements.h [new file with mode: 0644]
libc/src/string/memory_utils/elements_aarch64.h [new file with mode: 0644]
libc/src/string/memory_utils/elements_x86.h [new file with mode: 0644]
libc/src/string/memory_utils/memcmp_implementations.h
libc/src/string/memory_utils/memcpy_implementations.h
libc/src/string/memory_utils/memset_implementations.h
libc/src/string/memory_utils/op_aarch64.h [deleted file]
libc/src/string/memory_utils/op_builtin.h [deleted file]
libc/src/string/memory_utils/op_generic.h [deleted file]
libc/src/string/memory_utils/op_x86.h [deleted file]
libc/src/string/memory_utils/utils.h
libc/src/string/memset.cpp
libc/test/src/string/bcmp_test.cpp
libc/test/src/string/memmove_test.cpp
libc/test/src/string/memory_utils/CMakeLists.txt
libc/test/src/string/memory_utils/elements_test.cpp [new file with mode: 0644]
libc/test/src/string/memory_utils/memory_access_test.cpp [new file with mode: 0644]
libc/test/src/string/memory_utils/utils_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel