[all-commits] [llvm/llvm-project] f100ec: [libc][NFC] Move architectures.h to properties sub...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Feb 9 01:21:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f100ec2517e94eb9d7a488c105d311fa5029fbef
https://github.com/llvm/llvm-project/commit/f100ec2517e94eb9d7a488c105d311fa5029fbef
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M libc/config/linux/app.h
M libc/src/__support/CMakeLists.txt
M libc/src/__support/FPUtil/FEnvImpl.h
M libc/src/__support/FPUtil/FMA.h
M libc/src/__support/FPUtil/PlatformDefs.h
M libc/src/__support/FPUtil/aarch64/FEnvImpl.h
M libc/src/__support/FPUtil/aarch64/FMA.h
M libc/src/__support/FPUtil/aarch64/fenv_darwin_impl.h
M libc/src/__support/FPUtil/aarch64/nearest_integer.h
M libc/src/__support/FPUtil/aarch64/sqrt.h
M libc/src/__support/FPUtil/multiply_add.h
M libc/src/__support/FPUtil/nearest_integer.h
M libc/src/__support/FPUtil/sqrt.h
M libc/src/__support/FPUtil/x86_64/FEnvImpl.h
M libc/src/__support/FPUtil/x86_64/FMA.h
M libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
M libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h
M libc/src/__support/FPUtil/x86_64/PolyEval.h
M libc/src/__support/FPUtil/x86_64/nearest_integer.h
M libc/src/__support/FPUtil/x86_64/sqrt.h
M libc/src/__support/OSUtil/linux/syscall.h
M libc/src/__support/common.h
M libc/src/__support/macros/README.md
R libc/src/__support/macros/architectures.h
A libc/src/__support/macros/properties/architectures.h
M libc/src/__support/threads/thread.h
M libc/src/setjmp/longjmp.cpp
M libc/src/setjmp/setjmp.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/memory_utils/memset_implementations.h
M libc/src/string/memory_utils/op_aarch64.h
M libc/src/string/memory_utils/op_x86.h
M libc/src/threads/linux/Futex.h
M libc/test/src/fenv/enabled_exceptions_test.cpp
M libc/test/src/fenv/feenableexcept_test.cpp
M libc/test/src/fenv/feholdexcept_test.cpp
M libc/test/src/sys/utsname/uname_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Move architectures.h to properties subfolder
More information about the All-commits
mailing list