[all-commits] [llvm/llvm-project] 0879c1: [compiler-rt][builtins] libc-backed floating-point...
hulxv via All-commits
all-commits at lists.llvm.org
Thu Jul 30 17:50:36 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0879c1092c66242027065634210692cc06359fee
https://github.com/llvm/llvm-project/commit/0879c1092c66242027065634210692cc06359fee
Author: hulxv <hulxxv at gmail.com>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
A compiler-rt/lib/builtins/extenddftf2.cpp
A compiler-rt/lib/builtins/extendsfdf2.cpp
A compiler-rt/lib/builtins/extendsftf2.cpp
A compiler-rt/lib/builtins/extendxftf2.cpp
A compiler-rt/lib/builtins/truncdfsf2.cpp
A compiler-rt/lib/builtins/trunctfdf2.cpp
A compiler-rt/lib/builtins/trunctfsf2.cpp
A compiler-rt/lib/builtins/trunctfxf2.cpp
M libc/shared/builtins.h
A libc/shared/builtins/extenddftf2.h
A libc/shared/builtins/extendsfdf2.h
A libc/shared/builtins/extendsftf2.h
A libc/shared/builtins/extendxftf2.h
A libc/shared/builtins/truncdfsf2.h
A libc/shared/builtins/trunctfdf2.h
A libc/shared/builtins/trunctfsf2.h
A libc/shared/builtins/trunctfxf2.h
M libc/src/__support/builtins/CMakeLists.txt
A libc/src/__support/builtins/extenddftf2.h
A libc/src/__support/builtins/extendsfdf2.h
A libc/src/__support/builtins/extendsftf2.h
A libc/src/__support/builtins/extendxftf2.h
A libc/src/__support/builtins/fpconvert_helper.h
A libc/src/__support/builtins/truncdfsf2.h
A libc/src/__support/builtins/trunctfdf2.h
A libc/src/__support/builtins/trunctfsf2.h
A libc/src/__support/builtins/trunctfxf2.h
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_builtins_test.cpp
Log Message:
-----------
[compiler-rt][builtins] libc-backed floating-point extend/trunct builtins (#209984)
Add libc-backed floating-point extend/truncate builtins
Part of #197824
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list