https://github.com/fhahn commented:
> Nit: name could be shortened from
> `handleMaxMinNumReductionsWithoutFastMath()` to
> `handleMaxMinNumReductions()`
Ah yes thanks! done on main in 3813567e08e202280546dd9fd5ae891d067cbda9 and
also adjusted in this PR.
https://github.com/llvm/llvm-proj
https://github.com/fhahn updated
https://github.com/llvm/llvm-project/pull/149736
>From 104183777e3a6bd14f209c74da53e6f592b72d9f Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Fri, 18 Jul 2025 22:58:19 +0200
Subject: [PATCH 1/4] [LV] Vectorize maxnum/minnum w/o fast-math flags.
(#148239)
U
https://github.com/fhahn updated
https://github.com/llvm/llvm-project/pull/149736
>From 104183777e3a6bd14f209c74da53e6f592b72d9f Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Fri, 18 Jul 2025 22:58:19 +0200
Subject: [PATCH 1/3] [LV] Vectorize maxnum/minnum w/o fast-math flags.
(#148239)
U
https://github.com/fhahn updated
https://github.com/llvm/llvm-project/pull/149736
>From 104183777e3a6bd14f209c74da53e6f592b72d9f Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Fri, 18 Jul 2025 22:58:19 +0200
Subject: [PATCH 1/2] [LV] Vectorize maxnum/minnum w/o fast-math flags.
(#148239)
U
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/149733
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/DeinAlptraum edited
https://github.com/llvm/llvm-project/pull/148012
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/DeinAlptraum edited
https://github.com/llvm/llvm-project/pull/148012
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/DeinAlptraum commented:
Re: Python bindings changes.
The tests currently fail because the libclang.so cannot even be built. Is this
expected, as in, can it only be built after the last patch again? (I see that
the tests passed on patch 6/6).
This should also probably get an
@@ -63,7 +63,7 @@ def test_a_struct(self):
self.assertIsNotNone(fields[1].translation_unit)
self.assertEqual(fields[1].spelling, "b")
self.assertFalse(fields[1].type.is_const_qualified())
-self.assertEqual(fields[1].type.kind, TypeKind.ELABORATED
https://github.com/DeinAlptraum edited
https://github.com/llvm/llvm-project/pull/148012
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/149756
>From 2c0293255994d2df56f0cfe636f551bea6bf1e62 Mon Sep 17 00:00:00 2001
From: Koakuma
Date: Mon, 21 Jul 2025 08:33:06 +0700
Subject: [PATCH] [SPARC][Driver] Move feature mode selection to Arch/Sparc.cpp
(#14965
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/148015
>From 07134c3a595386732fb7c7b86d725bfccf885820 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Thu, 10 Jul 2025 14:07:34 -0300
Subject: [PATCH] [PATCH 4/6] [clang] Improve nested name specifier AST
repres
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/148015
>From 07134c3a595386732fb7c7b86d725bfccf885820 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Thu, 10 Jul 2025 14:07:34 -0300
Subject: [PATCH] [PATCH 4/6] [clang] Improve nested name specifier AST
repres
https://github.com/ayalz approved this pull request.
https://github.com/llvm/llvm-project/pull/149736
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
ayalz wrote:
> @ayalz What do you think about merging this PR to the release branch?
Sure, fine w/ me, looks profitable and stable enough.
Nit: name could be shortened from `handleMaxMinNumReductionsWithoutFastMath()`
to `handleMaxMinNumReductions()`
https://github.com/llvm/llvm-project/pul
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/149756
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-sparc
Author: None (llvmbot)
Changes
Backport 38fc453afdb6a4511b7c8e189f12a92559ecc396
Requested by: @brad0
---
Full diff: https://github.com/llvm/llvm-project/pull/149756.diff
6 Files Affected:
- (modified) clang/lib/Driver/ToolChains/Arch/
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 38fc453afdb6a4511b7c8e189f12a92559ecc396
Requested by: @brad0
---
Full diff: https://github.com/llvm/llvm-project/pull/149756.diff
6 Files Affected:
- (modified) clang/lib/Driver/ToolChains/Arch/Sparc.cp
llvmbot wrote:
@MaskRay What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/149756
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/149756
Backport 38fc453afdb6a4511b7c8e189f12a92559ecc396
Requested by: @brad0
>From 5ce2a6e7c86ed4b3a5283ae081ae2c0697ab2548 Mon Sep 17 00:00:00 2001
From: Koakuma
Date: Mon, 21 Jul 2025 08:33:06 +0700
Subject: [PATC
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/149756
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= ,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= ,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= ,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?=
Message-ID:
In-Reply-To:
https://github.com/thesamesam approved this pull request.
https://github.com/llvm/llvm-project/pull/149711
___
https://github.com/tangaac approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/149486
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/148015
>From 6f7eb76bbbf50ce88e2d92a5ab919c74c777f4b7 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Thu, 10 Jul 2025 14:07:34 -0300
Subject: [PATCH] [PATCH 4/6] [clang] Improve nested name specifier AST
repres
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/148015
>From 6f7eb76bbbf50ce88e2d92a5ab919c74c777f4b7 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Thu, 10 Jul 2025 14:07:34 -0300
Subject: [PATCH] [PATCH 4/6] [clang] Improve nested name specifier AST
repres
https://github.com/mizvekov edited
https://github.com/llvm/llvm-project/pull/148015
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/mizvekov edited
https://github.com/llvm/llvm-project/pull/148014
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/mizvekov edited
https://github.com/llvm/llvm-project/pull/148012
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clangd
@llvm/pr-subscribers-clang-tidy
Author: Matheus Izvekov (mizvekov)
Changes
This contains the NestedNameSpecifier representation changes originally from:
https://github.com/llvm/llvm-project/pull/147835
---
Patch is 465.84 KiB, truncated to 20.0
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 HEAD~1 HEAD --extensions cpp,h --
clang/include/clang/ASTMatchers/ASTMatchers.h
clan
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
@llvm/pr-subscribers-backend-hexagon
Author: Matheus Izvekov (mizvekov)
Changes
---
Patch is 330.74 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/149747.diff
167 Files Affected:
- (modifie
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/148015
>From 58408083dc31297fba96aa9127dce07aee2f Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Thu, 10 Jul 2025 14:07:34 -0300
Subject: [PATCH] [PATCH 4/6] [clang] Improve nested name specifier AST
repres
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/148015
>From 58408083dc31297fba96aa9127dce07aee2f Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Thu, 10 Jul 2025 14:07:34 -0300
Subject: [PATCH] [PATCH 4/6] [clang] Improve nested name specifier AST
repres
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= ,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= ,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= ,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?=
Message-ID:
In-Reply-To:
https://github.com/sylvestre approved this pull request.
Agreed
https://github.com/llvm/llvm-project/pull/149711
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
Author: None (llvmbot)
Changes
Backport 004c67ea257039e4e98abc26dd4ac6e8f3d7a171
Requested by: @fhahn
---
Patch is 66.35 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/149736.diff
16 Files A
llvmbot wrote:
@ayalz What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/149736
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/149736
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/149736
Backport 004c67ea257039e4e98abc26dd4ac6e8f3d7a171
Requested by: @fhahn
>From 104183777e3a6bd14f209c74da53e6f592b72d9f Mon Sep 17 00:00:00 2001
From: Florian Hahn
Date: Fri, 18 Jul 2025 22:58:19 +0200
Subject:
llvmbot wrote:
@llvm/pr-subscribers-lld
@llvm/pr-subscribers-lld-elf
Author: None (llvmbot)
Changes
Backport 3e9ceae29f39456508eef5b4af4d3c895048706a
Requested by: @androm3da
---
Full diff: https://github.com/llvm/llvm-project/pull/149733.diff
2 Files Affected:
- (modified) lld/ELF/Re
llvmbot wrote:
@MaskRay What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/149733
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/149733
Backport 3e9ceae29f39456508eef5b4af4d3c895048706a
Requested by: @androm3da
>From 509762342205a992823e64c087401d232520b7ac Mon Sep 17 00:00:00 2001
From: Brian Cain
Date: Sun, 20 Jul 2025 14:39:03 -0500
Subject
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/149733
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/usx95 edited https://github.com/llvm/llvm-project/pull/149731
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/usx95 edited https://github.com/llvm/llvm-project/pull/149731
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/usx95 edited https://github.com/llvm/llvm-project/pull/149731
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
usx95 wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/149731?utm_source=stack-comment-downstack-mergeability-warning";
>
https://github.com/usx95 created
https://github.com/llvm/llvm-project/pull/149731
None
>From 250f9d4735503dcd6eba12e500deca91342d9f48 Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Sun, 20 Jul 2025 18:33:56 +
Subject: [PATCH] basic error report for use after free
---
.../clang/Analy
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/149723
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-lld
@llvm/pr-subscribers-lld-elf
Author: None (llvmbot)
Changes
Backport b42f96bc057fd9e31572069b241ba130c21144e5
Requested by: @androm3da
---
Patch is 27.54 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/1
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: None (llvmbot)
Changes
Backport b42f96bc057fd9e31572069b241ba130c21144e5
Requested by: @androm3da
---
Patch is 27.54 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/149723.diff
9 Fi
llvmbot wrote:
@MaskRay What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/149723
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/149723
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/149723
Backport b42f96bc057fd9e31572069b241ba130c21144e5
Requested by: @androm3da
>From 7e8727bcf0f31986137e74b4df8ed6556f89612f Mon Sep 17 00:00:00 2001
From: Brian Cain
Date: Sun, 20 Jul 2025 11:46:31 -0500
Subject
https://github.com/mgorny created
https://github.com/llvm/llvm-project/pull/149711
Revert the recent batch of changes to the CMake build of libclc that introduced
significant breakage, notably:
- standalone builds no longer working
- broken symlinks being installed
These changes are nontrivial
https://github.com/mgorny milestoned
https://github.com/llvm/llvm-project/pull/149711
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
javedabsar1 wrote:
is this the right place to volunteer?
https://github.com/llvm/llvm-project/pull/149488
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/MaskRay updated
https://github.com/llvm/llvm-project/pull/149465
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/MaskRay edited
https://github.com/llvm/llvm-project/pull/149465
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/MaskRay updated
https://github.com/llvm/llvm-project/pull/149465
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
MaskRay wrote:
Next steps:
* Allocate the fixed content as trailing data of the MCFragment by utilizing a
special bump allocator (gnulib obstack)
* Delete MCFixup member variables from MCFragment. Instead, add a MCFragment
pointer to MCFixup.
https://github.com/llvm/llvm-project/pull/149465
_
@@ -992,7 +965,30 @@ void MCAssembler::layoutSection(MCSection &Sec) {
uint64_t Offset = 0;
for (MCFragment &F : Sec) {
F.Offset = Offset;
-Offset += computeFragmentSize(F);
+if (F.getKind() == MCFragment::FT_Align) {
+ Offset += F.getFixedSize();
+ un
61 matches
Mail list logo