llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Valentin Clement (バレンタイン クレメン) (clementval)
Changes
Convert `cuf.allocate` and `cuf.deallocate` to the runtime entry points added
in #109213
---
Full diff: https://github.com/llvm/llvm-project/pull/109214.diff
2 Files Affected
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Mircea Trofin (mtrofin)
Changes
For the modules containing context roots, the way IPO happens will potentially
result in imported functions that are differently specialized (even if
themselves not inlined) than their originals.
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/109170
Backport 7153a4bbf6d46e58ce32d59220515c5ab9f35691
Requested by: @owenca
>From 2cc6c7bde964931be2c9a6691da944678bcb31a8 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Tue, 17 Sep 2024 21:16:20 -0700
Subject: [PA
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/109170
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: None (llvmbot)
Changes
Backport 7153a4bbf6d46e58ce32d59220515c5ab9f35691
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/109170.diff
3 Files Affected:
- (modified) clang/lib/Format/FormatTokenLexer
llvmbot wrote:
@mydeveloperday What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/109170
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailma
https://github.com/gbMattN updated
https://github.com/llvm/llvm-project/pull/108385
>From 4bde5de87155d131d320ce5db4c9bb69b42d487d Mon Sep 17 00:00:00 2001
From: Matthew Nagy
Date: Thu, 12 Sep 2024 12:36:57 +
Subject: [PATCH] [TySan] Fix struct access with different bases
---
compiler-rt/
tupos wrote:
Hello,
I think there might be some problem with this PR. I updated to 19.1.0 today and
started to see crashes with this callstack on random files. So far I was not
able to create a minimal working repro to let it reproducibly crashing.
Strangely enought it does not always crash o
llvmbot wrote:
@llvm/pr-subscribers-mc
Author: Phoebe Wang (phoebewang)
Changes
Promoted KMOV* was encoded with CD8 incorrectly, see
https://godbolt.org/z/cax513hG1
---
Full diff: https://github.com/llvm/llvm-project/pull/109635.diff
4 Files Affected:
- (modified) llvm/lib/Target/X86/
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Phoebe Wang (phoebewang)
Changes
Promoted KMOV* was encoded with CD8 incorrectly, see
https://godbolt.org/z/cax513hG1
---
Full diff: https://github.com/llvm/llvm-project/pull/109635.diff
4 Files Affected:
- (modified) llvm/lib/Ta
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 d5fbe9c7482b87be295be03aafd5917dd7c17859
79ac7998609480d18be4ea3bc61b6c1c77089f70 --e
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Vitaly Buka (vitalybuka)
Changes
Flags "-hwasan-mapping-offset" and
"-hwasan-mapping-offset-dynamic" are mutually
exclusive, use the last one.
---
Full diff: https://github.com/llvm/llvm-project/pull/109621.diff
2 Files Affect
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
Flags "-hwasan-mapping-offset" and
"-hwasan-mapping-offset-dynamic" are mutually
exclusive, use the last one.
---
Full diff: https://github.com/llvm/llvm-project/pull/109621.diff
2 Files
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/109617.diff
1 Files Affected:
- (modified) llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
(+30-43)
``diff
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/109618.diff
1 Files Affected:
- (modified) llvm/lib/Transforms/Instrumentation/HWAddressSani
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
Relationship between "-hwasan-mapping-offset",
"-hwasan-with-ifunc", and "-hwasan-with-tls" can
be to hard to understand.
Now we will have "-hwasan-mapping-offset",
presense of which will im
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
It should not be implied form mapping settings.
---
Full diff: https://github.com/llvm/llvm-project/pull/109620.diff
4 Files Affected:
- (modified) llvm/lib/Transforms/Instrumentation/HW
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/109617.diff
1 Files Affected:
- (modified) llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
(+30-43)
``diff
diff
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/109624
Backport 5bcc82d43388bb0daa122d5fe7ecda5eca27fc16
Requested by: @nikic
>From 9fbd83b1e5b61eb80ba8cef41726a62086ea0ac0 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Fri, 20 Sep 2024 16:57:46 +0200
Subject:
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport 5bcc82d43388bb0daa122d5fe7ecda5eca27fc16
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/109624.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/Utils/LoopP
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/109624
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Chao Chen
Date: 2024-09-23T09:03:53-05:00
New Revision: 20f5cd2516c1a0ef12d5f8a625b31b2448d5
URL:
https://github.com/llvm/llvm-project/commit/20f5cd2516c1a0ef12d5f8a625b31b2448d5
DIFF:
https://github.com/llvm/llvm-project/commit/20f5cd2516c1a0ef12d5f8a625b31b2448d5.diff
LOG
Author: Justin Bogner
Date: 2024-09-25T19:14:39-07:00
New Revision: 1d5277c271bc01fbc5af90292f8dd9af9ded623a
URL:
https://github.com/llvm/llvm-project/commit/1d5277c271bc01fbc5af90292f8dd9af9ded623a
DIFF:
https://github.com/llvm/llvm-project/commit/1d5277c271bc01fbc5af90292f8dd9af9ded623a.diff
llvmbot wrote:
@llvm/pr-subscribers-debuginfo
Author: William G Hatch (willghatch)
Changes
This is the final piece to enable register debugging for variables in registers
that have single locations that last throughout their enclosing scope.
The next step after this for supporting regist
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Anatoly Trosinenko (atrosinenko)
Changes
In preparation for refactoring the instruction size checks being made by
PAuth-related code, switch all instruction emission in AArch64AsmPrinter to
using EmitToStreamer function.
Introd
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Anatoly Trosinenko (atrosinenko)
Changes
Most of PAuth-related code counts the instructions being inserted and asserts
that no more bytes are emitted than the size returned by the
getInstSizeInBytes(MI) method. This check seems
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/109880.diff
3 Files Affected:
- (modified) clang/lib/CodeGen/CGBuiltin.cpp (+21-12)
- (modified) clang/lib/CodeGen/CGStmt.cpp (+1-2)
-
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/109880.diff
3 Files Affected:
- (modified) clang/lib/CodeGen/CGBuiltin.cpp (+21-12)
- (modified) clang/lib/CodeGen/CGStmt.cpp (+1-2)
- (modifie
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Sergio Afonso (skatrak)
Changes
This patch updates printing and parsing of operations including clauses that
define entry block arguments to the operation's region. This impacts
`in_reduction`, `map`, `private`, `reduction` and
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Sergio Afonso (skatrak)
Changes
This patch updates printing and parsing of operations including clauses that
define entry block arguments to the operation's region. This impacts
`in_reduction`, `map`, `private`, `reduction` and `task_reduc
llvmbot wrote:
@llvm/pr-subscribers-mlir-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch updates the `omp.target_data` operation to use the same formatting
as `map` clauses on `omp.target` for `use_device_addr` and `use_device_ptr`.
This is done so the mapping that is being enf
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Sergio Afonso (skatrak)
Changes
This patch adds general information on the proposed approach to unify the
handling and representation of clauses that define entry block arguments
attached to operations that accept them.
---
Full diff: htt
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.
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.
github-actions[bot] wrote:
@heiher (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
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
Author: Eli Friedman
Date: 2024-09-24T20:21:42-07:00
New Revision: cf31625ebefd05e8ca07f6f6b664d9a5bee9cd0f
URL:
https://github.com/llvm/llvm-project/commit/cf31625ebefd05e8ca07f6f6b664d9a5bee9cd0f
DIFF:
https://github.com/llvm/llvm-project/commit/cf31625ebefd05e8ca07f6f6b664d9a5bee9cd0f.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 4cef51a82570188afadf4b0b3836c67a4bf513e1
6a7134c2619bca5bcf47b3674efe169e67b7c1b0 --e
github-actions[bot] wrote:
@goldsteinn (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.
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.
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
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Chuanqi Xu (ChuanqiXu9)
Changes
Close https://github.com/llvm/llvm-project/issues/109758
---
Full diff: https://github.com/llvm/llvm-project/pull/109762.diff
2 Files Affected:
- (modified) clang/include/clang/AST/DeclBase.h (+3)
- (mod
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/109767
___
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/109767
Backport 0d334d83a4c7ce16fa1bc0e5e56bbdeaf01c2b2d
70529b24a30943d46e361d2990268499921e28a2
Requested by: @phoebewang
>From 0ab42b366ccb2650cd292bd8f101f22ff29d9f6e Mon Sep 17 00:00:00 2001
From: Phoebe Wang
D
llvmbot wrote:
@KanRobert @KanRobert What do you think about merging this PR to the release
branch?
https://github.com/llvm/llvm-project/pull/109767
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin
llvmbot wrote:
@llvm/pr-subscribers-mc
Author: None (llvmbot)
Changes
Backport 0d334d83a4c7ce16fa1bc0e5e56bbdeaf01c2b2d
70529b24a30943d46e361d2990268499921e28a2
Requested by: @phoebewang
---
Full diff: https://github.com/llvm/llvm-project/pull/109767.diff
4 Files Affected:
- (modifie
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.
Author: Farzon Lotfi
Date: 2024-09-24T14:09:51-04:00
New Revision: 41f348332ec7d34bb5c1425e71fcfc90ecfc1470
URL:
https://github.com/llvm/llvm-project/commit/41f348332ec7d34bb5c1425e71fcfc90ecfc1470
DIFF:
https://github.com/llvm/llvm-project/commit/41f348332ec7d34bb5c1425e71fcfc90ecfc1470.diff
Martin =?utf-8?q?Storsjö?= ,
Martin =?utf-8?q?Storsjö?= ,
Martin =?utf-8?q?Storsjö?=
Message-ID:
In-Reply-To:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/109865
___
llvm-branch-commits mailing list
llvm-branch-comm
Martin =?utf-8?q?Storsjö?= ,
Martin =?utf-8?q?Storsjö?= ,
Martin =?utf-8?q?Storsjö?=
Message-ID:
In-Reply-To:
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/109865
Backport 87e1104cf0e2de0d04bee2944893fa7897277b2f
aa3465793a250faa5426ac626989375465256658
a26ec5
Martin =?utf-8?q?Storsjö?= ,
Martin =?utf-8?q?Storsjö?= ,
Martin =?utf-8?q?Storsjö?=
Message-ID:
In-Reply-To:
llvmbot wrote:
@jansvoboda11 @jansvoboda11 @jansvoboda11 What do you think about merging this
PR to the release branch?
https://github.com/llvm/llvm-project/pull/109865
_
Martin =?utf-8?q?Storsjö?= ,
Martin =?utf-8?q?Storsjö?= ,
Martin =?utf-8?q?Storsjö?=
Message-ID:
In-Reply-To:
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 87e1104cf0e2de0d04bee2944893fa7897277b2f
aa3465793a250faa5426ac626989375465256658
a26ec542371
Author: Matthias Springer
Date: 2024-09-25T09:17:16+02:00
New Revision: 153a49ab4875fb6c7bb69d9efc1e5ce35f2b61f9
URL:
https://github.com/llvm/llvm-project/commit/153a49ab4875fb6c7bb69d9efc1e5ce35f2b61f9
DIFF:
https://github.com/llvm/llvm-project/commit/153a49ab4875fb6c7bb69d9efc1e5ce35f2b61f9.d
llvmbot wrote:
@arsenm What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/109920
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/109920
Backport 90c14748638f1e10e31173b145fdbb5c4529c922
Requested by: @nikic
>From 55eaa21656d6a9d55732207c25cdb0825cf4be2e Mon Sep 17 00:00:00 2001
From: Timothy Pearson <[email protected].
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/109920
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-selectiondag
Author: None (llvmbot)
Changes
Backport 90c14748638f1e10e31173b145fdbb5c4529c922
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/109920.diff
5 Files Affected:
- (modified) llvm/lib/CodeGen/SelectionDAG
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport 90c14748638f1e10e31173b145fdbb5c4529c922
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/109920.diff
5 Files Affected:
- (modified) llvm/lib/CodeGen/SelectionDAG/Legal
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
Author: Han-Chung Wang
Date: 2024-09-26T11:17:47-07:00
New Revision: 61e03b68511862ace5bc361565b2535e27fde833
URL:
https://github.com/llvm/llvm-project/commit/61e03b68511862ace5bc361565b2535e27fde833
DIFF:
https://github.com/llvm/llvm-project/commit/61e03b68511862ace5bc361565b2535e27fde833.diff
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
Changes
The CI has been a complete mess for the past week, and the only thing
preventing it from being back is the Clang tidy checks. Disable them (as a
total hack) to get CI back.
(cherry picked from commit 78c65
Author: Jorge Gorbe Moya
Date: 2024-09-26T14:55:52-07:00
New Revision: 4b2d897e9dcacf206ccd2b2326621a25d11727e5
URL:
https://github.com/llvm/llvm-project/commit/4b2d897e9dcacf206ccd2b2326621a25d11727e5
DIFF:
https://github.com/llvm/llvm-project/commit/4b2d897e9dcacf206ccd2b2326621a25d11727e5.di
Author: Chris B
Date: 2024-09-26T19:34:17-05:00
New Revision: d5ee252c6bddcd27210e3a031cef8065679c8da5
URL:
https://github.com/llvm/llvm-project/commit/d5ee252c6bddcd27210e3a031cef8065679c8da5
DIFF:
https://github.com/llvm/llvm-project/commit/d5ee252c6bddcd27210e3a031cef8065679c8da5.diff
LOG:
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (Akshat-Oke)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/110229.diff
5 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp (+15)
- (modified) llvm/lib/Target/AMDGPU/SIMa
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 98c71d8b21084841d068fe77d117b506f1809e69
2216bfe4a07625d894accf5730a313a65d30a982 --e
Author: Mehdi Amini
Date: 2024-09-27T20:33:29+02:00
New Revision: 53622333092cf61ebb3e39ecc6f7ccdb57d36453
URL:
https://github.com/llvm/llvm-project/commit/53622333092cf61ebb3e39ecc6f7ccdb57d36453
DIFF:
https://github.com/llvm/llvm-project/commit/53622333092cf61ebb3e39ecc6f7ccdb57d36453.diff
L
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
Changes
We should have been checking against 1700, not 17000, which was a typo.
(cherry picked from commit 1eba87904b0cbaaee82cfdb835528b85d99320ef)
---
Full diff: https://github.com/llvm/llvm-project/pull/110263.d
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/110259.diff
1 Files Affected:
- (modified)
libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp
(+1-4)
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Sergio Afonso (skatrak)
Changes
The main purpose of this patch is to centralize the logic for creating MLIR
operation entry blocks and for binding them to the corresponding symbols. This
minimizes the chances of mixing arguments
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Sergio Afonso (skatrak)
Changes
The `omp.section` operation is an outlier in that the block arguments it has
are defined by clauses on the required parent `omp.sections` operation.
This patch updates the definition of this operation introd
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Petar Avramovic (petar-avramovic)
Changes
Use i32 for offset instead of i16, this way it does not get interpreted
as negative 16 bit offset.
---
Full diff: https://github.com/llvm/llvm-project/pull/110256.diff
2 Files Affected:
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Florian Mayer (fmayer)
Changes
We would put a placeholder in the tagp instruction, then replace all
uses of the original alloca with this, then replace the placeholder.
We use replaceUsesWithIf anyway, so it's easier to understan
llvmbot wrote:
@llvm/pr-subscribers-mlir
@llvm/pr-subscribers-mlir-core
Author: Matthias Springer (matthias-springer)
Changes
This commit simplifies the signature of `OperationConverter::finalize`. This
function always returns "success", so the return value can be removed.
Note: Previous
Author: Prabhuk
Date: 2024-09-19T14:53:55-07:00
New Revision: 7830c3e9d61e168a1de1fa2b33acc3fd4e22f2ed
URL:
https://github.com/llvm/llvm-project/commit/7830c3e9d61e168a1de1fa2b33acc3fd4e22f2ed
DIFF:
https://github.com/llvm/llvm-project/commit/7830c3e9d61e168a1de1fa2b33acc3fd4e22f2ed.diff
LOG:
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
Changes
This is a (very partial) cherry-pick of #101715 to fix this oversight
in the LLVM 19 release.
---
Full diff: https://github.com/llvm/llvm-project/pull/109324.diff
9 Files Affected:
- (modified) libcxx/do
Author: Prabhuk
Date: 2024-09-19T19:53:59-07:00
New Revision: b83aea6a5853a5a532d9203cc90ee96dfedc418f
URL:
https://github.com/llvm/llvm-project/commit/b83aea6a5853a5a532d9203cc90ee96dfedc418f
DIFF:
https://github.com/llvm/llvm-project/commit/b83aea6a5853a5a532d9203cc90ee96dfedc418f.diff
LOG:
Author: prabhukr
Date: 2024-09-19T19:59:26-07:00
New Revision: 6806606a55a9c1c6cc1280f88130999cbf2036ac
URL:
https://github.com/llvm/llvm-project/commit/6806606a55a9c1c6cc1280f88130999cbf2036ac
DIFF:
https://github.com/llvm/llvm-project/commit/6806606a55a9c1c6cc1280f88130999cbf2036ac.diff
LOG:
Author: prabhukr
Date: 2024-09-19T20:17:02-07:00
New Revision: 651d669269a938b3777b7a68054b188ab02ef7a5
URL:
https://github.com/llvm/llvm-project/commit/651d669269a938b3777b7a68054b188ab02ef7a5
DIFF:
https://github.com/llvm/llvm-project/commit/651d669269a938b3777b7a68054b188ab02ef7a5.diff
LOG:
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/109355
Backport 7034ec491251e598d2867199f89fefa3eb16a1a0
Requested by: @lhames
>From ac0aff430e7e15c1102b1e0e255194b26778fde2 Mon Sep 17 00:00:00 2001
From: Lang Hames
Date: Tue, 10 Sep 2024 13:47:17 +1000
Subject: [
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/109355
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Prabhuk
Date: 2024-09-19T20:15:47-07:00
New Revision: 5686cf3c8b4f2c9d92528d3d8b2d47e831600488
URL:
https://github.com/llvm/llvm-project/commit/5686cf3c8b4f2c9d92528d3d8b2d47e831600488
DIFF:
https://github.com/llvm/llvm-project/commit/5686cf3c8b4f2c9d92528d3d8b2d47e831600488.diff
LOG:
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/109093
Backport 13280d99aec5b4f383a2f3d5c10ecb148a07384e
Requested by: @nikic
>From 3539b82c0ba5b412ed51e2031880c1999a401b3d Mon Sep 17 00:00:00 2001
From: YANG Xudong
Date: Fri, 13 Sep 2024 08:49:54 +0800
Subject: [
llvmbot wrote:
@llvm/pr-subscribers-backend-loongarch
Author: None (llvmbot)
Changes
Backport 13280d99aec5b4f383a2f3d5c10ecb148a07384e
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/109093.diff
2 Files Affected:
- (modified) llvm/lib/Target/LoongArch/Loo
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/109093
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@arsenm What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/109093
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/109110
Backport 1825cf28dc83113200b623ebcf063eea35ade79a
Requested by: @heiher
>From 4d8867e154dfd99ae6d64de1d97f895c4a44d317 Mon Sep 17 00:00:00 2001
From: hev
Date: Sat, 14 Sep 2024 11:19:34 +0800
Subject: [PATCH]
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/109110
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 1825cf28dc83113200b623ebcf063eea35ade79a
Requested by: @heiher
---
Full diff: https://github.com/llvm/llvm-project/pull/109110.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitize
heiher wrote:
The purpose of cherry-picking this patch into the 19.x release branch is to
resolve a build failure. This enables Rust `loongarch64-unknown-linux-musl`
target to support sanitizers starting from LLVM 19.x. This patch is a
straightforward fix for a build issue and does not introdu
Author: Slava Zakharin
Date: 2024-09-18T11:22:08-07:00
New Revision: 1f6736320fde2fb17f9b3c74b571b620c5fee72e
URL:
https://github.com/llvm/llvm-project/commit/1f6736320fde2fb17f9b3c74b571b620c5fee72e
DIFF:
https://github.com/llvm/llvm-project/commit/1f6736320fde2fb17f9b3c74b571b620c5fee72e.diff
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Victor Campos (vhscampos)
Changes
- Remove dependence on `STLExtras.h`.
- Remove unused header inclusions.
- Make `count` use `contains` for deduplication.
- Replace hand-written linear scans on Vector by `std::find`.
---
Full diff: https:
llvmbot wrote:
@llvm/pr-subscribers-llvm-adt
Author: Victor Campos (vhscampos)
Changes
- Remove dependence on `STLExtras.h`.
- Remove unused header inclusions.
- Make `count` use `contains` for deduplication.
- Replace hand-written linear scans on Vector by `std::find`.
---
Full diff: htt
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Patch is 759.08 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/109406.diff
4 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/flat-atomic-f
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
If the runtime flat address resolves to a scratch address,
64-bit atomics do not work correctly. Insert a runtime address
space check (which is quite likely to be uniform) and select between
the non-
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
We need a non-atomic path if flat may access private.
---
Patch is 34.44 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/109408.diff
5 Files Affected:
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
64-bit flat cmpxchg instructions do not work correctly for scratch
addresses, and need to be expanded as non-atomic.
Allow custom expansion of cmpxchg in AtomicExpand, as is
already the case for ato
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
When expanding an atomicrmw with a cmpxchg, preserve any metadata
attached to it. This will avoid unwanted double expansions
in a future commit.
The initial load
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Amir Ayupov (aaupov)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/109351.diff
1 Files Affected:
- (modified) clang/CMakeLists.txt (+5-2)
``diff
diff --git a/clang/CMakeLists.txt b/clang/CMakeLists.txt
ind
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 milestoned
https://github.com/llvm/llvm-project/pull/109476
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
5501 - 5600 of 66740 matches
Mail list logo