[llvm-branch-commits] [llvm] release/19.x: [llvm][Mips] Bail on underaligned loads/stores in FastISel. (#106231) (PR #126693)

2025-02-10 Thread Brad Smith via llvm-branch-commits
brad0 wrote: > Fine by me, but I was under the impression that [there won't be any more 19.x > releases](https://github.com/llvm/llvm-project/pull/125081#issuecomment-2646389290)? That is the case so far. https://github.com/llvm/llvm-project/pull/126693

[llvm-branch-commits] [llvm] release/19.x: [llvm][Mips] Bail on underaligned loads/stores in FastISel. (#106231) (PR #126693)

2025-02-10 Thread Alex Rønne Petersen via llvm-branch-commits
alexrp wrote: Fine by me, but I was under the impression that [there won't be any more 19.x releases](https://github.com/llvm/llvm-project/pull/125081#issuecomment-2646389290)? https://github.com/llvm/llvm-project/pull/126693 ___ llvm-branch-commits m

[llvm-branch-commits] [llvm] [AVR] Backport #118015 and #121498 (PR #125081)

2025-02-10 Thread Patryk Wychowaniec via llvm-branch-commits
https://github.com/Patryk27 closed https://github.com/llvm/llvm-project/pull/125081 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang][HeuristicResolver] Additional hardening against an infinite loop in simplifyType() (PR #126690)

2025-02-10 Thread Nathan Ridge via llvm-branch-commits
HighCommander4 wrote: This is not needed to fix https://github.com/llvm/llvm-project/issues/126536 (https://github.com/llvm/llvm-project/pull/126689 does that), it's a hedge against additional bugs that may be lurking that cause infinite loops. I'm open to suggestions as to whether this is a g

[llvm-branch-commits] [clang] [clang][HeuristicResolver] Additional hardening against an infinite loop in simplifyType() (PR #126690)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Nathan Ridge (HighCommander4) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/126690.diff 1 Files Affected: - (modified) clang/lib/Sema/HeuristicResolver.cpp (+5-1) ``diff diff --git a/clang/lib/Sema/Heurist

[llvm-branch-commits] [clang] [clang][HeuristicResolver] Additional hardening against an infinite loop in simplifyType() (PR #126690)

2025-02-10 Thread Nathan Ridge via llvm-branch-commits
https://github.com/HighCommander4 created https://github.com/llvm/llvm-project/pull/126690 None >From 28630abecc42c23527687b84be8cb4dbcd2ca5d9 Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Tue, 11 Feb 2025 02:06:32 -0500 Subject: [PATCH] [clang][HeuristicResolver] Additional hardening agai

[llvm-branch-commits] [clang] release/20.x: [AVX10.2] Fix wrong intrinsic names after rename (#126390) (PR #126687)

2025-02-10 Thread Phoebe Wang via llvm-branch-commits
phoebewang wrote: This is a bug fix without risk, LGTM. https://github.com/llvm/llvm-project/pull/126687 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/20.x: [AVX10.2] Fix wrong intrinsic names after rename (#126390) (PR #126687)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes Backport 161cfc6f39bef8994eb944687033ebd3570196e8 Requested by: @phoebewang --- Full diff: https://github.com/llvm/llvm-project/pull/126687.diff 4 Files Affected: - (modified) clang/lib/Headers/avx10_2_512c

[llvm-branch-commits] [clang] release/20.x: [AVX10.2] Fix wrong intrinsic names after rename (#126390) (PR #126687)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @phoebewang What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/126687 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[llvm-branch-commits] [clang] release/20.x: [AVX10.2] Fix wrong intrinsic names after rename (#126390) (PR #126687)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/126687 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/20.x: [AVX10.2] Fix wrong intrinsic names after rename (#126390) (PR #126687)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/126687 Backport 161cfc6f39bef8994eb944687033ebd3570196e8 Requested by: @phoebewang >From 8322903232de1a8586471367187fec23f60bb98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pir=C3=B3g?= Date: Mon, 10 Feb

[llvm-branch-commits] [llvm] release/20.x: [llvm-objcopy][ReleaseNotes] Fix prints wrong path when dump-section output path doesn't exist #125345 (PR #126607)

2025-02-10 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/126607 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [llvm-objcopy][ReleaseNotes] Fix prints wrong path when dump-section output path doesn't exist #125345 (PR #126607)

2025-02-10 Thread Fangrui Song via llvm-branch-commits
@@ -460,6 +460,8 @@ Changes to the LLVM tools `--localize-symbol`, `--localize-symbols`, `--skip-symbol`, `--skip-symbols`. +* llvm-objcopy now prints the correct file path in the error message when the output file specified by --dump-section cannot be opened. ---

[llvm-branch-commits] [clang] release/20.x: [AVX10.2] Fix wrong mask casting in some convert intrinsics (#126627) (PR #126666)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/12 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/20.x: [AVX10.2] Fix wrong mask casting in some convert intrinsics (#126627) (PR #126666)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes Backport af522c5dd3a38cc5e11e8e62009d7dbe2cde2d86 Requested by: @phoebewang --- Full diff: https://github.com/llvm/llvm-project/pull/12.diff 2 Files Affected: - (modified) clang/lib/Headers/avx10_2conve

[llvm-branch-commits] [clang] release/20.x: [AVX10.2] Fix wrong mask casting in some convert intrinsics (#126627) (PR #126666)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/12 Backport af522c5dd3a38cc5e11e8e62009d7dbe2cde2d86 Requested by: @phoebewang >From db60e9bc6851eb10a954c0011857902d5c2a6e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pir=C3=B3g?= Date: Tue, 11 Feb

[llvm-branch-commits] [clang] release/20.x: [AVX10.2] Fix wrong mask casting in some convert intrinsics (#126627) (PR #126666)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @phoebewang What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/12 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[llvm-branch-commits] [clang] release/20.x: [clang] StmtPrinter: Handle DeclRefExpr to a Decomposition (#125001) (PR #126659)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @slackito What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/126659 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/list

[llvm-branch-commits] [clang] release/20.x: [clang] StmtPrinter: Handle DeclRefExpr to a Decomposition (#125001) (PR #126659)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes Backport 00c096e604ad3a5244af06602556f8de867e36c4 Requested by: @wjristow --- Full diff: https://github.com/llvm/llvm-project/pull/126659.diff 3 Files Affected: - (modified) clang/lib/AST/StmtPrinter.cpp (+7-1)

[llvm-branch-commits] [clang] release/20.x: [clang] StmtPrinter: Handle DeclRefExpr to a Decomposition (#125001) (PR #126659)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/126659 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/20.x: [clang] StmtPrinter: Handle DeclRefExpr to a Decomposition (#125001) (PR #126659)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/126659 Backport 00c096e604ad3a5244af06602556f8de867e36c4 Requested by: @wjristow >From 8a9b9cf2cd9def798f4fa95c0b01370b5350af14 Mon Sep 17 00:00:00 2001 From: Matheus Izvekov Date: Wed, 29 Jan 2025 21:58:55 -0300 Sub

[llvm-branch-commits] [llvm] release/20.x: [BOLT, test] Link against a shared object to test PLT (#125625) (PR #126351)

2025-02-10 Thread Maksim Panchenko via llvm-branch-commits
https://github.com/maksfb approved this pull request. https://github.com/llvm/llvm-project/pull/126351 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [benchmark] Get number of CPUs with sysconf() on Linux (#125603) (PR #125624)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125624 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [benchmark] Get number of CPUs with sysconf() on Linux (#125603) (PR #125624)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/125624 >From 2fb9effee42ebb3fe29a6635f600f51efaff248f Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 3 Feb 2025 22:43:43 -0500 Subject: [PATCH] [benchmark] Get number of CPUs with sysconf() on Linux (#125603)

[llvm-branch-commits] [llvm] release/20.x: [InstSimplify] Add additional checks when substituting pointers (#125385) (PR #125398)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @dtcxzyw (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [llvm] release/20.x: [InstSimplify] Add additional checks when substituting pointers (#125385) (PR #125398)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125398 >From 56b4c1168f51aafb576226efe35430fe4ec119e8 Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Sun, 2 Feb 2025 19:04:23 +0800 Subject: [PATCH] [InstSimplify] Add additional checks when substituting pointers

[llvm-branch-commits] [llvm] release/20.x: [InstSimplify] Add additional checks when substituting pointers (#125385) (PR #125398)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125398 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 56b4c11 - [InstSimplify] Add additional checks when substituting pointers (#125385)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Yingwei Zheng Date: 2025-02-10T16:55:19-08:00 New Revision: 56b4c1168f51aafb576226efe35430fe4ec119e8 URL: https://github.com/llvm/llvm-project/commit/56b4c1168f51aafb576226efe35430fe4ec119e8 DIFF: https://github.com/llvm/llvm-project/commit/56b4c1168f51aafb576226efe35430fe4ec119e8.diff

[llvm-branch-commits] [llvm] release/20.x: [CG][RISCV]Fix shuffling of odd number of input vectors (PR #125910)

2025-02-10 Thread Craig Topper via llvm-branch-commits
https://github.com/topperc approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/125910 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/20.x: [clang] Handle f(no-)strict-overflow, f(no-)wrapv, f(no-)wrapv-pointer like gcc (#126524) (PR #126535)

2025-02-10 Thread Nico Weber via llvm-branch-commits
nico wrote: (This fixed #124868 which @AaronBallman had added to the 20.X Milestone.) https://github.com/llvm/llvm-project/pull/126535 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listin

[llvm-branch-commits] [llvm] [AMDGPU] Remove dead function metadata after amdgpu-lower-kernel-arguments (PR #126147)

2025-02-10 Thread Scott Linder via llvm-branch-commits
https://github.com/slinder1 updated https://github.com/llvm/llvm-project/pull/126147 >From de86a2987ca66eafe5767e149ebc561c0c70158d Mon Sep 17 00:00:00 2001 From: Scott Linder Date: Wed, 5 Feb 2025 22:56:55 + Subject: [PATCH 1/2] [AMDGPU] Remove dead function metadata after amdgpu-lower-ke

[llvm-branch-commits] [clang] [llvm] [HLSL][RootSignature] Add Metadata generation of Root Signatures for Attr (PR #125131)

2025-02-10 Thread Finn Plummer via llvm-branch-commits
https://github.com/inbelic edited https://github.com/llvm/llvm-project/pull/125131 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [AMDGPU] Push amdgpu-preload-kern-arg-prolog after livedebugvalues (PR #126148)

2025-02-10 Thread Scott Linder via llvm-branch-commits
https://github.com/slinder1 updated https://github.com/llvm/llvm-project/pull/126148 >From 5862e3249531359f66ae911fa42c7a69514a82ac Mon Sep 17 00:00:00 2001 From: Scott Linder Date: Thu, 6 Feb 2025 00:01:07 + Subject: [PATCH] [AMDGPU] Push amdgpu-preload-kern-arg-prolog after livedebugvalu

[llvm-branch-commits] [clang] 447db16 - Revert "[Driver][ROCm][OpenMP] Fix default ockl linking for OpenMP. (#126186)"

2025-02-10 Thread via llvm-branch-commits
Author: Florian Mayer Date: 2025-02-10T14:48:32-08:00 New Revision: 447db16af01c58b4607caefb76ed6e16b5814da3 URL: https://github.com/llvm/llvm-project/commit/447db16af01c58b4607caefb76ed6e16b5814da3 DIFF: https://github.com/llvm/llvm-project/commit/447db16af01c58b4607caefb76ed6e16b5814da3.diff

[llvm-branch-commits] [llvm] release/20.x: [llvm-objcopy][ReleaseNotes] Fix prints wrong path when dump-section output path doesn't exist #125345 (PR #126607)

2025-02-10 Thread Nikita Popov via llvm-branch-commits
https://github.com/nikic milestoned https://github.com/llvm/llvm-project/pull/126607 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] 7d3737f - Revert "[NVPTX] Make ctor/dtor lowering always enabled in NVPTX (#126544)"

2025-02-10 Thread via llvm-branch-commits
Author: Florian Mayer Date: 2025-02-10T14:19:59-08:00 New Revision: 7d3737f2374f489256bc3fce9cb96283e8307f75 URL: https://github.com/llvm/llvm-project/commit/7d3737f2374f489256bc3fce9cb96283e8307f75 DIFF: https://github.com/llvm/llvm-project/commit/7d3737f2374f489256bc3fce9cb96283e8307f75.diff

[llvm-branch-commits] [flang] release/20.x: [flang] Use clang_target_link_libraries() for clang dependency (#126037) (PR #126062)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @nikic (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [flang] 7fda02c - [flang] Use clang_target_link_libraries() for clang dependency (#126037)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Nikita Popov Date: 2025-02-10T14:14:15-08:00 New Revision: 7fda02c09d3b24b84b92334d0e491dc172648b71 URL: https://github.com/llvm/llvm-project/commit/7fda02c09d3b24b84b92334d0e491dc172648b71 DIFF: https://github.com/llvm/llvm-project/commit/7fda02c09d3b24b84b92334d0e491dc172648b71.diff

[llvm-branch-commits] [flang] release/20.x: [flang] Use clang_target_link_libraries() for clang dependency (#126037) (PR #126062)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/126062 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [flang] release/20.x: [flang] Use clang_target_link_libraries() for clang dependency (#126037) (PR #126062)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126062 >From 7fda02c09d3b24b84b92334d0e491dc172648b71 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 6 Feb 2025 14:11:22 +0100 Subject: [PATCH] [flang] Use clang_target_link_libraries() for clang dependency (#

[llvm-branch-commits] [lld] release/20.x: [ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F] (PR #126549)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @MaskRay (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [lld] release/20.x: [ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F] (PR #126549)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/126549 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] 9e07fbf - [ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F]

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Fangrui Song Date: 2025-02-10T14:09:07-08:00 New Revision: 9e07fbf640b0f3e9b814a2e2bcac74c9eb88 URL: https://github.com/llvm/llvm-project/commit/9e07fbf640b0f3e9b814a2e2bcac74c9eb88 DIFF: https://github.com/llvm/llvm-project/commit/9e07fbf640b0f3e9b814a2e2bcac74c9eb88.diff

[llvm-branch-commits] [lld] release/20.x: [ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F] (PR #126549)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126549 >From 9e07fbf640b0f3e9b814a2e2bcac74c9eb88 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 10 Feb 2025 09:21:31 -0800 Subject: [PATCH] [ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F] (This

[llvm-branch-commits] [llvm] release/20.x: [llvm-objcopy][ReleaseNotes] Fix prints wrong path when dump-section output path doesn't exist #125345 (PR #126607)

2025-02-10 Thread Amr Hesham via llvm-branch-commits
https://github.com/AmrDeveloper created https://github.com/llvm/llvm-project/pull/126607 Add release note for llvm-objcopy fixing prints wrong path when dump-section output path doesn't exist in #125345 >From 8886b33981f73da04adadb3e02a740b8e376e042 Mon Sep 17 00:00:00 2001 From: AmrDeveloper

[llvm-branch-commits] [llvm] release/20.x: [LV] Forget LCSSA phi with new pred before other SCEV invalidation. (#119897) (PR #126542)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @fhahn (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [llvm] release/20.x: [LV] Forget LCSSA phi with new pred before other SCEV invalidation. (#119897) (PR #126542)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/126542 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 5c75c29 - [LV] Forget LCSSA phi with new pred before other SCEV invalidation. (#119897)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Florian Hahn Date: 2025-02-10T14:00:46-08:00 New Revision: 5c75c290f87aacd2227619748ccb0ffd4b578ea4 URL: https://github.com/llvm/llvm-project/commit/5c75c290f87aacd2227619748ccb0ffd4b578ea4 DIFF: https://github.com/llvm/llvm-project/commit/5c75c290f87aacd2227619748ccb0ffd4b578ea4.diff

[llvm-branch-commits] [llvm] release/20.x: [LV] Forget LCSSA phi with new pred before other SCEV invalidation. (#119897) (PR #126542)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126542 >From 5c75c290f87aacd2227619748ccb0ffd4b578ea4 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Mon, 10 Feb 2025 16:29:42 + Subject: [PATCH] [LV] Forget LCSSA phi with new pred before other SCEV invalidati

[llvm-branch-commits] [clang] [HLSL] Constant buffers codegen (PR #124886)

2025-02-10 Thread Helena Kotas via llvm-branch-commits
https://github.com/hekota converted_to_draft https://github.com/llvm/llvm-project/pull/124886 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleCombine (#126054) (PR #126263)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @davemgreen (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleCombine (#126054) (PR #126263)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/126263 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] c7f18ba - [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleCombine (#126054)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: David Green Date: 2025-02-10T13:56:11-08:00 New Revision: c7f18bae1a9c188706912dc3379afb1de7f8921e URL: https://github.com/llvm/llvm-project/commit/c7f18bae1a9c188706912dc3379afb1de7f8921e DIFF: https://github.com/llvm/llvm-project/commit/c7f18bae1a9c188706912dc3379afb1de7f8921e.diff L

[llvm-branch-commits] [llvm] release/20.x: [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleCombine (#126054) (PR #126263)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126263 >From c7f18bae1a9c188706912dc3379afb1de7f8921e Mon Sep 17 00:00:00 2001 From: David Green Date: Fri, 7 Feb 2025 16:37:05 + Subject: [PATCH] [AArch64] Fix op mask detection in performZExtDeinterleaveShuffleC

[llvm-branch-commits] [llvm] release/20.x: [benchmark] Get number of CPUs with sysconf() on Linux (#125603) (PR #125624)

2025-02-10 Thread Mircea Trofin via llvm-branch-commits
https://github.com/mtrofin approved this pull request. https://github.com/llvm/llvm-project/pull/125624 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/20.x: [clang] Expose -f(no-)strict-overflow as a clang-cl option (#126512) (PR #126518)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @nico (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. http

[llvm-branch-commits] [clang] release/20.x: [clang] Expose -f(no-)strict-overflow as a clang-cl option (#126512) (PR #126518)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/126518 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] f0f59e3 - [clang] Expose -f(no-)strict-overflow as a clang-cl option (#126512)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Nico Weber Date: 2025-02-10T13:47:49-08:00 New Revision: f0f59e3ecc17ba60ebf5c45cc0564628959466f8 URL: https://github.com/llvm/llvm-project/commit/f0f59e3ecc17ba60ebf5c45cc0564628959466f8 DIFF: https://github.com/llvm/llvm-project/commit/f0f59e3ecc17ba60ebf5c45cc0564628959466f8.diff LO

[llvm-branch-commits] [clang] release/20.x: [clang] Expose -f(no-)strict-overflow as a clang-cl option (#126512) (PR #126518)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126518 >From f0f59e3ecc17ba60ebf5c45cc0564628959466f8 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 10 Feb 2025 09:00:31 -0500 Subject: [PATCH] [clang] Expose -f(no-)strict-overflow as a clang-cl option (#12651

[llvm-branch-commits] [llvm] release/20.x: [llvm-objcopy] Fix prints wrong path when dump-section output path doesn't exist (#125345) (PR #126367)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @AmrDeveloper (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR

[llvm-branch-commits] [llvm] release/20.x: [llvm-objcopy] Fix prints wrong path when dump-section output path doesn't exist (#125345) (PR #126367)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/126367 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] ed762db - [LLVM][Support] Add new CreateFileError functions (#125906)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Amr Hesham Date: 2025-02-10T13:42:43-08:00 New Revision: ed762db1e0088a0ad5c7d72e8ad2b08a5b1cf1be URL: https://github.com/llvm/llvm-project/commit/ed762db1e0088a0ad5c7d72e8ad2b08a5b1cf1be DIFF: https://github.com/llvm/llvm-project/commit/ed762db1e0088a0ad5c7d72e8ad2b08a5b1cf1be.diff LO

[llvm-branch-commits] [llvm] 5f2d66a - [llvm-objcopy] Fix prints wrong path when dump-section output path doesn't exist (#125345)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Amr Hesham Date: 2025-02-10T13:42:43-08:00 New Revision: 5f2d66a9d22537332a9630708b0a7602848babc6 URL: https://github.com/llvm/llvm-project/commit/5f2d66a9d22537332a9630708b0a7602848babc6 DIFF: https://github.com/llvm/llvm-project/commit/5f2d66a9d22537332a9630708b0a7602848babc6.diff LO

[llvm-branch-commits] [llvm] release/20.x: [llvm-objcopy] Fix prints wrong path when dump-section output path doesn't exist (#125345) (PR #126367)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/126367 >From 5f2d66a9d22537332a9630708b0a7602848babc6 Mon Sep 17 00:00:00 2001 From: Amr Hesham Date: Sat, 8 Feb 2025 14:14:16 +0100 Subject: [PATCH 1/2] [llvm-objcopy] Fix prints wrong path when dump-section output p

[llvm-branch-commits] [clang] release/20.x: [ARM] Empty structs are 1-byte for C++ ABI (#124762) (PR #125194)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @ostannard (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [clang] release/20.x: [ARM] Empty structs are 1-byte for C++ ABI (#124762) (PR #125194)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125194 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] 38333d5 - [ARM] Empty structs are 1-byte for C++ ABI (#124762)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Oliver Stannard Date: 2025-02-10T13:30:35-08:00 New Revision: 38333d5e4258edaaaf449b720391d8bf2888e096 URL: https://github.com/llvm/llvm-project/commit/38333d5e4258edaaaf449b720391d8bf2888e096 DIFF: https://github.com/llvm/llvm-project/commit/38333d5e4258edaaaf449b720391d8bf2888e096.dif

[llvm-branch-commits] [clang] release/20.x: [ARM] Empty structs are 1-byte for C++ ABI (#124762) (PR #125194)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/125194 >From 38333d5e4258edaaaf449b720391d8bf2888e096 Mon Sep 17 00:00:00 2001 From: Oliver Stannard Date: Fri, 31 Jan 2025 09:03:01 + Subject: [PATCH] [ARM] Empty structs are 1-byte for C++ ABI (#124762) For C++

[llvm-branch-commits] [mlir] release/20.x: [mlir][cmake] Fix build race condition in Pass Manager tests (PR #125834)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @DavidSpickett (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this P

[llvm-branch-commits] [mlir] release/20.x: [mlir][cmake] Fix build race condition in Pass Manager tests (PR #125834)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125834 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] 04d5513 - [mlir][cmake] Add missing MLIRTestDialect dependencies

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Diego Caballero Date: 2025-02-10T13:25:08-08:00 New Revision: 04d55131ce724ad4a8ca2686ee54df83484f94e9 URL: https://github.com/llvm/llvm-project/commit/04d55131ce724ad4a8ca2686ee54df83484f94e9 DIFF: https://github.com/llvm/llvm-project/commit/04d55131ce724ad4a8ca2686ee54df83484f94e9.dif

[llvm-branch-commits] [mlir] release/20.x: [mlir][cmake] Fix build race condition in Pass Manager tests (PR #125834)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/125834 >From 04d55131ce724ad4a8ca2686ee54df83484f94e9 Mon Sep 17 00:00:00 2001 From: Diego Caballero Date: Thu, 30 Jan 2025 16:09:19 -0800 Subject: [PATCH] [mlir][cmake] Add missing MLIRTestDialect dependencies This

[llvm-branch-commits] [clang] release/20.x: [C++20] [Modules] Don't diagnose duplicated friend declarations between modules incorrectly (PR #125809)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @ChuanqiXu9 (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

[llvm-branch-commits] [clang] release/20.x: [C++20] [Modules] Don't diagnose duplicated friend declarations between modules incorrectly (PR #125809)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125809 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/20.x: [C++20] [Modules] Don't diagnose duplicated friend declarations between modules incorrectly (PR #125809)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125809 >From 0d363c30b875e91a9f8e20a17b5dc7281e58cf2e Mon Sep 17 00:00:00 2001 From: Chuanqi Xu Date: Wed, 5 Feb 2025 13:41:48 +0800 Subject: [PATCH] [C++20] [Modules] Don't diagnose duplicated friend declarations bet

[llvm-branch-commits] [clang] 0d363c3 - [C++20] [Modules] Don't diagnose duplicated friend declarations between modules incorrectly

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Chuanqi Xu Date: 2025-02-10T13:22:12-08:00 New Revision: 0d363c30b875e91a9f8e20a17b5dc7281e58cf2e URL: https://github.com/llvm/llvm-project/commit/0d363c30b875e91a9f8e20a17b5dc7281e58cf2e DIFF: https://github.com/llvm/llvm-project/commit/0d363c30b875e91a9f8e20a17b5dc7281e58cf2e.diff LO

[llvm-branch-commits] [llvm] release/20.x: [RISCV] Check isFixedLengthVector before calling getVectorNumElements in getSingleShuffleSrc. (#125455) (PR #125590)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @topperc (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [llvm] release/20.x: [RISCV] Check isFixedLengthVector before calling getVectorNumElements in getSingleShuffleSrc. (#125455) (PR #125590)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125590 >From 820c8c79c87532b44c62a53cc3865cda8a0846ee Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 3 Feb 2025 13:48:42 -0800 Subject: [PATCH] [RISCV] Check isFixedLengthVector before calling getVectorNumElem

[llvm-branch-commits] [llvm] release/20.x: [RISCV] Check isFixedLengthVector before calling getVectorNumElements in getSingleShuffleSrc. (#125455) (PR #125590)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125590 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 820c8c7 - [RISCV] Check isFixedLengthVector before calling getVectorNumElements in getSingleShuffleSrc. (#125455)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Craig Topper Date: 2025-02-10T13:18:03-08:00 New Revision: 820c8c79c87532b44c62a53cc3865cda8a0846ee URL: https://github.com/llvm/llvm-project/commit/820c8c79c87532b44c62a53cc3865cda8a0846ee DIFF: https://github.com/llvm/llvm-project/commit/820c8c79c87532b44c62a53cc3865cda8a0846ee.diff

[llvm-branch-commits] [llvm] release/20.x: [InstSimplify] Add additional checks when substituting pointers (#125385) (PR #125398)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: The test failure seems unrelated. I'm going to re-run the tests. https://github.com/llvm/llvm-project/pull/125398 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/l

[llvm-branch-commits] [llvm] release/20.x: [VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof. (PR #125363)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @fhahn (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [llvm] release/20.x: [VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof. (PR #125363)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125363 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof. (PR #125363)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125363 >From f7c7db9b6fb14464d8ac6e224b801f6de81638d9 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Sat, 1 Feb 2025 21:40:58 + Subject: [PATCH] [VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof.

[llvm-branch-commits] [llvm] f7c7db9 - [VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof.

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Florian Hahn Date: 2025-02-10T13:13:26-08:00 New Revision: f7c7db9b6fb14464d8ac6e224b801f6de81638d9 URL: https://github.com/llvm/llvm-project/commit/f7c7db9b6fb14464d8ac6e224b801f6de81638d9 DIFF: https://github.com/llvm/llvm-project/commit/f7c7db9b6fb14464d8ac6e224b801f6de81638d9.diff

[llvm-branch-commits] [llvm] release/20.x: [SystemZ] Replace SELRMux with COPY in case of identical operands. (#125108) (PR #125236)

2025-02-10 Thread via llvm-branch-commits
github-actions[bot] wrote: @nikic (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. htt

[llvm-branch-commits] [llvm] release/20.x: [SystemZ] Replace SELRMux with COPY in case of identical operands. (#125108) (PR #125236)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/125236 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [SystemZ] Replace SELRMux with COPY in case of identical operands. (#125108) (PR #125236)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/125236 >From 5b48526fe347235fd6ac8ecc51928749b0e5deda Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Fri, 31 Jan 2025 06:58:01 -0600 Subject: [PATCH] [SystemZ] Replace SELRMux with COPY in case of identical opera

[llvm-branch-commits] [llvm] 5b48526 - [SystemZ] Replace SELRMux with COPY in case of identical operands. (#125108)

2025-02-10 Thread Tom Stellard via llvm-branch-commits
Author: Jonas Paulsson Date: 2025-02-10T13:10:18-08:00 New Revision: 5b48526fe347235fd6ac8ecc51928749b0e5deda URL: https://github.com/llvm/llvm-project/commit/5b48526fe347235fd6ac8ecc51928749b0e5deda DIFF: https://github.com/llvm/llvm-project/commit/5b48526fe347235fd6ac8ecc51928749b0e5deda.diff

[llvm-branch-commits] [llvm] release/20.x: [RISCV] Check isFixedLengthVector before calling getVectorNumElements in getSingleShuffleSrc. (#125455) (PR #125590)

2025-02-10 Thread Philip Reames via llvm-branch-commits
https://github.com/preames approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/125590 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-aarch64 Author: None (llvmbot) Changes Backport 84b0c128a751acfbf5b439edc724ba27d1da653e Requested by: @asl --- Full diff: https://github.com/llvm/llvm-project/pull/126589.diff 11 Files Affected: - (modified) clang/include/clang/Basic/Target

[llvm-branch-commits] [llvm] release/20.x: [LV] Forget LCSSA phi with new pred before other SCEV invalidation. (#119897) (PR #126542)

2025-02-10 Thread Nikita Popov via llvm-branch-commits
https://github.com/nikic approved this pull request. https://github.com/llvm/llvm-project/pull/126542 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [flang] [mlir] [MLIR][OpenMP] Add conversion support from FIR to LLVM Dialect for OMP DeclareMapper (PR #121005)

2025-02-10 Thread Akash Banerjee via llvm-branch-commits
https://github.com/TIFitis updated https://github.com/llvm/llvm-project/pull/121005 >From 14e666593f9966b24f11602104788c3501364574 Mon Sep 17 00:00:00 2001 From: Akash Banerjee Date: Mon, 23 Dec 2024 21:50:03 + Subject: [PATCH 1/2] Add OpenMP to LLVM dialect conversion support for DeclareM

[llvm-branch-commits] [flang] [MLIR][OpenMP] Add Lowering support for OpenMP custom mappers in map clause (PR #121001)

2025-02-10 Thread Akash Banerjee via llvm-branch-commits
https://github.com/TIFitis updated https://github.com/llvm/llvm-project/pull/121001 >From d7bb2309591d828756b7e1274ebcf592b992eb16 Mon Sep 17 00:00:00 2001 From: Akash Banerjee Date: Mon, 23 Dec 2024 21:13:42 + Subject: [PATCH 1/4] Add flang lowering changes for mapper field in map clause.

[llvm-branch-commits] [flang] [mlir] [MLIR][OpenMP] Add OMP Mapper field to MapInfoOp (PR #120994)

2025-02-10 Thread Akash Banerjee via llvm-branch-commits
https://github.com/TIFitis updated https://github.com/llvm/llvm-project/pull/120994 >From 95e8e2b18d9e5b35ec2ad13bd7ee58a1bd1b996d Mon Sep 17 00:00:00 2001 From: Akash Banerjee Date: Mon, 23 Dec 2024 20:53:47 + Subject: [PATCH 1/2] Add mapper field to mapInfoOp. --- flang/lib/Lower/OpenMP

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/126589 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread Daniil Kovalev via llvm-branch-commits
https://github.com/kovdan01 approved this pull request. LGTM, thanks! https://github.com/llvm/llvm-project/pull/126589 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-c

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-arm Author: None (llvmbot) Changes Backport 84b0c128a751acfbf5b439edc724ba27d1da653e Requested by: @asl --- Full diff: https://github.com/llvm/llvm-project/pull/126589.diff 11 Files Affected: - (modified) clang/include/clang/Basic/TargetInfo

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes Backport 84b0c128a751acfbf5b439edc724ba27d1da653e Requested by: @asl --- Full diff: https://github.com/llvm/llvm-project/pull/126589.diff 11 Files Affected: - (modified) clang/include/clang/Basic/TargetInfo.h (+1

[llvm-branch-commits] [clang] release/20.x: [PAC] Do not support some values of branch-protection with ptrauth-returns (#125280) (PR #126589)

2025-02-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: None (llvmbot) Changes Backport 84b0c128a751acfbf5b439edc724ba27d1da653e Requested by: @asl --- Full diff: https://github.com/llvm/llvm-project/pull/126589.diff 11 Files Affected: - (modified) clang/include/clang/Basic/TargetIn

  1   2   >