[llvm-branch-commits] [llvm] release/19.x: [Hexagon] Do not optimize address of another function's block (#101209) (PR #102179)

2024-08-16 Thread via llvm-branch-commits
SundeepKushwaha wrote: Thanks. Please let me know if you need any other info. https://github.com/llvm/llvm-project/pull/102179 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-

[llvm-branch-commits] [llvm] 829226d - Revert "[libc] Disable old headergen checks unless enabled (#104522)"

2024-08-16 Thread via llvm-branch-commits
Author: Michael Jones Date: 2024-08-16T11:22:07-07:00 New Revision: 829226dfb39409a279707e0e492cf4379d0c7eab URL: https://github.com/llvm/llvm-project/commit/829226dfb39409a279707e0e492cf4379d0c7eab DIFF: https://github.com/llvm/llvm-project/commit/829226dfb39409a279707e0e492cf4379d0c7eab.diff

[llvm-branch-commits] [flang] cf8d13e - Revert "[flang][cuda][driver] Make sure flang does not switch to cc1 (#104613)"

2024-08-16 Thread via llvm-branch-commits
Author: Valentin Clement (バレンタイン クレメン) Date: 2024-08-16T12:02:25-07:00 New Revision: cf8d13e27b647afaca66457d93b45a7da0e9cdfb URL: https://github.com/llvm/llvm-project/commit/cf8d13e27b647afaca66457d93b45a7da0e9cdfb DIFF: https://github.com/llvm/llvm-project/commit/cf8d13e27b647afaca66457d93b45

