[all-commits] [llvm/llvm-project] c32287: [libc][NFC] Make tuning macros start with LIBC_COPT_
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Feb 15 02:00:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3228714cc0eec0cb9244922d713f495045e655d
https://github.com/llvm/llvm-project/commit/c3228714cc0eec0cb9244922d713f495045e655d
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/common_libc_tuners.cmake
M libc/fuzzing/stdlib/CMakeLists.txt
M libc/fuzzing/stdlib/strtointeger_differential_fuzz.cpp
M libc/src/__support/common.h
M libc/src/__support/str_to_float.h
M libc/src/stdio/printf_core/converter.cpp
M libc/src/stdio/printf_core/converter_atlas.h
M libc/src/stdio/printf_core/parser.cpp
M libc/src/stdio/printf_core/parser.h
M libc/src/stdio/printf_core/printf_config.h
M libc/src/stdio/scanf_core/converter.cpp
M libc/src/stdio/scanf_core/parser.cpp
M libc/src/stdio/scanf_core/parser.h
M libc/src/stdio/scanf_core/scanf_config.h
M libc/src/stdlib/atexit.cpp
M libc/src/string/string_utils.h
M libc/src/unistd/getopt.cpp
M libc/test/UnitTest/FPExceptMatcher.h
M libc/test/UnitTest/Test.h
M libc/test/src/math/RoundToIntegerTest.h
M libc/test/src/stdio/printf_core/parser_test.cpp
M libc/test/src/stdio/scanf_core/parser_test.cpp
M libc/test/src/stdio/sprintf_test.cpp
M utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl
Log Message:
-----------
[libc][NFC] Make tuning macros start with LIBC_COPT_
Rename preprocessor definitions that control tuning of llvm libc.
Differential Revision: https://reviews.llvm.org/D143913
More information about the All-commits
mailing list