git: 8f6978f83cc6 - main - Adjust llvm-project main llvmorg-21-init-19288-gface93e724f4, part 2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Apr 2026 14:19:27 UTC
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=8f6978f83cc64a2e644d9bdf380a6996d3acdc4b
commit 8f6978f83cc64a2e644d9bdf380a6996d3acdc4b
Merge: 3f16c588d1d8 e6df1a75c40c
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2025-12-09 13:44:39 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2026-04-25 14:08:57 +0000
Adjust llvm-project main llvmorg-21-init-19288-gface93e724f4, part 2
This adjusts the llvmorg-21-init-19288-gface93e724f4 import: add partial
libc/ top-level directory.
PR: 292067
MFC after: 1 month
contrib/llvm-project/libc/shared/fp_bits.h | 23 +
contrib/llvm-project/libc/shared/libc_common.h | 26 +
contrib/llvm-project/libc/shared/math.h | 23 +
contrib/llvm-project/libc/shared/math/expf.h | 23 +
contrib/llvm-project/libc/shared/math/expf16.h | 29 ++
contrib/llvm-project/libc/shared/math/frexpf.h | 24 +
contrib/llvm-project/libc/shared/math/frexpf128.h | 29 ++
contrib/llvm-project/libc/shared/math/frexpf16.h | 29 ++
contrib/llvm-project/libc/shared/math/ldexpf.h | 23 +
contrib/llvm-project/libc/shared/math/ldexpf128.h | 29 ++
contrib/llvm-project/libc/shared/math/ldexpf16.h | 31 ++
contrib/llvm-project/libc/shared/rpc.h | 603 ++++++++++++++++++++++
contrib/llvm-project/libc/shared/rpc_opcodes.h | 53 ++
contrib/llvm-project/libc/shared/rpc_server.h | 23 +
contrib/llvm-project/libc/shared/rpc_util.h | 276 ++++++++++
contrib/llvm-project/libc/shared/str_to_float.h | 28 +
contrib/llvm-project/libc/shared/str_to_integer.h | 25 +
17 files changed, 1297 insertions(+)
diff --cc contrib/llvm-project/libc/shared/fp_bits.h
index 000000000000,e6bb1e17b80c..e6bb1e17b80c
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/fp_bits.h
+++ b/contrib/llvm-project/libc/shared/fp_bits.h
diff --cc contrib/llvm-project/libc/shared/libc_common.h
index 000000000000,c4560bbb0276..c4560bbb0276
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/libc_common.h
+++ b/contrib/llvm-project/libc/shared/libc_common.h
diff --cc contrib/llvm-project/libc/shared/math.h
index 000000000000,b2f1a03e0940..b2f1a03e0940
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/math.h
+++ b/contrib/llvm-project/libc/shared/math.h
diff --cc contrib/llvm-project/libc/shared/math/expf.h
index 000000000000,a4e8b0751bb4..a4e8b0751bb4
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/math/expf.h
+++ b/contrib/llvm-project/libc/shared/math/expf.h
diff --cc contrib/llvm-project/libc/shared/math/expf16.h
index 000000000000,a6a3e89e680d..a6a3e89e680d
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/math/expf16.h
+++ b/contrib/llvm-project/libc/shared/math/expf16.h
diff --cc contrib/llvm-project/libc/shared/math/frexpf.h
index 000000000000,35f23a70eb25..35f23a70eb25
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/math/frexpf.h
+++ b/contrib/llvm-project/libc/shared/math/frexpf.h
diff --cc contrib/llvm-project/libc/shared/math/frexpf128.h
index 000000000000,6b922bd73129..6b922bd73129
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/math/frexpf128.h
+++ b/contrib/llvm-project/libc/shared/math/frexpf128.h
diff --cc contrib/llvm-project/libc/shared/math/frexpf16.h
index 000000000000,24b2883a6f91..24b2883a6f91
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/math/frexpf16.h
+++ b/contrib/llvm-project/libc/shared/math/frexpf16.h
diff --cc contrib/llvm-project/libc/shared/math/ldexpf.h
index 000000000000,497933c47321..497933c47321
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/math/ldexpf.h
+++ b/contrib/llvm-project/libc/shared/math/ldexpf.h
diff --cc contrib/llvm-project/libc/shared/math/ldexpf128.h
index 000000000000,d4066beb809c..d4066beb809c
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/math/ldexpf128.h
+++ b/contrib/llvm-project/libc/shared/math/ldexpf128.h
diff --cc contrib/llvm-project/libc/shared/math/ldexpf16.h
index 000000000000,4c98c4c78d46..4c98c4c78d46
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/math/ldexpf16.h
+++ b/contrib/llvm-project/libc/shared/math/ldexpf16.h
diff --cc contrib/llvm-project/libc/shared/rpc.h
index 000000000000,7295efd4eee3..7295efd4eee3
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/rpc.h
+++ b/contrib/llvm-project/libc/shared/rpc.h
diff --cc contrib/llvm-project/libc/shared/rpc_opcodes.h
index 000000000000,6de41cd1899e..6de41cd1899e
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/rpc_opcodes.h
+++ b/contrib/llvm-project/libc/shared/rpc_opcodes.h
diff --cc contrib/llvm-project/libc/shared/rpc_server.h
index 000000000000,46e35f13f0ea..46e35f13f0ea
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/rpc_server.h
+++ b/contrib/llvm-project/libc/shared/rpc_server.h
diff --cc contrib/llvm-project/libc/shared/rpc_util.h
index 000000000000,687814b7ff2a..687814b7ff2a
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/rpc_util.h
+++ b/contrib/llvm-project/libc/shared/rpc_util.h
diff --cc contrib/llvm-project/libc/shared/str_to_float.h
index 000000000000,dcc6027d6c77..dcc6027d6c77
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/str_to_float.h
+++ b/contrib/llvm-project/libc/shared/str_to_float.h
diff --cc contrib/llvm-project/libc/shared/str_to_integer.h
index 000000000000,6ed38c932662..6ed38c932662
mode 000000,100644..100644
--- a/contrib/llvm-project/libc/shared/str_to_integer.h
+++ b/contrib/llvm-project/libc/shared/str_to_integer.h