[all-commits] [llvm/llvm-project] c23991: [libc][NFC] Integrate `FloatProperties` into `FPBi...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Dec 28 06:43:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c23991478aa79ea1040531b3077976ae56415b24
https://github.com/llvm/llvm-project/commit/c23991478aa79ea1040531b3077976ae56415b24
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-12-28 (Thu, 28 Dec 2023)
Changed paths:
M libc/fuzzing/stdlib/CMakeLists.txt
M libc/fuzzing/stdlib/strtofloat_fuzz.cpp
M libc/src/__support/FPUtil/CMakeLists.txt
M libc/src/__support/FPUtil/FPBits.h
R libc/src/__support/FPUtil/FloatProperties.h
M libc/src/__support/FPUtil/ManipulationFunctions.h
M libc/src/__support/FPUtil/dyadic_float.h
M libc/src/__support/FPUtil/fpbits_str.h
M libc/src/__support/FPUtil/generic/CMakeLists.txt
M libc/src/__support/FPUtil/generic/FMA.h
M libc/src/stdio/printf_core/float_dec_converter.h
M libc/test/src/__support/str_to_fp_test.h
M libc/utils/MPFRWrapper/CMakeLists.txt
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl
M utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl
M utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
Log Message:
-----------
[libc][NFC] Integrate `FloatProperties` into `FPBits` (#76506)
`FloatProperties` is always included when `FPBits` is. This will help
further refactoring.
More information about the All-commits
mailing list