[qt/clang/llvm-project]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm-project Pushed by mirror-service into branch 'upstream/users/arsenm/triple/add-default-long-double-format-query'. Changed from 0000000000000000000000000000000000000000 to 590b8787ec9149add0edc8c9045b4a39f1ab4230 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 119a0fb1642c3d294d055bbe62163ed1e9464541 by Matt Arsenault on 22/07/2026 at 11:09.. PowerPC: Rename "float-abi" module flag to "long-double-type" PPC was emitting a "float-abi" module flag for indicating the type of long double. The "float ABI" naming is already widely taken by soft vs. hard float controls (e.g., the clang flag is called -mfloat-abi), so this shouldn't have taken it. This should also not be PPC specific; x86 has the same problem. Rename the flag to the more specific long-double-type, and add appropriate verification and documentation (which was also missing). Also changes the value names to match the IR type names. Co-authored-by: Claude (Claude-Opus-4.8) <[email protected]> https://invent.kde.org/qt/clang/llvm-project/-/commit/119a0fb1642c3d294d055bbe62163ed1e9464541 Git commit 5329e3bf842a1da2b1065769d8e93a4a1342baa4 by Matt Arsenault on 22/07/2026 at 11:31.. IR: Accept x86_fp80 and float as a long-double-type value Prepare to emit long-double-type for all targets. Co-authored-by: Claude (Claude-Opus-4.8) <[email protected]> https://invent.kde.org/qt/clang/llvm-project/-/commit/5329e3bf842a1da2b1065769d8e93a4a1342baa4 Git commit 590b8787ec9149add0edc8c9045b4a39f1ab4230 by Matt Arsenault on 22/07/2026 at 11:31.. Triple: Add query for the default long double format The long double format changes the library call info, which needs to be computed independently of codegen. Implement this based on the clang target code. https://invent.kde.org/qt/clang/llvm-project/-/commit/590b8787ec9149add0edc8c9045b4a39f1ab4230