github-actions[bot] wrote:
@falbrechtskirchinger Congratulations on having your first Pull Request (PR)
merged into the LLVM Project!
Your changes will be combined with recent changes from other authors, then
tested by our [build bots](https://lab.llvm.org/buildbot/). If there is a
problem
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/113182
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
@samitolvanen (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:
@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
@@ -1,5 +1,10 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=amdgcn-amd-amdhsa -enable-ipra -print-regusage -o
/dev/null 2>&1 < %s | FileCheck %s
+
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -stop-after=irtranslator -o - %s \
--
mgorny wrote:
Added support for Gentoo Linux triplets suffixed `-gnut64`, `-gnueabit64` and
`-gnueabihft64`. On these targets, clang automatically defines
`-D_TIME_BITS=64` to use 64-bit `time_t` type from glibc.
https://github.com/llvm/llvm-project/pull/112364
github-actions[bot] wrote:
@Patryk27 (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/optimisan ready_for_review
https://github.com/llvm/llvm-project/pull/114010
___
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-llvm-regalloc
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/114010.diff
8 Files Affected:
- (added) llvm/include/llvm/CodeGen/RegUsageInfoPropagate.h (+25)
- (modified) llvm/include/llvm/InitializeP
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/wangpc-pp approved this pull request.
LGTM as it fixes a bug that exists for a long time.
https://github.com/llvm/llvm-project/pull/114089
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/114010
>From 53067f5276ce2b4ae7a918cf732f5659c35ed81d Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Tue, 29 Oct 2024 07:14:30 +
Subject: [PATCH 1/2] [CodeGen][NewPM] Port RegUsageInfoPropagation pass to NPM
--
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/112786
>From 108ab46cf57d769795c8310cebcf73e3a0c189ad Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Thu, 17 Oct 2024 21:52:40 +
Subject: [PATCH] [Clang] Disable use of the counted_by attribute for whole
struct poi
Author: Bill Wendling
Date: 2024-10-29T10:00:45+01:00
New Revision: 108ab46cf57d769795c8310cebcf73e3a0c189ad
URL:
https://github.com/llvm/llvm-project/commit/108ab46cf57d769795c8310cebcf73e3a0c189ad
DIFF:
https://github.com/llvm/llvm-project/commit/108ab46cf57d769795c8310cebcf73e3a0c189ad.diff
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/tru updated https://github.com/llvm/llvm-project/pull/112551
>From 6ee49080e4bb43efe7ede10bed15935853bbd434 Mon Sep 17 00:00:00 2001
From: Chen Zheng
Date: Tue, 30 Jul 2024 09:02:07 +0800
Subject: [PATCH] [NFC] fix build failure (#100993)
Fix the build failure caused by
https
Author: Chen Zheng
Date: 2024-10-29T09:58:55+01:00
New Revision: 6ee49080e4bb43efe7ede10bed15935853bbd434
URL:
https://github.com/llvm/llvm-project/commit/6ee49080e4bb43efe7ede10bed15935853bbd434
DIFF:
https://github.com/llvm/llvm-project/commit/6ee49080e4bb43efe7ede10bed15935853bbd434.diff
LO
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/112551
___
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/tru updated https://github.com/llvm/llvm-project/pull/112815
>From 4b322f68aa42d508f9f550b36013f3cf523db3f9 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Thu, 17 Oct 2024 19:56:09 -0700
Subject: [PATCH] [clang-format] Handle template opener/closer in braced list
(#112494)
Fi
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/112364
___
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/tru closed https://github.com/llvm/llvm-project/pull/112786
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
@Fznamznon (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: Ben Shi
Date: 2024-10-29T10:04:20+01:00
New Revision: 936710a0a18bdf8ac1655f6e3bb518b20bb41aea
URL:
https://github.com/llvm/llvm-project/commit/936710a0a18bdf8ac1655f6e3bb518b20bb41aea
DIFF:
https://github.com/llvm/llvm-project/commit/936710a0a18bdf8ac1655f6e3bb518b20bb41aea.diff
LOG:
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/113969
___
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/tru updated https://github.com/llvm/llvm-project/pull/112697
>From 062adaf7d2f101ed9e83c09d192dd228dcbd9ffd Mon Sep 17 00:00:00 2001
From: Mariya Podchishchaeva
Date: Thu, 17 Oct 2024 13:42:35 +0200
Subject: [PATCH] [clang] Reject if constexpr in C (#112685)
Fixes https://git
Author: Mariya Podchishchaeva
Date: 2024-10-29T09:59:53+01:00
New Revision: 062adaf7d2f101ed9e83c09d192dd228dcbd9ffd
URL:
https://github.com/llvm/llvm-project/commit/062adaf7d2f101ed9e83c09d192dd228dcbd9ffd
DIFF:
https://github.com/llvm/llvm-project/commit/062adaf7d2f101ed9e83c09d192dd228dcbd9f
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/112697
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Owen Pan
Date: 2024-10-29T10:01:26+01:00
New Revision: 4b322f68aa42d508f9f550b36013f3cf523db3f9
URL:
https://github.com/llvm/llvm-project/commit/4b322f68aa42d508f9f550b36013f3cf523db3f9
DIFF:
https://github.com/llvm/llvm-project/commit/4b322f68aa42d508f9f550b36013f3cf523db3f9.diff
LOG:
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/112815
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
This has conflicts now. Can someone fix it and I can merge it for 19.1.4
https://github.com/llvm/llvm-project/pull/112855
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/113938
___
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/tru updated https://github.com/llvm/llvm-project/pull/113938
>From def7925c48337574df23156e3a8b23a8470cdc16 Mon Sep 17 00:00:00 2001
From: Sami Tolvanen
Date: Tue, 20 Aug 2024 16:51:16 -0700
Subject: [PATCH] Fix KCFI types for generated functions with integer
normalization (#
github-actions[bot] wrote:
@zyn0217 (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: Sami Tolvanen
Date: 2024-10-29T10:03:40+01:00
New Revision: def7925c48337574df23156e3a8b23a8470cdc16
URL:
https://github.com/llvm/llvm-project/commit/def7925c48337574df23156e3a8b23a8470cdc16
DIFF:
https://github.com/llvm/llvm-project/commit/def7925c48337574df23156e3a8b23a8470cdc16.diff
Author: Jessica Clarke
Date: 2024-10-29T10:06:04+01:00
New Revision: e541aa5ff994a370bacb9b039f70efb0672c4a1b
URL:
https://github.com/llvm/llvm-project/commit/e541aa5ff994a370bacb9b039f70efb0672c4a1b
DIFF:
https://github.com/llvm/llvm-project/commit/e541aa5ff994a370bacb9b039f70efb0672c4a1b.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/113052
___
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/tru updated https://github.com/llvm/llvm-project/pull/113052
>From e541aa5ff994a370bacb9b039f70efb0672c4a1b Mon Sep 17 00:00:00 2001
From: Jessica Clarke
Date: Fri, 18 Oct 2024 21:49:23 +0100
Subject: [PATCH] [clang] Make LazyOffsetPtr more portable (#112927)
LazyOffsetPtr cu
tru wrote:
Just to make it clear - this should be merged into the release branch @cor3ntin
@AaronBallman ?
https://github.com/llvm/llvm-project/pull/113182
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/
101 - 138 of 138 matches
Mail list logo