[all-commits] [llvm/llvm-project] 600904: [libc][NFC] Use LIBC_TARGET_IS_GPU instead of defi...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Feb 7 05:17:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 600904907667dfd9f1058e725a38f802be990a0f
https://github.com/llvm/llvm-project/commit/600904907667dfd9f1058e725a38f802be990a0f
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M libc/src/__support/common.h
Log Message:
-----------
[libc][NFC] Use LIBC_TARGET_IS_GPU instead of defining PACKAGE_FOR_GPU
Commit: 8f3c2c5ee64504949d1cdca73d6408574272ea1a
https://github.com/llvm/llvm-project/commit/8f3c2c5ee64504949d1cdca73d6408574272ea1a
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M libc/src/__support/CMakeLists.txt
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Sort dependencies
Commit: 29f8e076bd4279a013e8512591ca62da5ee3aac4
https://github.com/llvm/llvm-project/commit/29f8e076bd4279a013e8512591ca62da5ee3aac4
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M libc/src/__support/CMakeLists.txt
M libc/src/__support/FPUtil/FPBits.h
M libc/src/__support/FPUtil/dyadic_float.h
M libc/src/__support/FPUtil/except_value_utils.h
M libc/src/__support/FPUtil/generic/FMA.h
M libc/src/__support/FPUtil/generic/FMod.h
M libc/src/__support/FPUtil/nearest_integer.h
M libc/src/__support/UInt.h
M libc/src/__support/common.h
A libc/src/__support/macros/attributes.h
M libc/src/math/generic/acosf.cpp
M libc/src/math/generic/acoshf.cpp
M libc/src/math/generic/asinf.cpp
M libc/src/math/generic/asinhf.cpp
M libc/src/math/generic/atanf.cpp
M libc/src/math/generic/atanhf.cpp
M libc/src/math/generic/cosf.cpp
M libc/src/math/generic/coshf.cpp
M libc/src/math/generic/exp10f.cpp
M libc/src/math/generic/exp2f.cpp
M libc/src/math/generic/expf.cpp
M libc/src/math/generic/expm1f.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/math_utils.h
M libc/src/math/generic/sincosf.cpp
M libc/src/math/generic/sincosf_utils.h
M libc/src/math/generic/sinf.cpp
M libc/src/math/generic/sinhf.cpp
M libc/src/math/generic/tanf.cpp
M libc/src/math/generic/tanhf.cpp
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/string_utils.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Move attributes from common to macros folder
Compare: https://github.com/llvm/llvm-project/compare/62c7f035b439...29f8e076bd42
More information about the All-commits
mailing list