[all-commits] [llvm/llvm-project] 406b3f: [libc] Add an optimization macro header
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Feb 9 05:36:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 406b3f2cbbee764578184e19de42d3a0602883aa
https://github.com/llvm/llvm-project/commit/406b3f2cbbee764578184e19de42d3a0602883aa
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M libc/src/__support/macros/CMakeLists.txt
M libc/src/__support/macros/attributes.h
A libc/src/__support/macros/optimization.h
M libc/src/__support/macros/properties/compiler.h
M libc/src/string/memory_utils/CMakeLists.txt
M libc/src/string/memory_utils/bcmp_implementations.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/memmove_implementations.h
M libc/src/string/memory_utils/memset_implementations.h
M libc/src/string/memory_utils/op_generic.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Add an optimization macro header
More information about the All-commits
mailing list