https://github.com/Prabhuk edited
https://github.com/llvm/llvm-project/pull/87576
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117037
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk edited
https://github.com/llvm/llvm-project/pull/117037
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117037
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Prabhuk (Prabhuk)
Changes
`CallGraphSection` CodeGen option emits the callgraph section. This
patch documents the design, implementation and usage of this option
and the underlying machinery.
Inferring indirect call targets from a binary i
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk created
https://github.com/llvm/llvm-project/pull/119468
`CallGraphSection` CodeGen option emits the callgraph section. This
patch documents the design, implementation and usage of this option
and the underlying machinery.
Inferring indirect call targets from a binary
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87572
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87572
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-mc
Author: None (llvmbot)
Changes
Backport ac5dd455caaf286625f61b604291f2eaed9702f0
ed91843d435d0cd2c39ebb1a50f2907c621f07ed
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/119533.diff
3 Files Affected:
- (modified) ll
llvmbot wrote:
@llvm/pr-subscribers-backend-webassembly
Author: None (llvmbot)
Changes
Backport ac5dd455caaf286625f61b604291f2eaed9702f0
ed91843d435d0cd2c39ebb1a50f2907c621f07ed
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/119533.diff
3 Files Affected:
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/119533
Backport ac5dd455caaf286625f61b604291f2eaed9702f0
ed91843d435d0cd2c39ebb1a50f2907c621f07ed
Requested by: @nikic
>From 43e9788703a7fd79c616602a35c1eea586dfc99b Mon Sep 17 00:00:00 2001
From: George Stagg
Date:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/119533
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@sbc100 @sbc100 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/119533
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailma
Author: Michael Jones
Date: 2024-12-09T16:08:35-08:00
New Revision: ba6d4d9c66231a1684ddfca619dbd91d9872f06d
URL:
https://github.com/llvm/llvm-project/commit/ba6d4d9c66231a1684ddfca619dbd91d9872f06d
DIFF:
https://github.com/llvm/llvm-project/commit/ba6d4d9c66231a1684ddfca619dbd91d9872f06d.diff
h-vetinari wrote:
Thanks for your inputs @Meinersbur!
https://github.com/llvm/llvm-project/pull/110217/commits/a03606822b0eaef8efdeb00c4f2c33e1a029f79f
fixed the compilation issues on linux.
I have another question - when building the runtimes (separately as you
described), it seems that `-DB
@@ -58,10 +59,21 @@
NativeRegisterContextLinux_loongarch64::NativeRegisterContextLinux_loongarch64(
std::unique_ptr register_info_up)
: NativeRegisterContextRegisterInfo(native_thread,
register_info_up.release()),
- NativeRe
@@ -0,0 +1,34 @@
+//===-- NativeRegisterContextDBReg_loongarch.h --*- C++
-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apa
@@ -15,6 +15,7 @@
# used for building this FortranFloat128Math library.
include(CheckLibraryExists)
+include(CheckIncludeFile)
jeanPerier wrote:
So my issue is indeed related to the bootsrap build of the runtime: the gcc
compiler I use to build flang/llvm (t
Author: Chandler Carruth
Date: 2024-12-11T15:59:35-08:00
New Revision: 333befd054fb5da81f1349c8eba7255aa4e3ec12
URL:
https://github.com/llvm/llvm-project/commit/333befd054fb5da81f1349c8eba7255aa4e3ec12
DIFF:
https://github.com/llvm/llvm-project/commit/333befd054fb5da81f1349c8eba7255aa4e3ec12.di
llvmbot wrote:
@llvm/pr-subscribers-llvm-regalloc
Author: Matt Arsenault (arsenm)
Changes
Greedy and fast would hit different assertions on undef uses if all
registers in a class were reserved.
---
Full diff: https://github.com/llvm/llvm-project/pull/119647.diff
3 Files Affected:
- (mo
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
Greedy and fast would hit different assertions on undef uses if all
registers in a class were reserved.
---
Full diff: https://github.com/llvm/llvm-project/pull/119647.diff
3 Files Affected:
- (m
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/118770
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/wangleiat updated
https://github.com/llvm/llvm-project/pull/118770
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
Try to use DiagnosticInfo if every register in the class is reserved
by forcing assignment to a reserved register. Also reduces the number
of redundant errors emitted
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Matt Arsenault (arsenm)
Changes
Try to use DiagnosticInfo if every register in the class is reserved
by forcing assignment to a reserved register. Also reduces the number
of redundant errors emitted, particularly with fast.
This
Author: Daniil Kovalev
Date: 2024-12-10T09:10:23+03:00
New Revision: 4fe98aa2253925a6bc24bd30f2c654756c77cc28
URL:
https://github.com/llvm/llvm-project/commit/4fe98aa2253925a6bc24bd30f2c654756c77cc28
DIFF:
https://github.com/llvm/llvm-project/commit/4fe98aa2253925a6bc24bd30f2c654756c77cc28.diff
@@ -0,0 +1,34 @@
+//===-- NativeRegisterContextDBReg_loongarch.h --*- C++
-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apa
https://github.com/Prabhuk edited
https://github.com/llvm/llvm-project/pull/87573
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-regalloc
@llvm/pr-subscribers-mlgo
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/119672.diff
13 Files Affected:
- (renamed) llvm/include/llvm/CodeGen/InterferenceCache.h (+6-16)
- (renamed) llv
Author: Michal Paszkowski
Date: 2024-12-11T20:26:08-08:00
New Revision: 7e60d79fabbd71ab5e77d7a77a2f6f64445f6fbe
URL:
https://github.com/llvm/llvm-project/commit/7e60d79fabbd71ab5e77d7a77a2f6f64445f6fbe
DIFF:
https://github.com/llvm/llvm-project/commit/7e60d79fabbd71ab5e77d7a77a2f6f64445f6fbe.d
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Matt Arsenault (arsenm)
Changes
This reverts commit f7443905af1e06eaacda1e437fff8d54dc89c487.
This is to avoid an assertion if an undef operand appears in a
stackmap. This is important to avoid hitting verifier errors
when register a
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
AMDGPU: Delete spills of undef values
It would be a bit more logical to preserve the undef and do the normal
expansion, but this is less work. This avoids verifier errors in a
future patch which sta
github-actions[bot] wrote:
:warning: undef deprecator found issues in your code. :warning:
You can test this locally with the following command:
``bash
git diff -U0 --pickaxe-regex -S
'([^a-zA-Z0-9#_-]undef[^a-zA-Z0-9_-]|UndefValue::get)'
2bd0046adb0bdc1b7ae32ba653df59913fe72612
github-actions[bot] wrote:
:warning: undef deprecator found issues in your code. :warning:
You can test this locally with the following command:
``bash
git diff -U0 --pickaxe-regex -S
'([^a-zA-Z0-9#_-]undef[^a-zA-Z0-9_-]|UndefValue::get)'
21a94e80ec529fac5a23febcdf738f01c56d0100
llvmbot wrote:
@llvm/pr-subscribers-llvm-regalloc
Author: Matt Arsenault (arsenm)
Changes
In some cases after reporting an allocation failure, this would fail
the verifier. It picks the first allocatable register and assigns it,
but didn't update the liveness appropriately. When VirtRegRew
llvmbot wrote:
@dschuff What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/119723
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/119723
Backport 5c8fd1eece8fff69871cef57a2363dc0f734a7d1
Requested by: @nikic
>From fc310d328d3954207a775d0f0b17f9796912777a Mon Sep 17 00:00:00 2001
From: Sam Clegg
Date: Mon, 9 Sep 2024 09:28:08 -0700
Subject: [PAT
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/119723
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-lld
Author: None (llvmbot)
Changes
Backport 5c8fd1eece8fff69871cef57a2363dc0f734a7d1
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/119723.diff
1 Files Affected:
- (modified) lld/wasm/SyntheticSections.cpp (+1-2)
``
llvmbot wrote:
@llvm/pr-subscribers-lld-wasm
Author: None (llvmbot)
Changes
Backport 5c8fd1eece8fff69871cef57a2363dc0f734a7d1
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-project/pull/119723.diff
1 Files Affected:
- (modified) lld/wasm/SyntheticSections.cpp (+1-2)
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 13c4092708f82809aeec5320c093387aa4e17993
758c99abb36139fe759b51bd70f9ffeac76f21fa --e
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Tobias Hieta (tru)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/120051.diff
5 Files Affected:
- (modified) cmake/Modules/LLVMVersion.cmake (+1-1)
- (modified) libcxx/include/__config (+1-1)
- (modified) llvm/util
llvmbot wrote:
@llvm/pr-subscribers-testing-tools
Author: Tobias Hieta (tru)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/120051.diff
5 Files Affected:
- (modified) cmake/Modules/LLVMVersion.cmake (+1-1)
- (modified) libcxx/include/__config (+1-1)
- (modified) ll
github-actions[bot] wrote:
:warning: undef deprecator found issues in your code. :warning:
You can test this locally with the following command:
``bash
git diff -U0 --pickaxe-regex -S
'([^a-zA-Z0-9#_-]undef[^a-zA-Z0-9_-]|UndefValue::get)'
3fa31aeeb48e3b4a1dcac77d67dc6a1d205c8dce
jeanPerier wrote:
> The new machanism will be different from BUILD_SHARED_LIBS so not reusing any
> of its code. On the other side it would be a significant burden now since it
> doubles the number of configurations I have to get working and testing now
> while it will be replaced in the short
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
Move the DXILOpLoweringPass after DXILTranslateMetadata, and add asserts in
DXILShaderFlags to ensure it isn't scheduled after op lowering. This will allow
us to rely on DirectX intrinsics in the s
Author: Jacek Caban
Date: 2024-12-15T22:30:10+01:00
New Revision: 42e6efd5b07177f5a7f529b36022c98724e2df40
URL:
https://github.com/llvm/llvm-project/commit/42e6efd5b07177f5a7f529b36022c98724e2df40
DIFF:
https://github.com/llvm/llvm-project/commit/42e6efd5b07177f5a7f529b36022c98724e2df40.diff
L
github-actions[bot] wrote:
@tru (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
AreaZR wrote:
So we can merge whatever is currently 19.x milestone, approved, and then merge
this finally, right?
https://github.com/llvm/llvm-project/pull/120051
___
llvm-branch-commits mailing list
[email protected]
https://lists.ll
h-vetinari wrote:
This now builds fine on linux & windows for me, though I'm running into an
issue when doing the following on windows (pieced together a bit to avoid
distractions that are due to packaging):
```batch
set "FC=flang.exe"
set "LD=lld-link.exe"
:: following
https://github.com/co
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/120038.diff
1 Files Affected:
- (added) compiler-rt/test/ubsan/TestCases/Misc/local_bounds.cpp (+28)
``diff
diff --git
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 b42a2ec4a07d94c6c0d73d4baedf2ffef3d3825c
1e33ed956935df967b130f30e8e7b701f18304d3 --e
llvmbot wrote:
@llvm/pr-subscribers-mlir-ods
Author: Krzysztof Drewniak (krzysz00)
Changes
Give the properties from tablegen a `predicate` field that holds the predicate
that the property needs to satisfy, if one exists, and hook that field up to
verifier generation.
---
Patch is 26.65
llvmbot wrote:
@llvm/pr-subscribers-mlir-core
Author: Krzysztof Drewniak (krzysz00)
Changes
Give the properties from tablegen a `predicate` field that holds the predicate
that the property needs to satisfy, if one exists, and hook that field up to
verifier generation.
---
Patch is 26.6
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Krzysztof Drewniak (krzysz00)
Changes
Give the properties from tablegen a `predicate` field that holds the predicate
that the property needs to satisfy, if one exists, and hook that field up to
verifier generation.
---
Patch is 26.65 KiB
h-vetinari wrote:
> @h-vetinari Is this using a bootstrap or default-only build? Is flang built
> in-tree or out-of-tree? Is `flang` in the build- or install-tree? Did you
> check whether the `flang_rt.static.lib` is present?
>
> I am going to test more configurations under Windows trying to r
DianQK wrote:
> > Merging is blocked
> > The base branch does not allow updates.
>
> Can this PR be merged? Will this backport be able to catch the v19.1.6 train
> tomorrow (if it happens)?
Yes. I don't see any concerns not merging. Note that merging of the release
branch is handled by the re
@@ -522,6 +524,16 @@
DECLARE_CONVERT_OP_TO_GPU_RUNTIME_CALL_PATTERN(SetCsrPointersOp)
void GpuToLLVMConversionPass::runOnOperation() {
MLIRContext *context = &getContext();
+
+ // Perform progressive lowering of vector transfer operations.
+ {
+RewritePatternSet patte
Author: Ryosuke Niwa
Date: 2024-12-16T23:35:54-08:00
New Revision: b2b261c406108390117e1b6c3fdbe5e9d53a7111
URL:
https://github.com/llvm/llvm-project/commit/b2b261c406108390117e1b6c3fdbe5e9d53a7111
DIFF:
https://github.com/llvm/llvm-project/commit/b2b261c406108390117e1b6c3fdbe5e9d53a7111.diff
github-actions[bot] wrote:
@AreaZR (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:
@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.
=?utf-8?q?Michał_Górny?= ,
=?utf-8?q?Michał_Górny?= ,
=?utf-8?q?Michał_Górny?= ,
=?utf-8?q?Michał_Górny?= ,
=?utf-8?q?Michał_Górny?=
Message-ID:
In-Reply-To:
github-actions[bot] wrote:
@mgorny (or anyone else). If you would like to add a note about this fix in the
release notes (completely op
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
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/jofrn updated
https://github.com/llvm/llvm-project/pull/120386
>From dac7f1e85ec5391d0efe94cbca2161644263660b Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:38:23 -0500
Subject: [PATCH] [X86] Manage atomic load of fp -> int promotion in DAG
When lowering atom
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120386
>From dac7f1e85ec5391d0efe94cbca2161644263660b Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:38:23 -0500
Subject: [PATCH] [X86] Manage atomic load of fp -> int promotion in DAG
When lowering atom
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120387
>From 05a76cfe898c76a306694d45a2bcbf9f722a15a8 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:40:32 -0500
Subject: [PATCH] [X86] Add atomic vector tests for >1 sizes.
Atomic vectors with size >1 a
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120385
>From 5a3a12dc54cb65baf011b805d67f801a35eed9f7 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:37:17 -0500
Subject: [PATCH] [SelectionDAG] Legalize <1 x T> vector types for atomic load
`load atomic
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120387
>From 05a76cfe898c76a306694d45a2bcbf9f722a15a8 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:40:32 -0500
Subject: [PATCH] [X86] Add atomic vector tests for >1 sizes.
Atomic vectors with size >1 a
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120387
>From 05a76cfe898c76a306694d45a2bcbf9f722a15a8 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:40:32 -0500
Subject: [PATCH] [X86] Add atomic vector tests for >1 sizes.
Atomic vectors with size >1 a
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120386
>From dac7f1e85ec5391d0efe94cbca2161644263660b Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:38:23 -0500
Subject: [PATCH] [X86] Manage atomic load of fp -> int promotion in DAG
When lowering atom
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120385
>From 5a3a12dc54cb65baf011b805d67f801a35eed9f7 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:37:17 -0500
Subject: [PATCH] [SelectionDAG] Legalize <1 x T> vector types for atomic load
`load atomic
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120385
>From 5a3a12dc54cb65baf011b805d67f801a35eed9f7 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:37:17 -0500
Subject: [PATCH] [SelectionDAG] Legalize <1 x T> vector types for atomic load
`load atomic
Author: Alexander Kornienko
Date: 2024-12-18T18:55:04+01:00
New Revision: 18c410940d8c0c506f759dec6d28dfe40d021a01
URL:
https://github.com/llvm/llvm-project/commit/18c410940d8c0c506f759dec6d28dfe40d021a01
DIFF:
https://github.com/llvm/llvm-project/commit/18c410940d8c0c506f759dec6d28dfe40d021a01
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: DianQK (DianQK)
Changes
Fixes #120433.
(cherry picked from commit e7a4d78ad328d02bf515b2fa4af8b2c188a6a636)
---
Full diff: https://github.com/llvm/llvm-project/pull/120505.diff
2 Files Affected:
- (modified) llvm/lib/Transfor
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Vitaly Buka (vitalybuka)
Changes
So far the only implementation is TrapHandlerBuilder.
---
Full diff: https://github.com/llvm/llvm-project/pull/120506.diff
1 Files Affected:
- (modified) llvm/lib/Transforms/Instrumentation/Bo
https://github.com/DianQK milestoned
https://github.com/llvm/llvm-project/pull/120505
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: None (llvmbot)
Changes
Backport e8ce6c4
Requested by: @topperc
---
Full diff: https://github.com/llvm/llvm-project/pull/120296.diff
1 Files Affected:
- (modified) llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td (+1-1)
``
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/120296
___
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/120296
Backport e8ce6c4
Requested by: @topperc
>From 032b352c2ba61eab447d08fd7cd86fbaee36be10 Mon Sep 17 00:00:00 2001
From: Philipp van Kempen
Date: Tue, 17 Dec 2024 21:20:17 +0100
Subject: [PATCH] [RISCV] Fix typo
llvmbot wrote:
@topperc What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/120296
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
Author: Paul Kirth (ilovepi)
Changes
The implementation in the clang-doc serializer failed to take in the
LangOpts from the declaration. Asa result, we'd do things like print
`_Bool` instead of `bool`, even in C++ code.
Fixes #62970
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
Author: Paul Kirth (ilovepi)
Changes
These call sites don't need the cast, as they don't use the value.
---
Full diff: https://github.com/llvm/llvm-project/pull/120309.diff
1 Files Affected:
- (modified) clang-tools-extra/clang-doc
Author: Sam Tebbs
Date: 2024-12-17T16:23:26Z
New Revision: 4b79faf786d77e5c5b1271f1efab6967e43f6a17
URL:
https://github.com/llvm/llvm-project/commit/4b79faf786d77e5c5b1271f1efab6967e43f6a17
DIFF:
https://github.com/llvm/llvm-project/commit/4b79faf786d77e5c5b1271f1efab6967e43f6a17.diff
LOG: Rev
https://github.com/SidManning approved this pull request.
https://github.com/llvm/llvm-project/pull/117968
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-static-analyzer-1
Author: Balazs Benics (steakhal)
Changes
---
Patch is 22.29 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/120436.diff
18 Files Affected:
- (modified) clang/include/clang/StaticAn
llvmbot wrote:
@llvm/pr-subscribers-clang-static-analyzer-1
Author: Balazs Benics (steakhal)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/120437.diff
4 Files Affected:
- (modified) clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
(+5-2)
- (modified)
llvmbot wrote:
@llvm/pr-subscribers-clang-static-analyzer-1
Author: Balazs Benics (steakhal)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/120438.diff
7 Files Affected:
- (modified)
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
(+2-2
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120385
>From e294f9f7a5d5c624c5a356808f738bcc722d2068 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:37:17 -0500
Subject: [PATCH] [SelectionDAG] Legalize <1 x T> vector types for atomic load
`load atomic
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120387
>From 3773e662b5a89f432705103279af9680ce9cf299 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:40:32 -0500
Subject: [PATCH] [X86] Add atomic vector tests for >1 sizes.
Atomic vectors with size >1 a
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120386
>From 141279f61705e146e742360603fc9a044f37fca6 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:38:23 -0500
Subject: [PATCH] [SelectionDAG][X86] Add floating point promotion.
When lowering atomic <1
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120387
>From 3773e662b5a89f432705103279af9680ce9cf299 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:40:32 -0500
Subject: [PATCH] [X86] Add atomic vector tests for >1 sizes.
Atomic vectors with size >1 a
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120387
>From 813fffe3965e96b9dce5ca5d1640d8bfd041e5d7 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:40:32 -0500
Subject: [PATCH] [X86] Add atomic vector tests for >1 sizes.
Atomic vectors with size >1 a
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120386
>From 70bb5b9e2b2bea40974d2db1a4c3b65e542a5516 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:38:23 -0500
Subject: [PATCH] [X86] Manage atomic load of fp -> int promotion in DAG
When lowering atom
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120385
>From 726354562d08de91f5a12b93764d5eaceb007052 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:37:17 -0500
Subject: [PATCH] [SelectionDAG] Legalize <1 x T> vector types for atomic load
`load atomic
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120387
>From 813fffe3965e96b9dce5ca5d1640d8bfd041e5d7 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:40:32 -0500
Subject: [PATCH] [X86] Add atomic vector tests for >1 sizes.
Atomic vectors with size >1 a
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120385
>From 726354562d08de91f5a12b93764d5eaceb007052 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:37:17 -0500
Subject: [PATCH] [SelectionDAG] Legalize <1 x T> vector types for atomic load
`load atomic
7001 - 7100 of 66757 matches
Mail list logo