https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102419
___
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/102428
>From 0df301ba8bc463cc27b9ec86d20b5f881c6c7866 Mon Sep 17 00:00:00 2001
From: Mariya Podchishchaeva
Date: Thu, 8 Aug 2024 08:51:56 +0200
Subject: [PATCH] [clang] Fix crash when #embed used in a compound literal
(#10
Author: Mariya Podchishchaeva
Date: 2024-08-10T12:10:15+02:00
New Revision: 0df301ba8bc463cc27b9ec86d20b5f881c6c7866
URL:
https://github.com/llvm/llvm-project/commit/0df301ba8bc463cc27b9ec86d20b5f881c6c7866
DIFF:
https://github.com/llvm/llvm-project/commit/0df301ba8bc463cc27b9ec86d20b5f881c6c78
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102428
___
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/102446
>From 7eb25ddccc1060776a34410d193bb3d066444b78 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mirko=20Brku=C5=A1anin?=
Date: Thu, 25 Jul 2024 18:19:26 +0200
Subject: [PATCH] [AMDGPU] Fix folding clamp into pseudo scalar in
Author: Mirko Brkušanin
Date: 2024-08-10T12:10:49+02:00
New Revision: 7eb25ddccc1060776a34410d193bb3d066444b78
URL:
https://github.com/llvm/llvm-project/commit/7eb25ddccc1060776a34410d193bb3d066444b78
DIFF:
https://github.com/llvm/llvm-project/commit/7eb25ddccc1060776a34410d193bb3d066444b78.dif
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102446
___
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/102475
>From a2c18c0b2bdb765700e6379ade0bc0d2e1c592f8 Mon Sep 17 00:00:00 2001
From: Muhammad Omair Javaid
Date: Thu, 25 Jul 2024 12:21:16 +0500
Subject: [PATCH] Revert "[LLVM] Silence compiler-rt warning in runtimes build
Author: Muhammad Omair Javaid
Date: 2024-08-10T12:11:21+02:00
New Revision: a2c18c0b2bdb765700e6379ade0bc0d2e1c592f8
URL:
https://github.com/llvm/llvm-project/commit/a2c18c0b2bdb765700e6379ade0bc0d2e1c592f8
DIFF:
https://github.com/llvm/llvm-project/commit/a2c18c0b2bdb765700e6379ade0bc0d2e1c592
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102475
___
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/102491
>From 2da001d8318d365dde771fa154ec772431cf15f1 Mon Sep 17 00:00:00 2001
From: Antonio Frighetto
Date: Thu, 25 Jul 2024 09:18:20 +0200
Subject: [PATCH] [TBAA] Do not rewrite TBAA if exists, always null out
`!tbaa.str
Author: Antonio Frighetto
Date: 2024-08-10T12:12:32+02:00
New Revision: 2da001d8318d365dde771fa154ec772431cf15f1
URL:
https://github.com/llvm/llvm-project/commit/2da001d8318d365dde771fa154ec772431cf15f1
DIFF:
https://github.com/llvm/llvm-project/commit/2da001d8318d365dde771fa154ec772431cf15f1.d
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102491
___
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/102492
>From 32e20009d1943e2f6cd6f55c6ec6a23dcd094337 Mon Sep 17 00:00:00 2001
From: David Tenty
Date: Thu, 8 Aug 2024 11:16:18 -0400
Subject: [PATCH] [NFC][llvm][support] rename INFINITY in regcomp (#101758)
since C23 thi
Author: David Tenty
Date: 2024-08-10T12:13:21+02:00
New Revision: 32e20009d1943e2f6cd6f55c6ec6a23dcd094337
URL:
https://github.com/llvm/llvm-project/commit/32e20009d1943e2f6cd6f55c6ec6a23dcd094337
DIFF:
https://github.com/llvm/llvm-project/commit/32e20009d1943e2f6cd6f55c6ec6a23dcd094337.diff
L
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102492
___
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/102523
>From 7aae895c245a00a6bb97d05c966765de825a54d1 Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Thu, 8 Aug 2024 00:57:43 -0700
Subject: [PATCH 1/2] [ELF] .llvm.call-graph-profile: support CREL
https://reviews.llvm.
Author: Fangrui Song
Date: 2024-08-10T12:15:26+02:00
New Revision: 7aae895c245a00a6bb97d05c966765de825a54d1
URL:
https://github.com/llvm/llvm-project/commit/7aae895c245a00a6bb97d05c966765de825a54d1
DIFF:
https://github.com/llvm/llvm-project/commit/7aae895c245a00a6bb97d05c966765de825a54d1.diff
Author: Fangrui Song
Date: 2024-08-10T12:15:26+02:00
New Revision: 39746ee0048e1f4891d2e2b58e7c7583df43c3bc
URL:
https://github.com/llvm/llvm-project/commit/39746ee0048e1f4891d2e2b58e7c7583df43c3bc
DIFF:
https://github.com/llvm/llvm-project/commit/39746ee0048e1f4891d2e2b58e7c7583df43c3bc.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102523
___
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/102552
>From d893708ded7b5e8cfafae777bf88928761231994 Mon Sep 17 00:00:00 2001
From: Fangrui Song
Date: Wed, 7 Aug 2024 12:23:28 -0700
Subject: [PATCH] Revert "demangle function names in trace files (#87626)"
This reverts
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102552
___
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/102641
>From f3261a5a64d8ff2c76eb9c1ae2aa7d348c75e97c Mon Sep 17 00:00:00 2001
From: David Green
Date: Fri, 9 Aug 2024 14:25:07 +0100
Subject: [PATCH] [AArch64] Add invalid 1 x vscale costs for reductions and
reduction-ope
Author: David Green
Date: 2024-08-10T12:17:41+02:00
New Revision: f3261a5a64d8ff2c76eb9c1ae2aa7d348c75e97c
URL:
https://github.com/llvm/llvm-project/commit/f3261a5a64d8ff2c76eb9c1ae2aa7d348c75e97c
DIFF:
https://github.com/llvm/llvm-project/commit/f3261a5a64d8ff2c76eb9c1ae2aa7d348c75e97c.diff
L
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102641
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Ahmed Bougacha
Date: 2024-08-10T12:18:14+02:00
New Revision: ccd8d0497a92c50e52933cd5d712a32a192ba6aa
URL:
https://github.com/llvm/llvm-project/commit/ccd8d0497a92c50e52933cd5d712a32a192ba6aa
DIFF:
https://github.com/llvm/llvm-project/commit/ccd8d0497a92c50e52933cd5d712a32a192ba6aa.diff
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/102670
>From ccd8d0497a92c50e52933cd5d712a32a192ba6aa Mon Sep 17 00:00:00 2001
From: Ahmed Bougacha
Date: Fri, 9 Aug 2024 11:49:50 -0700
Subject: [PATCH] [clang] Wire -fptrauth-returns to "ptrauth-returns" fn
attribute. (#
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102670
___
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/102680
>From e908a0099ce392d694eefbeda27aadfe54922ba5 Mon Sep 17 00:00:00 2001
From: Alex Langford
Date: Fri, 9 Aug 2024 12:50:42 -0700
Subject: [PATCH] [lldb] Move definition of SBSaveCoreOptions dtor out of
header (#1025
Author: Alex Langford
Date: 2024-08-10T12:18:52+02:00
New Revision: e908a0099ce392d694eefbeda27aadfe54922ba5
URL:
https://github.com/llvm/llvm-project/commit/e908a0099ce392d694eefbeda27aadfe54922ba5
DIFF:
https://github.com/llvm/llvm-project/commit/e908a0099ce392d694eefbeda27aadfe54922ba5.diff
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102680
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
Can this PR be updated to include the release note commit so that I can merge
it? Or open a new backport Pr with release note fix.
@njames93 I am guessing you are fine with the backport except the missing
release note?
https://github.com/llvm/llvm-project/pull/101878
__
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/101965
>From a02ee2f6ff2e806c69851182fd6649338020dcae Mon Sep 17 00:00:00 2001
From: Sirraide
Date: Mon, 5 Aug 2024 14:02:15 +0200
Subject: [PATCH] [Clang] Define __cpp_pack_indexing (#101956)
Following the discussion on #
Author: Sirraide
Date: 2024-08-10T12:25:55+02:00
New Revision: a02ee2f6ff2e806c69851182fd6649338020dcae
URL:
https://github.com/llvm/llvm-project/commit/a02ee2f6ff2e806c69851182fd6649338020dcae
DIFF:
https://github.com/llvm/llvm-project/commit/a02ee2f6ff2e806c69851182fd6649338020dcae.diff
LOG:
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/101965
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
@ldionne this has some suspect CI failures, can you double check and approve if
this is ready to go?
https://github.com/llvm/llvm-project/pull/102052
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm
https://github.com/tru approved this pull request.
https://github.com/llvm/llvm-project/pull/102068
___
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/102068
>From 5972d4ddf9a66eb2444c048aab1f5896f0a30d15 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Mon, 5 Aug 2024 14:40:46 -0700
Subject: [PATCH] workflows/release-binaries-all: Pass secrets on to
release-binaries wo
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102068
___
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/102159
>From b2de37237c9ad0b3efafb101c23b075445a6c4ef Mon Sep 17 00:00:00 2001
From: Sharadh Rajaraman
Date: Tue, 6 Aug 2024 16:05:55 +0100
Subject: [PATCH] [clang][driver][clang-cl] Support `--precompile` and
`-fmodule-*`
Author: Sharadh Rajaraman
Date: 2024-08-10T12:28:36+02:00
New Revision: b2de37237c9ad0b3efafb101c23b075445a6c4ef
URL:
https://github.com/llvm/llvm-project/commit/b2de37237c9ad0b3efafb101c23b075445a6c4ef
DIFF:
https://github.com/llvm/llvm-project/commit/b2de37237c9ad0b3efafb101c23b075445a6c4ef.d
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102159
___
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 approved this pull request.
https://github.com/llvm/llvm-project/pull/102373
___
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/102373
>From eea8e4ddd8206a5b04a7c7217e76a48ea2ff386b Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Wed, 7 Aug 2024 14:19:22 -0700
Subject: [PATCH] workflows: Fix permissions for release-sources job (#100750)
For reusa
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102373
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
@ChuanqiXu9 who can review this?
https://github.com/llvm/llvm-project/pull/102425
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
@ldionne ?
https://github.com/llvm/llvm-project/pull/102466
___
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/102646
>From 866686180a316aee091c82c924971a238fbbd817 Mon Sep 17 00:00:00 2001
From: Daniel Kiss
Date: Fri, 9 Aug 2024 17:51:38 +0200
Subject: [PATCH] [Arm][AArch64][Clang] Respect function's branch protection
attributes.
Author: Daniel Kiss
Date: 2024-08-10T12:31:37+02:00
New Revision: 866686180a316aee091c82c924971a238fbbd817
URL:
https://github.com/llvm/llvm-project/commit/866686180a316aee091c82c924971a238fbbd817
DIFF:
https://github.com/llvm/llvm-project/commit/866686180a316aee091c82c924971a238fbbd817.diff
L
https://github.com/tru closed https://github.com/llvm/llvm-project/pull/102646
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tru wrote:
Has this been fixed for Android yet?
https://github.com/llvm/llvm-project/pull/101888
___
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:
@DimitryAndric (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 P
https://github.com/yota9 created
https://github.com/llvm/llvm-project/pull/102741
Backport
https://github.com/llvm/llvm-project/commit/097ddd3565f830e6cb9d0bb8ca66844b7f3f3cbb
>From f606ebe592885b36db9e21ee518e87bce017d2d8 Mon Sep 17 00:00:00 2001
From: Vladislav Khmelevsky
Date: Sat, 27 Jul
github-actions[bot] wrote:
@linsinan1995 (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/njames93 approved this pull request.
https://github.com/llvm/llvm-project/pull/101878
___
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:
@ostannard (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:
@linsinan1995 (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:
@pratlucas (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:
@ian-twilightcoder (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 th
@@ -505,11 +505,14 @@ void
OpenMPIRBuilder::getKernelArgsVector(TargetKernelArgs &KernelArgs,
Value *NumTeams3D =
Builder.CreateInsertValue(ZeroArray, KernelArgs.NumTeams[0], {0});
+ Value *NumThreads3D =
+ Builder.CreateInsertValue(ZeroArray, KernelArgs.NumThre
@@ -9588,15 +9588,17 @@ static void genMapInfo(const OMPExecutableDirective &D,
CodeGenFunction &CGF,
genMapInfo(MEHandler, CGF, CombinedInfo, OMPBuilder, MappedVarSet);
}
-static void emitNumTeamsForBareTargetDirective(
+template
+static void emitClauseForBareTargetDirect
github-actions[bot] wrote:
@chenzheng1030 (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 P
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
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.
github-actions[bot] wrote:
@mbrkusanin (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:
@antoniofrighetto (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 thi
github-actions[bot] wrote:
@AaronBallman (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:
@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
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
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.
github-actions[bot] wrote:
@asl (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-actions[bot] wrote:
@bulbazord (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:
@Sirraide (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:
@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.
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:
@RSilicon (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:
@llvm/pr-subscribers-bolt
Author: Vladislav Khmelevsky (yota9)
Changes
Backport
https://github.com/llvm/llvm-project/commit/097ddd3565f830e6cb9d0bb8ca66844b7f3f3cbb
---
Full diff: https://github.com/llvm/llvm-project/pull/102741.diff
5 Files Affected:
- (modified) bolt/
cor3ntin wrote:
no need for a release note for this
https://github.com/llvm/llvm-project/pull/101965
___
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 created
https://github.com/llvm/llvm-project/pull/102764
* The performance is better than the glibc allocator.
* Allocator interface functions, sanitizer allocator options, and
MallocHooks/FreeHooks are supported.
* Shadow memory has specific memory layout requiremen
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Fangrui Song (MaskRay)
Changes
* The performance is better than the glibc allocator.
* Allocator interface functions, sanitizer allocator options, and
MallocHooks/FreeHooks are supported.
* Shadow memory has specific memor
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/102770
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@HazardyKnusperkeks What do you think about merging this PR to the release
branch?
https://github.com/llvm/llvm-project/pull/102770
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/m
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/102770
Backport 986bc3d0719af653fecb77e8cfc59f39bec148fd
Requested by: @owenca
>From 7f5856184eb56165d2c84c410008fe4675244309 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Sat, 10 Aug 2024 13:31:35 -0700
Subject: [PA
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: None (llvmbot)
Changes
Backport 986bc3d0719af653fecb77e8cfc59f39bec148fd
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/102770.diff
3 Files Affected:
- (added) clang/test/Format/list-ignored.cpp (
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/102771
___
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/102771
Backport a417083e27b155dc92b7f7271c0093aee0d7231c
Requested by: @rorth
>From b5fbced86c9e08258a2832ee063bcb11b65b3731 Mon Sep 17 00:00:00 2001
From: Rainer Orth
Date: Sat, 10 Aug 2024 22:54:07 +0200
Subject: [
llvmbot wrote:
@boomanaiden154 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/102771
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailma
llvmbot wrote:
@llvm/pr-subscribers-tools-llvm-exegesis
Author: None (llvmbot)
Changes
Backport a417083e27b155dc92b7f7271c0093aee0d7231c
Requested by: @rorth
---
Full diff: https://github.com/llvm/llvm-project/pull/102771.diff
1 Files Affected:
- (modified) llvm/unittests/tools/llvm-e
https://github.com/boomanaiden154 approved this pull request.
https://github.com/llvm/llvm-project/pull/102771
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
jroelofs wrote:
> Is there a huge upside to take this this late in the process?
I'll have to look more carefully over the patch on Monday, but this remark is
_extremely_ valuable for people writing SME code: the problem it diagnoses is a
performance glass jaw.
Also adding @aemerson @sdesmalen
Author: Vitaly Buka
Date: 2024-08-10T18:35:05-07:00
New Revision: 1dff86ca9a6aeb3c7389773f52709536fbf9028e
URL:
https://github.com/llvm/llvm-project/commit/1dff86ca9a6aeb3c7389773f52709536fbf9028e
DIFF:
https://github.com/llvm/llvm-project/commit/1dff86ca9a6aeb3c7389773f52709536fbf9028e.diff
L
Author: Vitaly Buka
Date: 2024-08-10T18:36:32-07:00
New Revision: 2218df4620584e1748cde41e7bc0fd6cd88da58e
URL:
https://github.com/llvm/llvm-project/commit/2218df4620584e1748cde41e7bc0fd6cd88da58e
DIFF:
https://github.com/llvm/llvm-project/commit/2218df4620584e1748cde41e7bc0fd6cd88da58e.diff
L
Author: Vitaly Buka
Date: 2024-08-10T19:55:54-07:00
New Revision: 7e8bb8c52f51fd6b41c0b6485b93fd0315b58bab
URL:
https://github.com/llvm/llvm-project/commit/7e8bb8c52f51fd6b41c0b6485b93fd0315b58bab
DIFF:
https://github.com/llvm/llvm-project/commit/7e8bb8c52f51fd6b41c0b6485b93fd0315b58bab.diff
L
@@ -1441,6 +1458,22 @@ Error PrintProgramStats::runOnFunctions(BinaryContext
&BC) {
StaleSampleCount += SampleCount;
++NumAllStaleFunctions;
}
+
+if (opts::ShowDensity) {
+ uint64_t Size = Function.getSize();
+ // In case of BOLT split functions r
Author: Vitaly Buka
Date: 2024-08-10T20:40:10-07:00
New Revision: 0066d85186fda169b17acc63e4e85ad901e0cbe4
URL:
https://github.com/llvm/llvm-project/commit/0066d85186fda169b17acc63e4e85ad901e0cbe4
DIFF:
https://github.com/llvm/llvm-project/commit/0066d85186fda169b17acc63e4e85ad901e0cbe4.diff
L
https://github.com/aaupov created
https://github.com/llvm/llvm-project/pull/102787
Pass `ProbeNode` parameter of `trackInlineesOptimizedAway` as const
reference.
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.l
llvmbot wrote:
@llvm/pr-subscribers-pgo
Author: Amir Ayupov (aaupov)
Changes
Pass `ProbeNode` parameter of `trackInlineesOptimizedAway` as const
reference.
---
Full diff: https://github.com/llvm/llvm-project/pull/102787.diff
3 Files Affected:
- (modified) llvm/include/llvm/MC/MCPseudo
https://github.com/aaupov created
https://github.com/llvm/llvm-project/pull/102788
Expand autos in select places to trigger type casts.
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/li
llvmbot wrote:
@llvm/pr-subscribers-mc
@llvm/pr-subscribers-pgo
Author: Amir Ayupov (aaupov)
Changes
Expand autos in select places to trigger type casts.
---
Full diff: https://github.com/llvm/llvm-project/pull/102788.diff
2 Files Affected:
- (modified) llvm/lib/MC/MCPseudoProbe.cpp (
101 - 200 of 224 matches
Mail list logo