[clang] [llvm] [docs] Add clang/llvm release notes for mipsel-windows-* targets (PR #147133)
brad0 wrote: This should be taken and created as a MR against the 21 release. https://github.com/llvm/llvm-project/pull/147133 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
[clang] [llvm] [docs] Add clang/llvm release notes for mipsel-windows-* targets (PR #147133)
hpoussin wrote: @brad0, ping https://github.com/llvm/llvm-project/pull/147133 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
[clang] [llvm] [docs] Add clang/llvm release notes for mipsel-windows-* targets (PR #147133)
hpoussin wrote: Any possibility to have it merged before branching? https://github.com/llvm/llvm-project/pull/147133 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
[clang] [llvm] [docs] Add clang/llvm release notes for mipsel-windows-* targets (PR #147133)
hpoussin wrote: > Missing a period at the end of each entry. Entries updated. https://github.com/llvm/llvm-project/pull/147133 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
[clang] [llvm] [docs] Add clang/llvm release notes for mipsel-windows-* targets (PR #147133)
https://github.com/hpoussin updated https://github.com/llvm/llvm-project/pull/147133 From 86390c41ce5dc5aca23e57376ca2182965f9ff63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sat, 5 Jul 2025 08:58:10 +0200 Subject: [PATCH] [docs] Add clang/llvm release notes for mipsel-windows-* targets --- clang/docs/ReleaseNotes.rst | 2 ++ llvm/docs/ReleaseNotes.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 9a94c4bcd9980..80312b1425bbd 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -991,6 +991,8 @@ Windows Support extensions are enabled. This allows for properly processing ``intsafe.h`` in the Windows SDK. +- Clang now supports `mipsel-windows-gnu` and `mipsel-windows-msvc` targets. + LoongArch Support ^ diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 26384d94d04fc..fb9ba2a6b4f19 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -150,6 +150,7 @@ Changes to the MIPS Backend --- * `-mcpu=i6400` and `-mcpu=i6500` were added. +* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets. Changes to the PowerPC Backend -- @@ -222,6 +223,7 @@ Changes to the Windows Target * `fp128` is now passed indirectly, meaning it uses the same calling convention as `i128`. +* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets. Changes to the X86 Backend -- ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
[clang] [llvm] [docs] Add clang/llvm release notes for mipsel-windows-* targets (PR #147133)
brad0 wrote: Missing a period at the end of each entry. https://github.com/llvm/llvm-project/pull/147133 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
[clang] [llvm] [docs] Add clang/llvm release notes for mipsel-windows-* targets (PR #147133)
llvmbot wrote: @llvm/pr-subscribers-clang Author: Hervé Poussineau (hpoussin) Changes While very experimental support was already present in LLVM 20, this is now usable. This is still related to the following PRs: - https://github.com/llvm/llvm-project/pull/144272 - https://github.com/llvm/llvm-project/pull/145110 - https://github.com/llvm/llvm-project/pull/145158 --- Full diff: https://github.com/llvm/llvm-project/pull/147133.diff 2 Files Affected: - (modified) clang/docs/ReleaseNotes.rst (+2) - (modified) llvm/docs/ReleaseNotes.md (+2) ``diff diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 9a94c4bcd9980..d963286531db8 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -991,6 +991,8 @@ Windows Support extensions are enabled. This allows for properly processing ``intsafe.h`` in the Windows SDK. +- Clang now supports `mipsel-windows-gnu` and `mipsel-windows-msvc` targets + LoongArch Support ^ diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 26384d94d04fc..b3b77ede16098 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -150,6 +150,7 @@ Changes to the MIPS Backend --- * `-mcpu=i6400` and `-mcpu=i6500` were added. +* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets Changes to the PowerPC Backend -- @@ -222,6 +223,7 @@ Changes to the Windows Target * `fp128` is now passed indirectly, meaning it uses the same calling convention as `i128`. +* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets Changes to the X86 Backend -- `` https://github.com/llvm/llvm-project/pull/147133 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
[clang] [llvm] [docs] Add clang/llvm release notes for mipsel-windows-* targets (PR #147133)
https://github.com/hpoussin created https://github.com/llvm/llvm-project/pull/147133 While very experimental support was already present in LLVM 20, this is now usable. This is still related to the following PRs: - https://github.com/llvm/llvm-project/pull/144272 - https://github.com/llvm/llvm-project/pull/145110 - https://github.com/llvm/llvm-project/pull/145158 From 8de6b3706d94986012b8b72579f6eb5ef3b1daa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sat, 5 Jul 2025 08:58:10 +0200 Subject: [PATCH] [docs] Add clang/llvm release notes for mipsel-windows-* targets --- clang/docs/ReleaseNotes.rst | 2 ++ llvm/docs/ReleaseNotes.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 9a94c4bcd9980..d963286531db8 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -991,6 +991,8 @@ Windows Support extensions are enabled. This allows for properly processing ``intsafe.h`` in the Windows SDK. +- Clang now supports `mipsel-windows-gnu` and `mipsel-windows-msvc` targets + LoongArch Support ^ diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 26384d94d04fc..b3b77ede16098 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -150,6 +150,7 @@ Changes to the MIPS Backend --- * `-mcpu=i6400` and `-mcpu=i6500` were added. +* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets Changes to the PowerPC Backend -- @@ -222,6 +223,7 @@ Changes to the Windows Target * `fp128` is now passed indirectly, meaning it uses the same calling convention as `i128`. +* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets Changes to the X86 Backend -- ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
