@@ -1750,7 +1750,9 @@ void
MappingTraits>::mapping(
std::string MappingTraits>::validate(
IO &io, std::unique_ptr &C) {
if (const auto *F = dyn_cast(C.get())) {
-if (F->Pattern && F->Pattern->binary_size() != 0 && !F->Size)
+// Can't check the `Size`, as it's req
@@ -1750,7 +1750,9 @@ void
MappingTraits>::mapping(
std::string MappingTraits>::validate(
IO &io, std::unique_ptr &C) {
if (const auto *F = dyn_cast(C.get())) {
-if (F->Pattern && F->Pattern->binary_size() != 0 && !F->Size)
+// Can't check the `Size`, as it's req
@@ -1750,7 +1750,9 @@ void
MappingTraits>::mapping(
std::string MappingTraits>::validate(
IO &io, std::unique_ptr &C) {
if (const auto *F = dyn_cast(C.get())) {
-if (F->Pattern && F->Pattern->binary_size() != 0 && !F->Size)
+// Can't check the `Size`, as it's req
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/123280
___
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/123280
___
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 created
https://github.com/llvm/llvm-project/pull/123280
Size is required, so we don't know if it's in
uninitialized state after the previous error.
Triggers msan on llvm/test/tools/yaml2obj/ELF/custom-fill.yaml
___
ll
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/123274
___
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/123274
___
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 created
https://github.com/llvm/llvm-project/pull/123274
With -DMACHINE=EM_NONE, machine specific
sections, like SHT_ARM_EXIDX, will fall to parse
and set `Type`.
___
llvm-branch-commits mailing list
llvm-branch-commits
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/122576
___
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/122576
___
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 created
https://github.com/llvm/llvm-project/pull/122576
None
___
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/122416
___
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/122416
___
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/122416
___
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/122416
___
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/122416
___
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/122416
___
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/122415
___
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/122415
___
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 created
https://github.com/llvm/llvm-project/pull/122359
None
___
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/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
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/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/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/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/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/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/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/
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/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
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
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
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/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/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
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/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] comment
Created using spr 1.3.4
---
.../Transforms/Instrument
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/3] fixes
Created using spr 1.3.4
---
.../lib/sanitizer_commo
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/104621
>From bc34a65ff8dd13a89a82e39dd2ea668e313eb081 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Fri, 16 Aug 2024 11:31:44 -0700
Subject: [PATCH] undo comment
Created using spr 1.3.4
---
llvm/lib/Transforms/
https://github.com/vitalybuka edited
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
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
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
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/112037
>From abee2b641366897f8905ac61c49ac70d2a4d2a99 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Fri, 11 Oct 2024 12:43:17 -0700
Subject: [PATCH 1/2] format
Created using spr 1.3.4
---
compiler-rt/lib/lsan/l
@@ -0,0 +1,73 @@
+//===-- sanitizer_thread_history.cpp
--===//
+//
+// 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/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 1/2] rebase
Created using spr 1.3.4
---
compiler-rt/lib/saniti
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 1/4] rebase
Created using spr 1.3.4
---
compiler-rt/lib/saniti
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 1/3] rebase
Created using spr 1.3.4
---
compiler-rt/lib/saniti
Author: Vitaly Buka
Date: 2024-09-11T14:51:10-07:00
New Revision: c971a0b9fd3fcf7ff6e87d17c36c58bf090da863
URL:
https://github.com/llvm/llvm-project/commit/c971a0b9fd3fcf7ff6e87d17c36c58bf090da863
DIFF:
https://github.com/llvm/llvm-project/commit/c971a0b9fd3fcf7ff6e87d17c36c58bf090da863.diff
L
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/112037
>From abee2b641366897f8905ac61c49ac70d2a4d2a99 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Fri, 11 Oct 2024 12:43:17 -0700
Subject: [PATCH 1/2] format
Created using spr 1.3.4
---
compiler-rt/lib/lsan/l
Author: Vitaly Buka
Date: 2024-08-30T13:53:29-07:00
New Revision: 4370dd4bb5d3527e8ae5348b3c71d335d2feeb4f
URL:
https://github.com/llvm/llvm-project/commit/4370dd4bb5d3527e8ae5348b3c71d335d2feeb4f
DIFF:
https://github.com/llvm/llvm-project/commit/4370dd4bb5d3527e8ae5348b3c71d335d2feeb4f.diff
L
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/111949
>From 396c12a5c5a8ecef041b333d92b7a3dcaa82a776 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 10 Oct 2024 21:54:59 -0700
Subject: [PATCH 1/3] rebase
Created using spr 1.3.4
---
compiler-rt/lib/lsan/l
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/101753
>From 7bae6880f9a45c94b62be53044b68d4b534b3a36 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Fri, 2 Aug 2024 14:51:25 -0700
Subject: [PATCH] update
Created using spr 1.3.4
---
.../Transforms/Utils/Module
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/111949
>From 396c12a5c5a8ecef041b333d92b7a3dcaa82a776 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 10 Oct 2024 21:54:59 -0700
Subject: [PATCH 1/2] rebase
Created using spr 1.3.4
---
compiler-rt/lib/lsan/l
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/111949
>From 396c12a5c5a8ecef041b333d92b7a3dcaa82a776 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 10 Oct 2024 21:54:59 -0700
Subject: [PATCH 1/2] rebase
Created using spr 1.3.4
---
compiler-rt/lib/lsan/l
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/111949
>From 396c12a5c5a8ecef041b333d92b7a3dcaa82a776 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 10 Oct 2024 21:54:59 -0700
Subject: [PATCH 1/2] rebase
Created using spr 1.3.4
---
compiler-rt/lib/lsan/l
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/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/vitalybuka updated
https://github.com/llvm/llvm-project/pull/111949
>From 396c12a5c5a8ecef041b333d92b7a3dcaa82a776 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 10 Oct 2024 21:54:59 -0700
Subject: [PATCH 1/2] rebase
Created using spr 1.3.4
---
compiler-rt/lib/lsan/l
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
Author: Vitaly Buka
Date: 2024-09-11T08:32:35-07:00
New Revision: 730ca7d1ffc904a7ef3f6d5ae566f8d700f9ee31
URL:
https://github.com/llvm/llvm-project/commit/730ca7d1ffc904a7ef3f6d5ae566f8d700f9ee31
DIFF:
https://github.com/llvm/llvm-project/commit/730ca7d1ffc904a7ef3f6d5ae566f8d700f9ee31.diff
L
1 - 100 of 835 matches
Mail list logo