Author: Kiran Chandramohan
Date: 2025-01-15T15:21:55Z
New Revision: c2e833476d5a2ceb0c9dabe7bd6e206c01f5ce1f
URL:
https://github.com/llvm/llvm-project/commit/c2e833476d5a2ceb0c9dabe7bd6e206c01f5ce1f
DIFF:
https://github.com/llvm/llvm-project/commit/c2e833476d5a2ceb0c9dabe7bd6e206c01f5ce1f.diff
llvmbot wrote:
@llvm/pr-subscribers-flang-parser
Author: Krzysztof Parzyszek (kparzysz)
Changes
This implements checks of the validity of context set selectors and trait
selectors, plus the types of trait properties. Clause properties are also
validated, but not name or extension propert
llvmbot wrote:
@llvm/pr-subscribers-flang-semantics
Author: Krzysztof Parzyszek (kparzysz)
Changes
This implements checks of the validity of context set selectors and trait
selectors, plus the types of trait properties. Clause properties are also
validated, but not name or extension prop
https://github.com/joaosaffran edited
https://github.com/llvm/llvm-project/pull/123147
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/joaosaffran ready_for_review
https://github.com/llvm/llvm-project/pull/123147
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: None (joaosaffran)
Changes
Adding support for Root Signature Flags Element extraction and writing to
DXContainer.
- Adding an analysis to deal with RootSignature metadata definition
- Adding validation for Flag
- writing RootSign
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/123147
>From 71f6d8b43db9c727e3892ff1e408d86f4150fc4e Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Wed, 15 Jan 2025 17:30:00 +
Subject: [PATCH 1/6] adding metadata extraction
---
.../llvm/Analysis/DXILMet
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 205a760748765023daf197ed4da2a3f54ba32d47
109df33fd4528dd1049544516949b46e214b72d3 --e
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/123147
>From 71f6d8b43db9c727e3892ff1e408d86f4150fc4e Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Wed, 15 Jan 2025 17:30:00 +
Subject: [PATCH 1/8] adding metadata extraction
---
.../llvm/Analysis/DXILMet
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/123147
>From 71f6d8b43db9c727e3892ff1e408d86f4150fc4e Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Wed, 15 Jan 2025 17:30:00 +
Subject: [PATCH 1/7] adding metadata extraction
---
.../llvm/Analysis/DXILMet
Author: Vitaly Buka
Date: 2025-01-16T12:26:11-08:00
New Revision: 7570effc913ab3b683c7b4f9376735e83946e4be
URL:
https://github.com/llvm/llvm-project/commit/7570effc913ab3b683c7b4f9376735e83946e4be
DIFF:
https://github.com/llvm/llvm-project/commit/7570effc913ab3b683c7b4f9376735e83946e4be.diff
L
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Stanislav Mekhanoshin (rampitec)
Changes
The test demonstraits a suboptimal VALU hoisting from a WWM
region. As a result we have 2 WWM regions instead of one.
---
Full diff: https://github.com/llvm/llvm-project/pull/123234.diff
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 6aaa0a5a0d8a9bf7bf6514ed4960ec9ef8bae9a4
4a5b44cd3711795e91c248c9d2c0c0b36953d7c2 --e
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/123147
>From 71f6d8b43db9c727e3892ff1e408d86f4150fc4e Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Wed, 15 Jan 2025 17:30:00 +
Subject: [PATCH 1/7] adding metadata extraction
---
.../llvm/Analysis/DXILMet
https://github.com/joaosaffran edited
https://github.com/llvm/llvm-project/pull/123147
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/heiher approved this pull request.
LGTM. Thanks
https://github.com/llvm/llvm-project/pull/122999
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-comm
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.
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126883
>From 2342bb2b004349b466e4473db53d190d797f9ef2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?=
Date: Tue, 11 Feb 2025 17:20:23 +0100
Subject: [PATCH] [llvm] [cmake] Expose `LLVM_BUILD_TELEMET
github-actions[bot] wrote:
@mgorny (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
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126881
>From c99d6118fe0d1c323b2a978344491881197c8dee Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Wed, 12 Feb 2025 09:44:26 +0100
Subject: [PATCH] [BOLT] Use getMainExecutable() (#126698)
Use LLVM's getMainExecu
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
Author: David Green
Date: 2025-02-12T11:11:37Z
New Revision: cc60c22a9247423d5e32bd848c405e09b1175a32
URL:
https://github.com/llvm/llvm-project/commit/cc60c22a9247423d5e32bd848c405e09b1175a32
DIFF:
https://github.com/llvm/llvm-project/commit/cc60c22a9247423d5e32bd848c405e09b1175a32.diff
LOG: [
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126843
>From a7f00c8ed8c20a006fd7e592e99f3ca7b725b07e Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Thu, 30 Jan 2025 18:03:04 -0800
Subject: [PATCH] [clang-format] Fix a crash on parsing requires clause
(#125021)
Fix
github-actions[bot] wrote:
@owenca (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
llvmbot wrote:
@llvm/pr-subscribers-llvm-regalloc
Author: Matt Arsenault (arsenm)
Changes
Previously this would give up on folding subregister copies through
a reg_sequence if the input operand already had a subregister index.
d246cc618adc52fdbd69d44a2a375c8af97b6106 stopped introducing th
llvmbot wrote:
@llvm/pr-subscribers-llvm-regalloc
@llvm/pr-subscribers-tablegen
Author: Matt Arsenault (arsenm)
Changes
This reverts d246cc618adc52fdbd69d44a2a375c8af97b6106. We now handle
composing subregister extracts through reg_sequence.
---
Patch is 576.74 KiB, truncated to 20.00 Ki
https://github.com/CarolineConcatto updated
https://github.com/llvm/llvm-project/pull/126513
>From b8f15433ed7ac0e63731cae7ab30672d5fe0703e Mon Sep 17 00:00:00 2001
From: CarolineConcatto
Date: Mon, 10 Feb 2025 13:14:13 +
Subject: [PATCH] Add release note for Armv9.6 updates
---
llvm/docs
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/126960
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/mydeveloperday approved this pull request.
https://github.com/llvm/llvm-project/pull/126839
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Arthur Eubanks
Date: 2025-02-14T16:41:44-08:00
New Revision: 929d268d3c76307f900962b87470cb6cef52de68
URL:
https://github.com/llvm/llvm-project/commit/929d268d3c76307f900962b87470cb6cef52de68
DIFF:
https://github.com/llvm/llvm-project/commit/929d268d3c76307f900962b87470cb6cef52de68.diff
llvmbot wrote:
/pull-request llvm/llvm-project#127294
https://github.com/llvm/llvm-project/pull/127267
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127294
Backport ac217ee389d63124432e5e6890851a678f7a676b
Requested by: @tstellar
>From a426b578f8c51dc1f645a901dc6eedb33462fa22 Mon Sep 17 00:00:00 2001
From: Alexey Bataev
Date: Thu, 13 Feb 2025 14:19:51 -0800
Subje
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127294
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-vectorizers
Author: None (llvmbot)
Changes
Backport ac217ee389d63124432e5e6890851a678f7a676b
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/127294.diff
4 Files Affected:
- (modified) llvm/lib/Transforms/Vectorize/SL
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport ac217ee389d63124432e5e6890851a678f7a676b
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/127294.diff
4 Files Affected:
- (modified) llvm/lib/Transforms/Vectoriz
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127144
>From a54f1aaa4b6a59047be0d26b5bbc5e63393ba90b Mon Sep 17 00:00:00 2001
From: Tristan Ross
Date: Thu, 13 Feb 2025 14:56:55 -0800
Subject: [PATCH] [ORC][unittests] Remove hard coded 16k page size (#127115)
Fixes
github-actions[bot] wrote:
@RossComputerGuy (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
dyung wrote:
This change seems to be causing the LLVM test
`Transforms/SLPVectorizer/X86/perfect-matched-reused-bv.ll` to fail on two of
my release build bots:
- https://lab.llvm.org/buildbot/#/builders/102/builds/118
- https://lab.llvm.org/buildbot/#/builders/74/builds/123
Can someone take a
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Mariya Podchishchaeva (Fznamznon)
Changes
When bytes with negative signed char values appear in the data, make sure to
use raw bytes from the data string when preprocessing, not char values.
Fixes https://github.com/llvm/llvm-project/issu
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127148
>From 79da30bceea05b3096096ce613faf9a39f9cae2c Mon Sep 17 00:00:00 2001
From: Nathan Ridge
Date: Thu, 13 Feb 2025 18:32:12 -0500
Subject: [PATCH] [clang][AST] Handle dependent representation of call to
function
github-actions[bot] wrote:
@HighCommander4 (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
mehdi2021mp wrote:
Creating a private key for the address I gave and returning the balance to the
wallet you created
https://github.com/llvm/llvm-project/pull/88818
___
llvm-branch-commits mailing list
[email protected]
https://lists.
github-actions[bot] wrote:
@hokein (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
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127252
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127252
Backport 912b154f3a3f8c3cebf5cc5731fd8b0749762da5
Requested by: @zixu-w
>From 7e472db441461bc1e62b799981c725cb83fa36af Mon Sep 17 00:00:00 2001
From: Zixu Wang <[email protected]>
Date: Th
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
Author: None (llvmbot)
Changes
Backport 912b154f3a3f8c3cebf5cc5731fd8b0749762da5
Requested by: @zixu-w
---
Full diff: https://github.com/llvm/llvm-project/pull/127252.diff
2 Files Affected:
- (modified) clang/lib/Serialization/ASTReade
github-actions[bot] wrote:
⚠️ We detected that you are using a GitHub private e-mail address to contribute
to the repo. Please turn off [Keep my email addresses
private](https://github.com/settings/emails) setting in your account. See
[LLVM
Discourse](https://discourse.llvm.org/t/hidden-email
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127252
>From 075dcd406323b17d6a526013d566131d9bc0b53c Mon Sep 17 00:00:00 2001
From: Zixu Wang <[email protected]>
Date: Thu, 13 Feb 2025 16:12:22 -0800
Subject: [PATCH] =?UTF-8?q?Revert=20"[C++20]
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127099
>From 17dd52ca6b0e83f6ce5214b65056e462cf6a7ccd Mon Sep 17 00:00:00 2001
From: Sylvestre Ledru
Date: Thu, 13 Feb 2025 18:42:28 +0100
Subject: [PATCH] libc/cmake: don't fail if LLVM_VERSION_SUFFIX isn't defined
(
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
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127124
>From 4f10d6d3ae1a812c4c3e918d68797c1689fb1bef Mon Sep 17 00:00:00 2001
From: Harald van Dijk
Date: Thu, 13 Feb 2025 10:46:42 +
Subject: [PATCH] [reland][DebugInfo] Update DIBuilder insertion to take
Insert
github-actions[bot] wrote:
@hvdijk (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
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126960
>From 2a358bac7874baed5d05221e8ae6c75266c407b7 Mon Sep 17 00:00:00 2001
From: Petr Hosek
Date: Wed, 12 Feb 2025 11:37:07 -0800
Subject: [PATCH] [libc] Move __LLVM_LIBC__ define to __llvm-libc-common.h
(#126877)
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127215
>From 37f7f151e586d3e3e5339286aeb4aac6ad7561ea Mon Sep 17 00:00:00 2001
From: Haojian Wu
Date: Fri, 14 Feb 2025 16:21:53 +0100
Subject: [PATCH] Diagnose the code with trailing comma in the function call.
(#1252
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126866
>From 94b97d19b7fa0fd1b5959e788bac104a017e6755 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Thu, 30 Jan 2025 18:03:42 -0800
Subject: [PATCH 1/2] [clang-format] Fix annotation of Java/JavaScript keyword
extends
github-actions[bot] wrote:
@petrhosek (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.
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127267
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-vectorizers
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport ac217ee389d63124432e5e6890851a678f7a676b
Requested by: @Zentrik
---
Full diff: https://github.com/llvm/llvm-project/pull/127267.diff
4 Files Affected:
- (modifi
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127267
Backport ac217ee389d63124432e5e6890851a678f7a676b
Requested by: @Zentrik
>From bf2215585cb3c2f73521b42fc94052db8844b1b1 Mon Sep 17 00:00:00 2001
From: Alexey Bataev
Date: Thu, 13 Feb 2025 14:19:51 -0800
Subjec
Zentrik wrote:
@alexey-bataev
https://github.com/llvm/llvm-project/pull/127267
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127267
>From 2eb558c99d967af093340def231c9a1ba228571b Mon Sep 17 00:00:00 2001
From: Alexey Bataev
Date: Thu, 13 Feb 2025 14:19:51 -0800
Subject: [PATCH] [SLP] Check for PHI nodes (potentially cycles!) when checking
d
github-actions[bot] wrote:
@Zentrik (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
github-actions[bot] wrote:
@owenca (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
https://github.com/jeanPerier approved this pull request.
Thanks for addressing all my concerns! Let's roll!
https://github.com/llvm/llvm-project/pull/110217
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org
https://github.com/jeanPerier approved this pull request.
Thanks!
https://github.com/llvm/llvm-project/pull/121782
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
https://github.com/lntue approved this pull request.
https://github.com/llvm/llvm-project/pull/126960
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -248,7 +237,25 @@ else()
include_directories(SYSTEM ${MLIR_TABLEGEN_OUTPUT_DIR})
endif()
-option(FLANG_INCLUDE_RUNTIME "Build the runtime in-tree (deprecated; to be
replaced with LLVM_ENABLE_RUNTIMES=flang-rt)" ON)
+set(FLANG_INCLUDE_RUNTIME_default ON)
+if ("flang-rt" I
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127099
Backport c81139f417a209dbd2a4e06465483d4b0951a9ac
Requested by: @jhuber6
>From 5d310a324700bd34ecc369d3b0b66b3763a4d27a Mon Sep 17 00:00:00 2001
From: Sylvestre Ledru
Date: Thu, 13 Feb 2025 18:42:28 +0100
Subj
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/126361
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/126367
Backport 66bea0df75ccdd5ffed41d06c7301a116d11abcb
Requested by: @AmrDeveloper
>From cf88498c0523133c43aa3055a9a24250b893a9ca Mon Sep 17 00:00:00 2001
From: Amr Hesham
Date: Sat, 8 Feb 2025 14:14:16 +0100
Subje
llvmbot wrote:
@llvm/pr-subscribers-llvm-binary-utilities
Author: None (llvmbot)
Changes
Backport 66bea0df75ccdd5ffed41d06c7301a116d11abcb
Requested by: @AmrDeveloper
---
Full diff: https://github.com/llvm/llvm-project/pull/126367.diff
6 Files Affected:
- (modified) llvm/lib/ObjCopy/E
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/126367
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@AmrDeveloper What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/126367
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126367
>From a9c178bbcbfb827dc4a0207a0ae0e3c73aaf6490 Mon Sep 17 00:00:00 2001
From: Amr Hesham
Date: Sat, 8 Feb 2025 14:14:16 +0100
Subject: [PATCH] [llvm-objcopy] Fix prints wrong path when dump-section output
path
Author: Lang Hames
Date: 2025-02-08T16:19:53Z
New Revision: 0c23bde7176d17f37923e0d8c847e48ebb700a91
URL:
https://github.com/llvm/llvm-project/commit/0c23bde7176d17f37923e0d8c847e48ebb700a91
DIFF:
https://github.com/llvm/llvm-project/commit/0c23bde7176d17f37923e0d8c847e48ebb700a91.diff
LOG: [O
Author: Lang Hames
Date: 2025-02-08T16:19:52Z
New Revision: 50c4c2bf6802da5eb47606de1cea89ddc60bf14b
URL:
https://github.com/llvm/llvm-project/commit/50c4c2bf6802da5eb47606de1cea89ddc60bf14b
DIFF:
https://github.com/llvm/llvm-project/commit/50c4c2bf6802da5eb47606de1cea89ddc60bf14b.diff
LOG: Re
Author: Lang Hames
Date: 2025-02-08T16:19:55Z
New Revision: c7e085c5d32def57fffd292174a052bff6d6a241
URL:
https://github.com/llvm/llvm-project/commit/c7e085c5d32def57fffd292174a052bff6d6a241
DIFF:
https://github.com/llvm/llvm-project/commit/c7e085c5d32def57fffd292174a052bff6d6a241.diff
LOG: [O
Author: Lang Hames
Date: 2025-02-08T16:19:54Z
New Revision: a9b497606405d6f88fc7949f27c275f0cec486aa
URL:
https://github.com/llvm/llvm-project/commit/a9b497606405d6f88fc7949f27c275f0cec486aa
DIFF:
https://github.com/llvm/llvm-project/commit/a9b497606405d6f88fc7949f27c275f0cec486aa.diff
LOG: [O
Author: Lang Hames
Date: 2025-02-08T16:19:53Z
New Revision: 975fa93b5f3715215ac2c4c74e86f466349bc0de
URL:
https://github.com/llvm/llvm-project/commit/975fa93b5f3715215ac2c4c74e86f466349bc0de
DIFF:
https://github.com/llvm/llvm-project/commit/975fa93b5f3715215ac2c4c74e86f466349bc0de.diff
LOG: [J
Author: Lang Hames
Date: 2025-02-08T16:19:54Z
New Revision: 1ba879965ff84ed4ef13b98b4144e23681a04d79
URL:
https://github.com/llvm/llvm-project/commit/1ba879965ff84ed4ef13b98b4144e23681a04d79
DIFF:
https://github.com/llvm/llvm-project/commit/1ba879965ff84ed4ef13b98b4144e23681a04d79.diff
LOG: [O
Author: Lang Hames
Date: 2025-02-08T16:19:54Z
New Revision: b3876b698d0a7b4c2c61f94fc2d0877a7dfd8e20
URL:
https://github.com/llvm/llvm-project/commit/b3876b698d0a7b4c2c61f94fc2d0877a7dfd8e20
DIFF:
https://github.com/llvm/llvm-project/commit/b3876b698d0a7b4c2c61f94fc2d0877a7dfd8e20.diff
LOG: [J
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
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126083
>From 75e20e0b801ef754c17eec8d0231d23cf8f17aed Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Thu, 6 Feb 2025 16:27:10 +0100
Subject: [PATCH] [Mips] Use getSignedConstant() in or combine
Fixes https://github
Author: Lang Hames
Date: 2025-02-08T16:19:50Z
New Revision: 4abac9fbfdcdf63c221ecdd83eadaa8f578b5d1e
URL:
https://github.com/llvm/llvm-project/commit/4abac9fbfdcdf63c221ecdd83eadaa8f578b5d1e
DIFF:
https://github.com/llvm/llvm-project/commit/4abac9fbfdcdf63c221ecdd83eadaa8f578b5d1e.diff
LOG: [O
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127342
Backport 248716f814d1d1fef88911d01a0b551d53c87c7a
Requested by: @mordante
>From 286f33ed20e4e7964dfa7d2988dd6234ad63dd7e Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Sat, 15 Feb 2025 20:15:32 +0100
Subje
llvmbot wrote:
@frederick-vs-ja What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127342
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailm
github-actions[bot] wrote:
@lhames (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
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126831
>From 4fa59872f61b2c01abeac85e49a4a46e828fae9c Mon Sep 17 00:00:00 2001
From: Lang Hames
Date: Wed, 12 Feb 2025 10:00:10 +1100
Subject: [PATCH 1/2] [ORC] Switch to singleton pattern for UnwindInfoManager.
(#126
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/127350
Backport 256145b4b0058ae22a1040cd4b7ea44fc49a4ece
Requested by: @topperc
>From 04f2b87650eaa990521e07869cdaa78ceeb99243 Mon Sep 17 00:00:00 2001
From: Craig Topper
Date: Sat, 15 Feb 2025 14:13:32 -0800
Subject
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
Author: None (llvmbot)
Changes
Backport 256145b4b0058ae22a1040cd4b7ea44fc49a4ece
Requested by: @topperc
---
Full diff: https://github.com/llvm/llvm-project/pull/127350.diff
2 Files Affected:
- (modified) llvm/lib/Target/PowerPC/PPCIS
llvmbot wrote:
@topperc What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/127350
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/127350
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Shilei Tian (shiltian)
Changes
This PR updates the SGPR layout to a striped caller/callee-saved design, similar
to the VGPR layout. The stripe width is set to 8.
Fixes #113782.
---
Patch is 2.57 MiB, truncated to 20.00 KiB below
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
Author: Nathan Ridge (HighCommander4)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/127358.diff
1 Files Affected:
- (modified) clang-tools-extra/docs/ReleaseNotes.rst (+53-3)
``diff
diff --git a/clang-
github-actions[bot] wrote:
@tstellar (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.
llvmbot wrote:
@kito-cheng What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/126845
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/li
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/126845
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/126845
Backport 2cd8207
Requested by: @BeMg
>From 634d5b3a693b7979c9338c6cd92afe08680ac165 Mon Sep 17 00:00:00 2001
From: Piyou Chen
Date: Tue, 11 Feb 2025 15:19:19 +0800
Subject: [PATCH] [RISCV][compiler-rt] drop __
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/125431
>From 3661520b46dcf704ebb5e85df011eb30ff3ae67d Mon Sep 17 00:00:00 2001
From: Lang Hames
Date: Wed, 29 Jan 2025 03:58:29 +
Subject: [PATCH] [ORC][LLI] Remove redundant eh-frame registration plugin
construct
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/126845
>From 4806a5572e71e469015e04472a38afe35a7106d3 Mon Sep 17 00:00:00 2001
From: Piyou Chen
Date: Tue, 11 Feb 2025 15:19:19 +0800
Subject: [PATCH] [RISCV][compiler-rt] drop __riscv_vendor_feature_bits
(#126460)
A
7801 - 7900 of 66762 matches
Mail list logo