[all-commits] [llvm/llvm-project] d2d226: [libc][builtins] add cmp_helper for compiler-rt so...
hulxv via All-commits
all-commits at lists.llvm.org
Sat Aug 8 15:14:19 PDT 2026
Branch: refs/heads/users/hulxv/compiler_rt/builtins/cmp-quad
Home: https://github.com/llvm/llvm-project
Commit: d2d22647c9fa3db2435738649a49a0819c70d6f8
https://github.com/llvm/llvm-project/commit/d2d22647c9fa3db2435738649a49a0819c70d6f8
Author: hulxv <hulxxv at gmail.com>
Date: 2026-08-09 (Sun, 09 Aug 2026)
Changed paths:
M libc/src/__support/builtins/CMakeLists.txt
A libc/src/__support/builtins/cmp_helper.h
Log Message:
-----------
[libc][builtins] add cmp_helper for compiler-rt soft-float comparisons
Commit: 1725b1ea7195bb8789108fcba0bf9cc2fe6f62da
https://github.com/llvm/llvm-project/commit/1725b1ea7195bb8789108fcba0bf9cc2fe6f62da
Author: hulxv <hulxxv at gmail.com>
Date: 2026-08-09 (Sun, 09 Aug 2026)
Changed paths:
M libc/src/__support/builtins/cmp_helper.h
Log Message:
-----------
fix format
Commit: 53813ad68dfd9d082bbed0b0998cb05d1df07b62
https://github.com/llvm/llvm-project/commit/53813ad68dfd9d082bbed0b0998cb05d1df07b62
Author: hulxv <hulxxv at gmail.com>
Date: 2026-08-09 (Sun, 09 Aug 2026)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
A compiler-rt/lib/builtins/comparesf2.cpp
M libc/shared/builtins.h
A libc/shared/builtins/gesf2.h
A libc/shared/builtins/lesf2.h
A libc/shared/builtins/unordsf2.h
M libc/src/__support/builtins/CMakeLists.txt
A libc/src/__support/builtins/gesf2.h
A libc/src/__support/builtins/lesf2.h
A libc/src/__support/builtins/unordsf2.h
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_builtins_test.cpp
Log Message:
-----------
[compiler-rt][builtins] libc-backed single-float comparison builtins
Commit: 4084a4a970d0174775a63f07f6b49e3ff7ffbd9c
https://github.com/llvm/llvm-project/commit/4084a4a970d0174775a63f07f6b49e3ff7ffbd9c
Author: hulxv <hulxxv at gmail.com>
Date: 2026-08-09 (Sun, 09 Aug 2026)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
A compiler-rt/lib/builtins/comparedf2.cpp
M libc/shared/builtins.h
A libc/shared/builtins/gedf2.h
A libc/shared/builtins/ledf2.h
A libc/shared/builtins/unorddf2.h
M libc/src/__support/builtins/CMakeLists.txt
A libc/src/__support/builtins/gedf2.h
A libc/src/__support/builtins/ledf2.h
A libc/src/__support/builtins/unorddf2.h
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_builtins_test.cpp
Log Message:
-----------
[compiler-rt][builtins] libc-backed double-float comparison builtins
Commit: e7b7fd1c7533121a7ef0640580bd7f023f247570
https://github.com/llvm/llvm-project/commit/e7b7fd1c7533121a7ef0640580bd7f023f247570
Author: hulxv <hulxxv at gmail.com>
Date: 2026-08-09 (Sun, 09 Aug 2026)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
A compiler-rt/lib/builtins/comparetf2.cpp
M libc/shared/builtins.h
A libc/shared/builtins/getf2.h
A libc/shared/builtins/letf2.h
A libc/shared/builtins/unordtf2.h
M libc/src/__support/builtins/CMakeLists.txt
A libc/src/__support/builtins/getf2.h
A libc/src/__support/builtins/letf2.h
A libc/src/__support/builtins/unordtf2.h
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_builtins_test.cpp
Log Message:
-----------
[compiler-rt][builtins] libc-backed quad-float comparison builtins
Commit: 980f4f6f12ad0f6dbd521abcd5e90b9ab8a13fde
https://github.com/llvm/llvm-project/commit/980f4f6f12ad0f6dbd521abcd5e90b9ab8a13fde
Author: hulxv <hulxxv at gmail.com>
Date: 2026-08-09 (Sun, 09 Aug 2026)
Changed paths:
M libc/test/shared/shared_builtins_test.cpp
Log Message:
-----------
fix conflicts
Compare: https://github.com/llvm/llvm-project/compare/bac97d836395...980f4f6f12ad
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