MaskRay wrote:
Ping:)
https://github.com/llvm/llvm-project/pull/119835
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
aemerson wrote:
Ok, should be fixed now. The factoring out change is now in this PR where it
belongs.
https://github.com/llvm/llvm-project/pull/121169
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-b
https://github.com/aemerson updated
https://github.com/llvm/llvm-project/pull/121185
>From 3efe80b9457a33c68362489fc8c946d51113856a Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Fri, 27 Dec 2024 00:06:30 -0800
Subject: [PATCH] Fix remark checks in test.
Created using spr 1.3.5
---
.../AA
https://github.com/aemerson updated
https://github.com/llvm/llvm-project/pull/121185
>From 3efe80b9457a33c68362489fc8c946d51113856a Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Fri, 27 Dec 2024 00:06:30 -0800
Subject: [PATCH] Fix remark checks in test.
Created using spr 1.3.5
---
.../AA
https://github.com/aemerson updated
https://github.com/llvm/llvm-project/pull/121169
>From a1c545bab55b0e9329044f469507149718a1d36f Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Thu, 26 Dec 2024 23:50:07 -0800
Subject: [PATCH 1/2] Add -aarch64-enable-collect-loh torun line to remove
unnec
https://github.com/aemerson updated
https://github.com/llvm/llvm-project/pull/121169
>From a1c545bab55b0e9329044f469507149718a1d36f Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Thu, 26 Dec 2024 23:50:07 -0800
Subject: [PATCH] Add -aarch64-enable-collect-loh torun line to remove
unnecessa
https://github.com/aemerson updated
https://github.com/llvm/llvm-project/pull/121185
>From 3efe80b9457a33c68362489fc8c946d51113856a Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Fri, 27 Dec 2024 00:06:30 -0800
Subject: [PATCH] Fix remark checks in test.
Created using spr 1.3.5
---
.../AA
https://github.com/aemerson updated
https://github.com/llvm/llvm-project/pull/121185
>From 3efe80b9457a33c68362489fc8c946d51113856a Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Fri, 27 Dec 2024 00:06:30 -0800
Subject: [PATCH] Fix remark checks in test.
Created using spr 1.3.5
---
.../AA
https://github.com/aemerson updated
https://github.com/llvm/llvm-project/pull/121169
>From a1c545bab55b0e9329044f469507149718a1d36f Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Thu, 26 Dec 2024 23:50:07 -0800
Subject: [PATCH] Add -aarch64-enable-collect-loh torun line to remove
unnecessa
https://github.com/aemerson updated
https://github.com/llvm/llvm-project/pull/121171
>From b9214baba592d4c7860d714b6d0dffd519a48400 Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Fri, 27 Dec 2024 17:34:25 -0800
Subject: [PATCH 1/2] Factor out into funct.
Created using spr 1.3.5
---
.../ll
aemerson wrote:
Ehthe heck... I ended up somehow folding in the factoring out change from
this PR into #121171
... some weird `spr` bug?
https://github.com/llvm/llvm-project/pull/121169
___
llvm-branch-commits mailing list
llvm-branch-commits@l
https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/121171
___
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/aemerson updated
https://github.com/llvm/llvm-project/pull/121185
>From 3efe80b9457a33c68362489fc8c946d51113856a Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Fri, 27 Dec 2024 00:06:30 -0800
Subject: [PATCH] Fix remark checks in test.
Created using spr 1.3.5
---
.../AA
https://github.com/aemerson updated
https://github.com/llvm/llvm-project/pull/121185
>From 3efe80b9457a33c68362489fc8c946d51113856a Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Fri, 27 Dec 2024 00:06:30 -0800
Subject: [PATCH] Fix remark checks in test.
Created using spr 1.3.5
---
.../AA
https://github.com/aemerson updated
https://github.com/llvm/llvm-project/pull/121171
>From b9214baba592d4c7860d714b6d0dffd519a48400 Mon Sep 17 00:00:00 2001
From: Amara Emerson
Date: Fri, 27 Dec 2024 17:34:25 -0800
Subject: [PATCH] Factor out into funct.
Created using spr 1.3.5
---
.../llvm/C
https://github.com/aemerson edited
https://github.com/llvm/llvm-project/pull/121169
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -4142,9 +4142,40 @@ LegalizerHelper::LegalizeResult
LegalizerHelper::lowerStore(GStore &StoreMI) {
}
if (MemTy.isVector()) {
-// TODO: Handle vector trunc stores
-if (MemTy != SrcTy)
+LLT MemScalarTy = MemTy.getElementType();
+if (MemTy != SrcTy) {
+
tickerguy wrote:
Reverting the one commit (three lines) fixes it on the Pi3 and does not break
it on any of the other architectures I have. releng/14.1 does not have that
commit in it, which is why I never saw it until I built on stable/14, which
does.
```
root@NewFS:/usr/src.14-STABLE` # gi
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/113201
>From aa4280d627d0f2b2d57bf1f9bf574d2f6ab55d38 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Mon, 21 Oct 2024 11:01:36 -0700
Subject: [PATCH 1/2] comment
Created using spr 1.3.4
---
.../Transforms/Instru
https://github.com/vitalybuka edited
https://github.com/llvm/llvm-project/pull/100794
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
ldionne wrote:
Approved per discussion in https://github.com/llvm/llvm-project/pull/90292.
@vitalybuka It would be amazing if you could run this PR through the same tests
that made you find the bug that you fixed with
https://github.com/llvm/llvm-project/pull/90292
https://github.com/llvm/llv
tickerguy wrote:
Its definitely architecture-specific. The media in question where I first saw
this will boot and run on both a Pi3 and Pi4 but on the "4" it never blows up,
whether via the original "make" or if I execute the reproducer shell script
after it blows on the "3", I shut it down,
https://github.com/DavidSpickett approved this pull request.
Nice! LGTM.
https://github.com/llvm/llvm-project/pull/119169
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branc
Author: Vitaly Buka
Date: 2024-09-11T14:51:09-07:00
New Revision: d71338da225d3ec3a5bb88f0c9cd905ad457c4d6
URL:
https://github.com/llvm/llvm-project/commit/d71338da225d3ec3a5bb88f0c9cd905ad457c4d6
DIFF:
https://github.com/llvm/llvm-project/commit/d71338da225d3ec3a5bb88f0c9cd905ad457c4d6.diff
L
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/120515
___
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/nikic edited https://github.com/llvm/llvm-project/pull/121100
___
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/vitalybuka updated
https://github.com/llvm/llvm-project/pull/111948
>From 12f4a2f8ad0583d7494b21a460b131f53541022a Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Fri, 11 Oct 2024 11:47:10 -0700
Subject: [PATCH] prev is context
Created using spr 1.3.4
---
.../sanitizer_com
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/121100
___
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/kstoimenov approved this pull request.
https://github.com/llvm/llvm-project/pull/120515
___
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/vitalybuka updated
https://github.com/llvm/llvm-project/pull/119169
>From 55219cc6eaee5f35f062f8528d241873db64b41b Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Sun, 8 Dec 2024 21:20:37 -0800
Subject: [PATCH] \
Created using spr 1.3.4
---
compiler-rt/Maintainers.md | 2 +
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/121115
>From 1985ea4a74dbc02c8143eff8ab2958615963d2b7 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 26 Dec 2024 13:35:29 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
clang/docs/ReleaseNotes.rs
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/121115
>From 1985ea4a74dbc02c8143eff8ab2958615963d2b7 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 26 Dec 2024 13:35:29 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
clang/docs/ReleaseNotes.rs
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/120515
>From 7492c844abc726abe8e2814661dca1af68fd70cf Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 18 Dec 2024 19:25:18 -0800
Subject: [PATCH] hwaddress
Created using spr 1.3.4
---
compiler-rt/test/ubsan/
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/120515
>From 7492c844abc726abe8e2814661dca1af68fd70cf Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 18 Dec 2024 19:25:18 -0800
Subject: [PATCH] hwaddress
Created using spr 1.3.4
---
compiler-rt/test/ubsan/
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/112668
>From 9571c266d478f2cb49a8005b0d19f40b3de72052 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 17 Oct 2024 15:47:37 -0700
Subject: [PATCH] rebase
Created using spr 1.3.4
---
compiler-rt/lib/sanitizer_
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/113201
>From aa4280d627d0f2b2d57bf1f9bf574d2f6ab55d38 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Mon, 21 Oct 2024 11:01:36 -0700
Subject: [PATCH 1/2] comment
Created using spr 1.3.4
---
.../Transforms/Instru
https://github.com/AaronBallman approved this pull request.
LGTM!
https://github.com/llvm/llvm-project/pull/119169
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
https://github.com/fmayer approved this pull request.
https://github.com/llvm/llvm-project/pull/112668
___
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/eugenis approved this pull request.
Seems correct to me.
https://github.com/llvm/llvm-project/pull/113201
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-br
https://github.com/tmiasko approved this pull request.
https://github.com/llvm/llvm-project/pull/121100
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
ldionne wrote:
The patch has since then been reverted, but I guess this is something that
@philnik777 should have a look into before it is re-landed.
https://github.com/llvm/llvm-project/pull/110783
___
llvm-branch-commits mailing list
llvm-branch-com
tickerguy wrote:
I have now marked this OBE over on FreeBSD; it disappeared in 14.2 and no
longer manifests, although exactly which commit resolved it in their tree is
not clear.
https://github.com/llvm/llvm-project/pull/95264
___
llvm-branch-commits
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/108289
>From a5e15941239fae2b006c7a0509fa278238fb1c8e Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 11 Sep 2024 13:46:26 -0700
Subject: [PATCH 1/3] more sanitizers
Created using spr 1.3.4
---
.../TestCases
https://github.com/vitalybuka closed
https://github.com/llvm/llvm-project/pull/110783
___
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/fmayer approved this pull request.
https://github.com/llvm/llvm-project/pull/112807
___
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/vitalybuka updated
https://github.com/llvm/llvm-project/pull/108289
>From a5e15941239fae2b006c7a0509fa278238fb1c8e Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 11 Sep 2024 13:46:26 -0700
Subject: [PATCH 1/2] more sanitizers
Created using spr 1.3.4
---
.../TestCases
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/121115
>From 1985ea4a74dbc02c8143eff8ab2958615963d2b7 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 26 Dec 2024 13:35:29 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
clang/docs/ReleaseNotes.rs
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/112794
>From 7e8937dd9c1a5895be178de0d7721cc3ed23b395 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 17 Oct 2024 16:49:32 -0700
Subject: [PATCH 1/2] fixes
Created using spr 1.3.4
---
.../lib/sanitizer_commo
https://github.com/thurstond approved this pull request.
LGTM if no objections pop up on discourse in the next few days
https://github.com/llvm/llvm-project/pull/121115
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lis
https://github.com/vitalybuka approved this pull request.
https://github.com/llvm/llvm-project/pull/121100
___
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/vitalybuka updated
https://github.com/llvm/llvm-project/pull/121115
>From 1985ea4a74dbc02c8143eff8ab2958615963d2b7 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 26 Dec 2024 13:35:29 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
clang/docs/ReleaseNotes.rs
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/113201
>From aa4280d627d0f2b2d57bf1f9bf574d2f6ab55d38 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Mon, 21 Oct 2024 11:01:36 -0700
Subject: [PATCH 1/2] comment
Created using spr 1.3.4
---
.../Transforms/Instru
vitalybuka wrote:
> Please explain in commit message what the change does
Done
https://github.com/llvm/llvm-project/pull/113201
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llv
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/113201
>From aa4280d627d0f2b2d57bf1f9bf574d2f6ab55d38 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Mon, 21 Oct 2024 11:01:36 -0700
Subject: [PATCH 1/2] comment
Created using spr 1.3.4
---
.../Transforms/Instru
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/121115
>From 1985ea4a74dbc02c8143eff8ab2958615963d2b7 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 26 Dec 2024 13:35:29 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
clang/docs/ReleaseNotes.rs
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/121115
>From 1985ea4a74dbc02c8143eff8ab2958615963d2b7 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 26 Dec 2024 13:35:29 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
clang/docs/ReleaseNotes.rs
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/121115
>From 1985ea4a74dbc02c8143eff8ab2958615963d2b7 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 26 Dec 2024 13:35:29 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
clang/docs/ReleaseNotes.rs
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/120515
>From 7492c844abc726abe8e2814661dca1af68fd70cf Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 18 Dec 2024 19:25:18 -0800
Subject: [PATCH] hwaddress
Created using spr 1.3.4
---
compiler-rt/test/ubsan/
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/120515
>From 7492c844abc726abe8e2814661dca1af68fd70cf Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 18 Dec 2024 19:25:18 -0800
Subject: [PATCH] hwaddress
Created using spr 1.3.4
---
compiler-rt/test/ubsan/
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/121115
>From 1985ea4a74dbc02c8143eff8ab2958615963d2b7 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 26 Dec 2024 13:35:29 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
clang/docs/ReleaseNotes.rs
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/121115
>From 1985ea4a74dbc02c8143eff8ab2958615963d2b7 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 26 Dec 2024 13:35:29 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
clang/docs/ReleaseNotes.rs
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/121100
Backport 1797174ea6adab08474658f9c9748991d172321c
ae0ed3d58600da9ec266bf86d0084775f561ba3a
d9ed8b018df725faec4076a3efdfcbd7a24c99f0
Requested by: @nikic
>From 3486581b10a421da8037c366c89f08a30482f2ad Mon Sep
llvmbot wrote:
@tmiasko @vitalybuka @vitalybuka What do you think about merging this PR to the
release branch?
https://github.com/llvm/llvm-project/pull/121100
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/120515
>From 7492c844abc726abe8e2814661dca1af68fd70cf Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 18 Dec 2024 19:25:18 -0800
Subject: [PATCH] hwaddress
Created using spr 1.3.4
---
compiler-rt/test/ubsan/
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 1797174ea6adab08474658f9c9748991d172321c
ae0ed3d58600da9ec266bf86d0084775f561ba3a
d9ed8b018df725faec4076a3efdfcbd7a24c99f0
Requested by: @nikic
---
Full diff: https://github.com/llvm/llvm-
https://github.com/thurstond approved this pull request.
https://github.com/llvm/llvm-project/pull/120515
___
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/vitalybuka updated
https://github.com/llvm/llvm-project/pull/120515
>From 7492c844abc726abe8e2814661dca1af68fd70cf Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 18 Dec 2024 19:25:18 -0800
Subject: [PATCH] hwaddress
Created using spr 1.3.4
---
compiler-rt/test/ubsan/
vitalybuka wrote:
> Will uses of
> [`__asan::DescribeThread`](https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/asan/asan_descriptions.cpp#L39)
> be replaced with `__sanitizer::PrintThreadHistory` introduced in this patch?
Not sure. WDYT?
DescribeThread prints, 1-thread + 1-stac
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/114931
>From 7d8cbeb2ba2144c67dca01f2d3d70066fee90c08 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Mon, 4 Nov 2024 21:44:12 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
compiler-rt/lib/tsan/rtl/ts
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/120515
>From 7492c844abc726abe8e2814661dca1af68fd70cf Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 18 Dec 2024 19:25:18 -0800
Subject: [PATCH] hwaddress
Created using spr 1.3.4
---
compiler-rt/test/ubsan/
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/120515
>From 7492c844abc726abe8e2814661dca1af68fd70cf Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 18 Dec 2024 19:25:18 -0800
Subject: [PATCH] hwaddress
Created using spr 1.3.4
---
compiler-rt/test/ubsan/
Author: Vitaly Buka
Date: 2024-11-05T10:58:42-08:00
New Revision: 82c16f8e04bb4991c7680354f12561993915e406
URL:
https://github.com/llvm/llvm-project/commit/82c16f8e04bb4991c7680354f12561993915e406
DIFF:
https://github.com/llvm/llvm-project/commit/82c16f8e04bb4991c7680354f12561993915e406.diff
L
https://github.com/nikic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/119169
___
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/vitalybuka updated
https://github.com/llvm/llvm-project/pull/119169
>From 55219cc6eaee5f35f062f8528d241873db64b41b Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Sun, 8 Dec 2024 21:20:37 -0800
Subject: [PATCH 1/3] \
Created using spr 1.3.4
---
compiler-rt/Maintainers.md |
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/120515
>From 7492c844abc726abe8e2814661dca1af68fd70cf Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Wed, 18 Dec 2024 19:25:18 -0800
Subject: [PATCH] hwaddress
Created using spr 1.3.4
---
compiler-rt/test/ubsan/
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/113201
>From aa4280d627d0f2b2d57bf1f9bf574d2f6ab55d38 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Mon, 21 Oct 2024 11:01:36 -0700
Subject: [PATCH 1/2] comment
Created using spr 1.3.4
---
.../Transforms/Instru
@@ -14,12 +15,17 @@ __attribute__((noinline)) void init(S *s) {
__asm__ __volatile__("" : : "r"(s) : "memory");
}
-__attribute__((noinline, no_sanitize("memory"))) int test(char i) {
+__attribute__((noinline, no_sanitize("memory", "address", "hwaddress"))) int
+test(char i)
https://github.com/vitalybuka edited
https://github.com/llvm/llvm-project/pull/120515
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -41,6 +41,8 @@ LSAN_FLAG(bool, use_ld_allocations, true,
LSAN_FLAG(bool, use_unaligned, false, "Consider unaligned pointers valid.")
LSAN_FLAG(bool, use_poisoned, false,
"Consider pointers found in poisoned memory to be valid.")
+LSAN_FLAG(bool, use_detached, false
Author: Vitaly Buka
Date: 2024-11-05T10:56:15-08:00
New Revision: cbbe61c090723f603723e4bae53e4be06be5ab07
URL:
https://github.com/llvm/llvm-project/commit/cbbe61c090723f603723e4bae53e4be06be5ab07
DIFF:
https://github.com/llvm/llvm-project/commit/cbbe61c090723f603723e4bae53e4be06be5ab07.diff
L
Author: Vitaly Buka
Date: 2024-09-10T17:51:36-07:00
New Revision: 56aff1c53215bb9cbd1ead977428bb793abf7848
URL:
https://github.com/llvm/llvm-project/commit/56aff1c53215bb9cbd1ead977428bb793abf7848
DIFF:
https://github.com/llvm/llvm-project/commit/56aff1c53215bb9cbd1ead977428bb793abf7848.diff
L
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/119169
>From 55219cc6eaee5f35f062f8528d241873db64b41b Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Sun, 8 Dec 2024 21:20:37 -0800
Subject: [PATCH 1/2] \
Created using spr 1.3.4
---
compiler-rt/Maintainers.md |
Author: Vitaly Buka
Date: 2024-11-05T10:56:39-08:00
New Revision: 4d292b303ffcf4d1b0474d222e33043b1f02d453
URL:
https://github.com/llvm/llvm-project/commit/4d292b303ffcf4d1b0474d222e33043b1f02d453
DIFF:
https://github.com/llvm/llvm-project/commit/4d292b303ffcf4d1b0474d222e33043b1f02d453.diff
L
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/114931
>From 7d8cbeb2ba2144c67dca01f2d3d70066fee90c08 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Mon, 4 Nov 2024 21:44:12 -0800
Subject: [PATCH] rebase
Created using spr 1.3.4
---
compiler-rt/lib/tsan/rtl/ts
@@ -230,18 +230,18 @@ void MemCpyAccessible(void *dest, const void *src, uptr
n) {
uptr e = reinterpret_cast(src) + n;
uptr e_down = RoundDownTo(e, page_size);
- auto copy_or_zero = [dest, src](uptr b, uptr e) {
-uptr d = reinterpret_cast(dest) + (b - reinterpret_cas
Author: Vitaly Buka
Date: 2024-11-05T10:53:12-08:00
New Revision: d1e90e3e41ee6e5503835ee7deecb9b899300542
URL:
https://github.com/llvm/llvm-project/commit/d1e90e3e41ee6e5503835ee7deecb9b899300542
DIFF:
https://github.com/llvm/llvm-project/commit/d1e90e3e41ee6e5503835ee7deecb9b899300542.diff
L
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/113201
>From aa4280d627d0f2b2d57bf1f9bf574d2f6ab55d38 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Mon, 21 Oct 2024 11:01:36 -0700
Subject: [PATCH 1/2] comment
Created using spr 1.3.4
---
.../Transforms/Instru
https://github.com/cjappl approved this pull request.
https://github.com/llvm/llvm-project/pull/114931
___
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/melver approved this pull request.
https://github.com/llvm/llvm-project/pull/114931
___
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/vitalybuka edited
https://github.com/llvm/llvm-project/pull/113201
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Vitaly Buka
Date: 2024-09-11T07:57:35-07:00
New Revision: d92d55f420c2704ccdc578232bdec4c41c1f0f6f
URL:
https://github.com/llvm/llvm-project/commit/d92d55f420c2704ccdc578232bdec4c41c1f0f6f
DIFF:
https://github.com/llvm/llvm-project/commit/d92d55f420c2704ccdc578232bdec4c41c1f0f6f.diff
L
https://github.com/vitalybuka edited
https://github.com/llvm/llvm-project/pull/113201
___
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/fmayer approved this pull request.
https://github.com/llvm/llvm-project/pull/113201
___
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/vitalybuka edited
https://github.com/llvm/llvm-project/pull/108289
___
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/vitalybuka updated
https://github.com/llvm/llvm-project/pull/112807
>From 8e6448fbe62dd4236746bef0d2e389a822aaec77 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 17 Oct 2024 18:40:48 -0700
Subject: [PATCH] naming
Created using spr 1.3.4
---
compiler-rt/lib/lsan/lsan_
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/113201
>From aa4280d627d0f2b2d57bf1f9bf574d2f6ab55d38 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Mon, 21 Oct 2024 11:01:36 -0700
Subject: [PATCH 1/2] comment
Created using spr 1.3.4
---
.../Transforms/Instru
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/112794
>From 7e8937dd9c1a5895be178de0d7721cc3ed23b395 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 17 Oct 2024 16:49:32 -0700
Subject: [PATCH] fixes
Created using spr 1.3.4
---
.../lib/sanitizer_common/sa
fmayer wrote:
Please explain in commit message what the change does
https://github.com/llvm/llvm-project/pull/113201
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-com
https://github.com/fmayer approved this pull request.
https://github.com/llvm/llvm-project/pull/111949
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -268,7 +268,11 @@ class ScopedErrorReportLock {
extern uptr stoptheworld_tracer_pid;
extern uptr stoptheworld_tracer_ppid;
+// Returns true if we can read a memory range.
bool IsAccessibleMemoryRange(uptr beg, uptr size);
+// Returns true if we can read a memory range star
1 - 100 of 225 matches
Mail list logo