[llvm-branch-commits] [clang] [llvm] Add some brief LLVM 19 release notes for Pointer Authentication ABI support (PR #104657)

2024-08-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Anton Korobeynikov (asl) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/104657.diff 2 Files Affected: - (modified) clang/docs/ReleaseNotes.rst (+4) - (modified) llvm/docs/ReleaseNotes.rst (+14) ``diff diff

[llvm-branch-commits] [compiler-rt] 30e7b89 - Revert "[asan] Catch `initialization-order-fiasco` in modules without globals…"

2024-08-16 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2024-08-16T22:43:22-07:00 New Revision: 30e7b89bc9c26267ca28f937c79b07540baa8ce3 URL: https://github.com/llvm/llvm-project/commit/30e7b89bc9c26267ca28f937c79b07540baa8ce3 DIFF: https://github.com/llvm/llvm-project/commit/30e7b89bc9c26267ca28f937c79b07540baa8ce3.diff L

[llvm-branch-commits] [compiler-rt] c9f70c3 - Revert "Revert "[asan] Catch `initialization-order-fiasco` in modules without…"

2024-08-16 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2024-08-16T22:44:02-07:00 New Revision: c9f70c3d7632b7d30da4e93d9d62565069a0b3cc URL: https://github.com/llvm/llvm-project/commit/c9f70c3d7632b7d30da4e93d9d62565069a0b3cc DIFF: https://github.com/llvm/llvm-project/commit/c9f70c3d7632b7d30da4e93d9d62565069a0b3cc.diff L

[llvm-branch-commits] [mlir] [mlir][Transforms][WIP] Dialect conversion: Make materializations optional (PR #104668)

2024-08-17 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff aad27bf534b59645f47a92f072af798687b1dd0d d20fdc5ea1821ae409e1ac57e51cc6932b8130ba --e

[llvm-branch-commits] [mlir] [mlir][Transforms] Dialect conversion: Make materializations optional (PR #104668)

2024-08-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-gpu Author: Matthias Springer (matthias-springer) Changes This commit makes source/target/argument materializations (via the `TypeConverter` API) optional. By default (`ConversionConfig::buildMaterializations = true`), the dialect conversion infr

[llvm-branch-commits] [mlir] [mlir][Transforms] Dialect conversion: Make materializations optional (PR #104668)

2024-08-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-bufferization Author: Matthias Springer (matthias-springer) Changes This commit makes source/target/argument materializations (via the `TypeConverter` API) optional. By default (`ConversionConfig::buildMaterializations = true`), the dialect conve

[llvm-branch-commits] [NFC][asan] Better `___asan_gen_` names (PR #104728)

2024-08-18 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms @llvm/pr-subscribers-compiler-rt-sanitizer Author: Vitaly Buka (vitalybuka) Changes Use different suffixes for each of 3 types of objects using `___asan_gen_`. --- Patch is 23.43 KiB, truncated to 20.00 KiB below, full version: https:

[llvm-branch-commits] [NFC][asan] Create `ModuleName` lazily (PR #104729)

2024-08-18 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: Vitaly Buka (vitalybuka) Changes Avoids tracking conditions when it's needed. --- Full diff: https://github.com/llvm/llvm-project/pull/104729.diff 1 Files Affected: - (modified) llvm/lib/Transforms/Instrumentation/AddressSani

[llvm-branch-commits] [NFC][asan] Create `ModuleName` lazily (PR #104729)

2024-08-18 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: Vitaly Buka (vitalybuka) Changes Avoids tracking conditions when it's needed. --- Full diff: https://github.com/llvm/llvm-project/pull/104729.diff 1 Files Affected: - (modified) llvm/lib/Transforms/Instrumentation/Addre

[llvm-branch-commits] Reland "[asan] Catch `initialization-order-fiasco` in modules without…" (PR #104730)

2024-08-18 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: Vitaly Buka (vitalybuka) Changes This reverts commit 34f941a2f96b804dd24c2a25770d899b018339ff. --- Full diff: https://github.com/llvm/llvm-project/pull/104730.diff 3 Files Affected: - (modified) compiler-rt/test/asan/TestCase

[llvm-branch-commits] Reland "[asan] Catch `initialization-order-fiasco` in modules without…" (PR #104730)

2024-08-18 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-compiler-rt-sanitizer Author: Vitaly Buka (vitalybuka) Changes This reverts commit 34f941a2f96b804dd24c2a25770d899b018339ff. --- Full diff: https://github.com/llvm/llvm-project/pull/104730.diff 3 Files Affected: - (modified) compiler-rt/test/asan/Te

[llvm-branch-commits] [clang] release/19.x: [Clang] Correctly forward `--cuda-path` to the nvlink wrapper (#100170) (PR #100216)

2024-08-19 Thread via llvm-branch-commits
github-actions[bot] wrote: @jhuber6 (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/19.x: [RISCV] Use experimental.vp.splat to splat specific vector length elements. (#101329) (PR #101506)

2024-08-19 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/19.x: [Hexagon] Do not optimize address of another function's block (#101209) (PR #102179)

2024-08-19 Thread via llvm-branch-commits
github-actions[bot] wrote: @yandalur (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] [AArch64] Add GCS release notes (PR #103866)

2024-08-19 Thread via llvm-branch-commits
github-actions[bot] wrote: @john-brawn-arm (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

[llvm-branch-commits] [llvm] release/19.x: Revert "[CGData] llvm-cgdata (#89884)" (PR #103886)

2024-08-19 Thread via llvm-branch-commits
github-actions[bot] wrote: @amy-kwan (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] [llvm] [AArch64] Adopt updated B16B16 target flags (PR #104602)

2024-08-19 Thread via llvm-branch-commits
github-actions[bot] wrote: @SpencerAbson (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] [libcxx] release/19.x: [libc++] Fix rejects-valid in std::span copy construction (#104500) (PR #104603)

2024-08-19 Thread via llvm-branch-commits
github-actions[bot] wrote: @ldionne (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] [clang-tools-extra] release/19.x: [clang-tidy] Fix crash in C language in readability-non-const-parameter (#100461) (PR #101878)

2024-08-19 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/19.x: [AArch64] Add streaming-mode stack hazard optimization remarks (#101695) (PR #102168)

2024-08-19 Thread via llvm-branch-commits
github-actions[bot] wrote: @hazzlim (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] [clang] release/19.x: [clang] Avoid triggering vtable instantiation for C++23 constexpr dtor (#102605) (PR #102924)

2024-08-19 Thread via llvm-branch-commits
github-actions[bot] wrote: @llvmbot (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/19.x: [Mips] Fix fast isel for i16 bswap. (#103398) (PR #104745)

2024-08-19 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/104745 Backport ebe7265b142f370f0a563fece5db22f57383ba2d Requested by: @nikic >From 9263d00e6bcbd1408b4c8c5b98b61332460911b5 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 16 Aug 2024 14:54:51 -0700 Subject:

[llvm-branch-commits] [llvm] release/19.x: [Mips] Fix fast isel for i16 bswap. (#103398) (PR #104745)

2024-08-19 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/104745 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [Mips] Fix fast isel for i16 bswap. (#103398) (PR #104745)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @dtcxzyw What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/104745 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listi

[llvm-branch-commits] [llvm] release/19.x: [SLP]Fix PR104422: Wrong value truncation (PR #104747)

2024-08-19 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/104747 Backport 65ac12d3c9877ecf5b97552364e7eead887d94eb 56140a8258a3498cfcd9f0f05c182457d43cbfd2 Requested by: @nikic >From 92cec47736ec4ba1ef33649660a4fc21bdd8e57e Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date

[llvm-branch-commits] [llvm] release/19.x: [SLP]Fix PR104422: Wrong value truncation (PR #104747)

2024-08-19 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/104747 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [SLP]Fix PR104422: Wrong value truncation (PR #104747)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-transforms Author: None (llvmbot) Changes Backport 65ac12d3c9877ecf5b97552364e7eead887d94eb 56140a8258a3498cfcd9f0f05c182457d43cbfd2 Requested by: @nikic --- Full diff: https://github.com/llvm/llvm-project/pull/104747.diff 2 Files Affected: -

[llvm-branch-commits] [mlir] [MLIR][omp] Add omp.workshare op (PR #101443)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-openmp Author: Ivan R. Ivanov (ivanradanov) Changes 1/4 in stack for workshare implementation 1/4 https://github.com/llvm/llvm-project/pull/101443 2/4 https://github.com/llvm/llvm-project/pull/101444 3/4 https://github.com/llvm/llvm-project/pull/1

[llvm-branch-commits] [mlir] [MLIR][omp] Add omp.workshare op (PR #101443)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-openmp Author: Ivan R. Ivanov (ivanradanov) Changes 1/4 in stack for workshare implementation 1/4 https://github.com/llvm/llvm-project/pull/101443 2/4 https://github.com/llvm/llvm-project/pull/101444 3/4 https://github.com/llvm/llvm-project/pull/10

[llvm-branch-commits] [flang] [flang][omp] Emit omp.workshare in frontend (PR #101444)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-openmp Author: Ivan R. Ivanov (ivanradanov) Changes 2/4 1/4 https://github.com/llvm/llvm-project/pull/101443 2/4 https://github.com/llvm/llvm-project/pull/101444 3/4 https://github.com/llvm/llvm-project/pull/101445 4/4 https://github.com/llvm/llvm

[llvm-branch-commits] [flang] [flang] Introduce custom loop nest generation for loops in workshare construct (PR #101445)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-fir-hlfir Author: Ivan R. Ivanov (ivanradanov) Changes 3/4 1/4 https://github.com/llvm/llvm-project/pull/101443 2/4 https://github.com/llvm/llvm-project/pull/101444 3/4 https://github.com/llvm/llvm-project/pull/101445 4/4 https://github.com/llvm/l

[llvm-branch-commits] [clang] [llvm] [AArch64] Add a check for invalid default features (#104435) (PR #104752)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Tomas Matheson (tmatheson-arm) Changes This adds a check that all ExtensionWithMArch which are marked as implied features for an architecture are also present in the list of default features. It doesn't make sense to have something mandat

[llvm-branch-commits] [clang] [llvm] [AArch64] Add a check for invalid default features (#104435) (PR #104752)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mc Author: Tomas Matheson (tmatheson-arm) Changes This adds a check that all ExtensionWithMArch which are marked as implied features for an architecture are also present in the list of default features. It doesn't make sense to have something mandatory

[llvm-branch-commits] [llvm] release/19.x: [GlobalISel] Bail out early for big-endian (#103310) (PR #104823)

2024-08-19 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/104823 Backport 05d17a1c705e1053f95b90aa37d91ce4f94a9287 Requested by: @davemgreen >From 4de6aaf88b938e46291ed934211938fa3c17e9f6 Mon Sep 17 00:00:00 2001 From: David Green Date: Mon, 19 Aug 2024 18:50:47 +0100 Subje

[llvm-branch-commits] [llvm] release/19.x: [GlobalISel] Bail out early for big-endian (#103310) (PR #104823)

2024-08-19 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/104823 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [GlobalISel] Bail out early for big-endian (#103310) (PR #104823)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @aemerson What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/104823 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/list

[llvm-branch-commits] [llvm] release/19.x: [GlobalISel] Bail out early for big-endian (#103310) (PR #104823)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-globalisel Author: None (llvmbot) Changes Backport 05d17a1c705e1053f95b90aa37d91ce4f94a9287 Requested by: @davemgreen --- Full diff: https://github.com/llvm/llvm-project/pull/104823.diff 6 Files Affected: - (modified) llvm/lib/CodeGen/GlobalISe

[llvm-branch-commits] [lld] release/19.x: [LLD] [MinGW] Recognize the -rpath option (#102886) (PR #104843)

2024-08-19 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/104843 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] release/19.x: [LLD] [MinGW] Recognize the -rpath option (#102886) (PR #104843)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @alvinhochun What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/104843 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/l

[llvm-branch-commits] [lld] release/19.x: [LLD] [MinGW] Recognize the -rpath option (#102886) (PR #104843)

2024-08-19 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/104843 Backport 69f76c782b554a004078af6909c19a11e3846415 Requested by: @mstorsjo >From a55e54984278a66533bb4c642959185f0ec99f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sun, 18 Aug 2024

[llvm-branch-commits] [lld] release/19.x: [LLD] [MinGW] Recognize the -rpath option (#102886) (PR #104843)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lld Author: None (llvmbot) Changes Backport 69f76c782b554a004078af6909c19a11e3846415 Requested by: @mstorsjo --- Full diff: https://github.com/llvm/llvm-project/pull/104843.diff 3 Files Affected: - (modified) lld/MinGW/Driver.cpp (+3) - (modified)

[llvm-branch-commits] [clang] release/19.x: [C++23] Fix infinite recursion (Clang 19.x regression) (#104829) (PR #104858)

2024-08-19 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/104858 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/19.x: [C++23] Fix infinite recursion (Clang 19.x regression) (#104829) (PR #104858)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @shafik What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/104858 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listin

[llvm-branch-commits] [clang] release/19.x: [C++23] Fix infinite recursion (Clang 19.x regression) (#104829) (PR #104858)

2024-08-19 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes Backport 435cb0dc5eca08cdd8d9ed0d887fa1693cc2bf33 Requested by: @AaronBallman --- Full diff: https://github.com/llvm/llvm-project/pull/104858.diff 2 Files Affected: - (modified) clang/lib/Sema/SemaDeclCXX.cpp (+7

[llvm-branch-commits] [clang] release/19.x: [C++23] Fix infinite recursion (Clang 19.x regression) (#104829) (PR #104858)

2024-08-19 Thread via llvm-branch-commits
https://github.com/cor3ntin approved this pull request. https://github.com/llvm/llvm-project/pull/104858 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [openmp] [OpenMP][AArch64] Fix branch protection in microtasks (#102317) (PR #103491)

2024-08-20 Thread via llvm-branch-commits
github-actions[bot] wrote: @tuliom (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. ht

[llvm-branch-commits] [clang] [clang][driver][clang-cl] Fix unused argument warning for `/std:c++20` for precompiled module inputs to `clang-cl` (PR #102438)

2024-08-20 Thread via llvm-branch-commits
github-actions[bot] wrote: @sharadhr (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/19.x: [Mips] Fix fast isel for i16 bswap. (#103398) (PR #104745)

2024-08-20 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/19.x: [BOLT] Fix relocations handling (PR #102741)

2024-08-20 Thread via llvm-branch-commits
github-actions[bot] wrote: @yota9 (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] [clang] [llvm] [AArch64] Fix a bug where user could not disable certain architecture features (PR #104752)

2024-08-20 Thread via llvm-branch-commits
github-actions[bot] wrote: @tmatheson-arm (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] [llvm] release/19.x: [GlobalISel] Bail out early for big-endian (#103310) (PR #104823)

2024-08-20 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] [lld] release/19.x: [LLD] [MinGW] Recognize the -rpath option (#102886) (PR #104843)

2024-08-20 Thread via llvm-branch-commits
github-actions[bot] wrote: @mstorsjo (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/19.x: [C++23] Fix infinite recursion (Clang 19.x regression) (#104829) (PR #104858)

2024-08-20 Thread via llvm-branch-commits
github-actions[bot] wrote: @AaronBallman (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/19.x: Reland [C++20] [Modules] [Itanium ABI] Generate the vtable in the mod… (#102287) (PR #102561)

2024-08-20 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] [libunwind] release/19.x: [libunwind] Add GCS support for AArch64 (#99335) (PR #101888)

2024-08-20 Thread via llvm-branch-commits
github-actions[bot] wrote: @john-brawn-arm (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

[llvm-branch-commits] [llvm] [WIP] AMDGPU: Handle v_add* in eliminateFrameIndex (PR #102346)

2024-08-20 Thread via llvm-branch-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff b9a85cef41e26f6f468c87a00f2072ea798ec628 af30ca7d438747ce58dd79ef293a9914ceef592f --e

[llvm-branch-commits] [clang] release/19.x: [clang][modules] Built-in modules are not correctly enabled for Mac Catalyst (#104872) (PR #105093)

2024-08-20 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/105093 Backport 4c5ef6690040383956461828457ac27f7f912edb b9864387d9d00e1d4888181460d05dbc92364d75 Requested by: @ian-twilightcoder >From 1c36e2afffa74d2c25e0c74d96c1a0ef84e70aa0 Mon Sep 17 00:00:00 2001 From: Ian And

[llvm-branch-commits] [clang] release/19.x: [clang][modules] Built-in modules are not correctly enabled for Mac Catalyst (#104872) (PR #105093)

2024-08-20 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/105093 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/19.x: [clang][modules] Built-in modules are not correctly enabled for Mac Catalyst (#104872) (PR #105093)

2024-08-20 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-driver Author: None (llvmbot) Changes Backport 4c5ef6690040383956461828457ac27f7f912edb b9864387d9d00e1d4888181460d05dbc92364d75 Requested by: @ian-twilightcoder --- Full diff: https://github.com/llvm/llvm-project/pull

[llvm-branch-commits] [llvm] release/19.x: [SPARC] Remove assertions in printOperand for inline asm operands (#104692) (PR #105096)

2024-08-20 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/105096 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: [SPARC] Remove assertions in printOperand for inline asm operands (#104692) (PR #105096)

2024-08-20 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/105096 Backport 576b7a781aac6b1d60a72248894b50e565e9185a Requested by: @s-barannikov >From 7113e7dccfc2e326abd49919a3361266c6443fe2 Mon Sep 17 00:00:00 2001 From: Koakuma Date: Tue, 20 Aug 2024 20:05:06 +0700 Subject

[llvm-branch-commits] [llvm] release/19.x: [SPARC] Remove assertions in printOperand for inline asm operands (#104692) (PR #105096)

2024-08-20 Thread via llvm-branch-commits
llvmbot wrote: @s-barannikov What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/105096 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/

[llvm-branch-commits] [llvm] release/19.x: [SPARC] Remove assertions in printOperand for inline asm operands (#104692) (PR #105096)

2024-08-20 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-sparc Author: None (llvmbot) Changes Backport 576b7a781aac6b1d60a72248894b50e565e9185a Requested by: @s-barannikov --- Full diff: https://github.com/llvm/llvm-project/pull/105096.diff 2 Files Affected: - (modified) llvm/lib/Target/Sparc/Spar

[llvm-branch-commits] [clang] [llvm] Add AIX and PPC Clang/LLVM release notes for LLVM 19. (PR #105099)

2024-08-20 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Amy Kwan (amy-kwan) Changes This PR adds AIX and PPC Clang/LLVM release notes for LLVM 19 to the `release/19.x` branch. --- Full diff: https://github.com/llvm/llvm-project/pull/105099.diff 2 Files Affected: - (modified) clang/docs/Rele

[llvm-branch-commits] [llvm] release/19.x: [SPARC] Remove assertions in printOperand for inline asm operands (#104692) (PR #105096)

2024-08-20 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/105096 >From 92740defcd22962d8f97fb9e2f0dc1e3b770531f Mon Sep 17 00:00:00 2001 From: Koakuma Date: Tue, 20 Aug 2024 20:05:06 +0700 Subject: [PATCH] [SPARC] Remove assertions in printOperand for inline asm operands (#1

[llvm-branch-commits] [compiler-rt] 177a5c2 - Revert "[compiler-rt][fuzzer] implements SetThreadName for fuchsia. (#99953)"

2024-08-20 Thread via llvm-branch-commits
Author: David CARLIER Date: 2024-08-20T18:41:48+01:00 New Revision: 177a5c23c998699d93ecc64154b111a8adabb66e URL: https://github.com/llvm/llvm-project/commit/177a5c23c998699d93ecc64154b111a8adabb66e DIFF: https://github.com/llvm/llvm-project/commit/177a5c23c998699d93ecc64154b111a8adabb66e.diff

[llvm-branch-commits] [llvm] [MC][NFC] Reduce Address2ProbesMap size (PR #102904)

2024-08-20 Thread via llvm-branch-commits
https://github.com/WenleiHe commented: > For RSS, it's probably because in llvm-profgen, we decoded the pseudo-probe > only for profiled function(https://reviews.llvm.org/D121643), so the baseline > memory is decreased. @aaupov actually do we need to decode profile for functions without profil

[llvm-branch-commits] [llvm] use default intrinsic attrs for BPF packet loads (PR #105314)

2024-08-20 Thread via llvm-branch-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[llvm-branch-commits] [llvm] use default intrinsic attrs for BPF packet loads (PR #105314)

2024-08-20 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-ir Author: Bryce Kahle (brycekahle) Changes The BPF packet load intrinsics lost attribute WillReturn due to 0b20c30. The attribute loss causes excessive bitshifting, resulting in previously working programs failing the BPF verifier due to instruct

[llvm-branch-commits] [llvm] release/19.x: [SPARC] Remove assertions in printOperand for inline asm operands (#104692) (PR #105096)

2024-08-20 Thread via llvm-branch-commits
https://github.com/koachan approved this pull request. LGTM. This is the backport to 19 right? https://github.com/llvm/llvm-project/pull/105096 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailm

[llvm-branch-commits] [clang] Backport taint analysis slowdown regression fix (PR #105516)

2024-08-21 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-static-analyzer-1 Author: Balazs Benics (steakhal) Changes Same as the cherry-picked commit + the release notes. --- Full diff: https://github.com/llvm/llvm-project/pull/105516.diff 5 Files Affected: - (modified) clang/docs/ReleaseNotes.rst (+5

[llvm-branch-commits] [flang] 5e5d819 - Revert "[flang][NFC] Move OpenMP related passes into a separate directory (#1…"

2024-08-21 Thread via llvm-branch-commits
Author: Ivan R. Ivanov Date: 2024-08-21T23:15:19+09:00 New Revision: 5e5d819fa261a49a30deae95737563c807964ae5 URL: https://github.com/llvm/llvm-project/commit/5e5d819fa261a49a30deae95737563c807964ae5 DIFF: https://github.com/llvm/llvm-project/commit/5e5d819fa261a49a30deae95737563c807964ae5.diff

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#77871 (PR #80513)

2024-02-02 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-pgo Author: None (llvmbot) Changes resolves llvm/llvm-project#77871 --- Full diff: https://github.com/llvm/llvm-project/pull/80513.diff 7 Files Affected: - (modified) llvm/lib/ProfileData/Coverage/CoverageMapping.cpp (+197-43) - (modified) llvm/lib/

[llvm-branch-commits] [compiler-rt] PR for llvm/llvm-project#80543 (PR #80544)

2024-02-03 Thread via llvm-branch-commits
llvmbot wrote: @cjacek What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/80544 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinf

[llvm-branch-commits] [compiler-rt] PR for llvm/llvm-project#80543 (PR #80544)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80544 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] PR for llvm/llvm-project#80543 (PR #80544)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80544 resolves llvm/llvm-project#80543 >From 08044778c48c6ed29b6ac6ad6b377b71c73a505a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sat, 3 Feb 2024 14:52:49 +0100 Subject: [PATCH] [compiler-rt

[llvm-branch-commits] [libcxx] 5f40ce9 - [libc++][modules] Support using the module std with -fno-char8_t. (#79155)

2024-02-03 Thread via llvm-branch-commits
Author: Po-yao Chang Date: 2024-02-02T19:53:27Z New Revision: 5f40ce9e310808c6326371475c0e2f840c946de1 URL: https://github.com/llvm/llvm-project/commit/5f40ce9e310808c6326371475c0e2f840c946de1 DIFF: https://github.com/llvm/llvm-project/commit/5f40ce9e310808c6326371475c0e2f840c946de1.diff LOG:

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80441 (PR #80444)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/80444 >From d9f8cd8028db85204724f4efc1eec9b567dac05c Mon Sep 17 00:00:00 2001 From: Sander de Smalen Date: Fri, 2 Feb 2024 09:29:47 + Subject: [PATCH] [Clang][AArch64] Add missing SME macros (#80293) __ARM_STATE_Z

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79137 (PR #79561)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/79561 >From b7dd1e099f2c3335ba2636cd1d4cfcc4db7a243d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 24 Jan 2024 10:45:20 +0100 Subject: [PATCH 1/2] [PhaseOrdering] Add additional test for #79161 (NFC) (cherry

[llvm-branch-commits] [lld] PR for llvm/llvm-project#80390 (PR #80391)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/80391 >From 278f80ce95401f7920845d1281aa99804a139b6c Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 1 Feb 2024 21:20:27 -0800 Subject: [PATCH] [ELF] Fix compareSections assertion failure when OutputDescs in se

[llvm-branch-commits] [lld] 140ad18 - ReleaseNotes: add lld/ELF notes (#80393)

2024-02-03 Thread via llvm-branch-commits
Author: Fangrui Song Date: 2024-02-03T10:48:15-08:00 New Revision: 140ad18e1ea2cfd59ffcbfc22809ae7986a71742 URL: https://github.com/llvm/llvm-project/commit/140ad18e1ea2cfd59ffcbfc22809ae7986a71742 DIFF: https://github.com/llvm/llvm-project/commit/140ad18e1ea2cfd59ffcbfc22809ae7986a71742.diff

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80150 (PR #80151)

2024-02-03 Thread via llvm-branch-commits
https://github.com/cor3ntin approved this pull request. This affects downstream projects already, we should backport. (It's mostly a partial revert of a recent patch) https://github.com/llvm/llvm-project/pull/80151 ___ llvm-branch-commits mailing list

[llvm-branch-commits] [clang] [llvm] PR for llvm/llvm-project#80565 (PR #80566)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80566 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [clang] PR for llvm/llvm-project#80565 (PR #80566)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80566 resolves llvm/llvm-project#80565 >From 5cf1f96dba0e37315f059c90dca809d6a14f7658 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 2 Feb 2024 11:35:08 -0800 Subject: [PATCH] [CMake][PGO] Add option for using

[llvm-branch-commits] [clang] [llvm] PR for llvm/llvm-project#80565 (PR #80566)

2024-02-03 Thread via llvm-branch-commits
llvmbot wrote: @aaupov What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/80566 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinf

[llvm-branch-commits] [clang] [llvm] PR for llvm/llvm-project#80565 (PR #80566)

2024-02-03 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (llvmbot) Changes resolves llvm/llvm-project#80565 --- Full diff: https://github.com/llvm/llvm-project/pull/80566.diff 3 Files Affected: - (modified) clang/utils/perf-training/CMakeLists.txt (+12-3) - (modified) clang/utils/perf-t

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80577 (PR #80578)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80578 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80577 (PR #80578)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80578 resolves llvm/llvm-project#80577 >From bb71add47cd69b184b0fe1b72bd44e8a36a74367 Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 26 Jan 2024 10:24:07 +0800 Subject: [PATCH] [LoongArch] Fixing the incorrect retu

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80577 (PR #80578)

2024-02-03 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-loongarch Author: None (llvmbot) Changes resolves llvm/llvm-project#80577 --- Full diff: https://github.com/llvm/llvm-project/pull/80578.diff 1 Files Affected: - (modified) llvm/lib/Target/LoongArch/LoongArchTargetTransformInfo.cpp (+7-4)

[llvm-branch-commits] [clang] PR for llvm/llvm-project#80150 (PR #80151)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/80151 >From ae04671e43c44f64ed8627d856a3c67e25ce01a6 Mon Sep 17 00:00:00 2001 From: Andrey Ali Khan Bolshakov <[email protected]> Date: Wed, 31 Jan 2024 17:28:37 +0300 Subject: [PATCH] [clan

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80577 (PR #80578)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/80578 >From 900e7cbfdee09c94d022e4dae923b3c7827f95e3 Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 26 Jan 2024 10:24:07 +0800 Subject: [PATCH] [LoongArch] Fixing the incorrect return value of LoongArchTTIImpl::get

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80580 (PR #80584)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80584 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80580 (PR #80584)

2024-02-03 Thread via llvm-branch-commits
llvmbot wrote: @boomanaiden154 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/80584 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80580 (PR #80584)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80584 resolves llvm/llvm-project#80580 >From 20fa7b5b2ced924ccc48e1cd523553b899ca828b Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 3 Feb 2024 21:37:46 -0800 Subject: [PATCH] [workflows] Stop using the build-

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80580 (PR #80584)

2024-02-03 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-github-workflow Author: None (llvmbot) Changes resolves llvm/llvm-project#80580 --- Full diff: https://github.com/llvm/llvm-project/pull/80584.diff 1 Files Affected: - (modified) .github/workflows/llvm-project-tests.yml (+13-4) ``diff diff

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80348 (PR #80585)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/80585 resolves llvm/llvm-project#80348 >From 705f5fb1af07ac52acb9c13375c9cea3a201440c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 3 Feb 2024 21:42:40 -0800 Subject: [PATCH] [workflows] Only run code formatt

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80348 (PR #80585)

2024-02-03 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/80585 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

<    10   11   12   13   14   15   16   17   18   19   >