[llvm-branch-commits] [YAML] Don't validate `Fill::Size` after error (PR #123280)

2025-01-17 Thread Vitaly Buka via llvm-branch-commits
@@ -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

[llvm-branch-commits] [YAML] Don't validate `Fill::Size` after error (PR #123280)

2025-01-17 Thread Vitaly Buka via llvm-branch-commits
@@ -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

[llvm-branch-commits] [YAML] Don't validate `Fill::Size` after error (PR #123280)

2025-01-17 Thread Vitaly Buka via llvm-branch-commits
@@ -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

[llvm-branch-commits] [YAML] Don't validate `Fill::Size` after error (PR #123280)

2025-01-16 Thread Vitaly Buka via 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

[llvm-branch-commits] [YAML] Don't validate `Fill::Size` after error (PR #123280)

2025-01-16 Thread Vitaly Buka via 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

[llvm-branch-commits] [YAML] Don't validate `Fill::Size` after error (PR #123280)

2025-01-16 Thread Vitaly Buka via 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

[llvm-branch-commits] [yaml2obj] Don't use uninitialized Type (PR #123274)

2025-01-16 Thread Vitaly Buka via 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

[llvm-branch-commits] [yaml2obj] Don't use uninitialized Type (PR #123274)

2025-01-16 Thread Vitaly Buka via 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

[llvm-branch-commits] [yaml2obj] Don't use uninitialized Type (PR #123274)

2025-01-16 Thread Vitaly Buka via 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

[llvm-branch-commits] [ubsan] Pass fsanitize-skip-hot-cutoff into -fsanitize=bounds (PR #122576)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [ubsan] Pass fsanitize-skip-hot-cutoff into -fsanitize=bounds (PR #122576)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [ubsan] Pass fsanitize-skip-hot-cutoff into -fsanitize=bounds (PR #122576)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [NFCI][BoundsChecking] Apply nosanitize on local-bounds instrumentation (PR #122416)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [NFCI][BoundsChecking] Apply nosanitize on local-bounds instrumentation (PR #122416)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [NFCI][BoundsChecking] Apply nosanitize on local-bounds instrumentation (PR #122416)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [NFCI][BoundsChecking] Apply nosanitize on local-bounds instrumentation (PR #122416)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [NFCI][BoundsChecking] Apply nosanitize on local-bounds instrumentation (PR #122416)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [NFCI][BoundsChecking] Apply nosanitize on local-bounds instrumentation (PR #122416)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [nfc][ubsan] Add local-bounds test (PR #122415)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [nfc][ubsan] Add local-bounds test (PR #122415)

2025-01-10 Thread Vitaly Buka via 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

[llvm-branch-commits] [nfc][BoundsChecking] Rename BoundsCheckingOptions into Options (PR #122359)

2025-01-09 Thread Vitaly Buka via 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

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [llvm] [NFC][Load] Find better place for `mustSuppressSpeculation` (PR #100794)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] d71338d - Revert "Revert "[sanitizer] Add CHECKs to validate calculated TLS range" (#10…"

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [NFC][sanitizer] Add Debug utility to print thread history (PR #111948)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [compiler-rt] Convert Maintainers.txt into Maintainers.md (PR #119169)

2024-12-27 Thread Vitaly Buka via 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 +

[llvm-branch-commits] [clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [ubsan] Runtime and driver support for local-bounds (PR #120515)

2024-12-27 Thread Vitaly Buka via 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/

[llvm-branch-commits] [compiler-rt] [ubsan] Runtime and driver support for local-bounds (PR #120515)

2024-12-27 Thread Vitaly Buka via 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/

[llvm-branch-commits] [compiler-rt] [sanitizer] Add TryMemCpy (PR #112668)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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_

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [NFC][sanitizer] Commit test for #106912 (PR #108289)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [libcxx] [libcxx] Workaround for build error after #108999 (PR #110783)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [NFC][sanitizer] Commit test for #106912 (PR #108289)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [sanitizer] Add MemCpyAccessible (PR #112794)

2024-12-27 Thread Vitaly Buka via 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 1/2] fixes Created using spr 1.3.4 --- .../lib/sanitizer_commo

[llvm-branch-commits] [compiler-rt] release/19.x: [lsan] Fix free(NULL) interception during initialization (PR #121100)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [ubsan] Runtime and driver support for local-bounds (PR #120515)

2024-12-27 Thread Vitaly Buka via 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/

[llvm-branch-commits] [compiler-rt] [ubsan] Runtime and driver support for local-bounds (PR #120515)

2024-12-27 Thread Vitaly Buka via 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/

[llvm-branch-commits] [clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [ubsan] Runtime and driver support for local-bounds (PR #120515)

2024-12-27 Thread Vitaly Buka via 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/

[llvm-branch-commits] [compiler-rt] [ubsan] Runtime and driver support for local-bounds (PR #120515)

2024-12-27 Thread Vitaly Buka via 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/

[llvm-branch-commits] [compiler-rt] [NFC][sanitizer] Add Debug utility to print thread history (PR #111948)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [nfc][tsan] Eliminate a few macros (PR #114931)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [ubsan] Runtime and driver support for local-bounds (PR #120515)

2024-12-27 Thread Vitaly Buka via 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/

[llvm-branch-commits] [compiler-rt] [ubsan] Runtime and driver support for local-bounds (PR #120515)

2024-12-27 Thread Vitaly Buka via 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/

[llvm-branch-commits] [compiler-rt] 82c16f8 - Simplify

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [compiler-rt] Convert Maintainers.txt into Maintainers.md (PR #119169)

2024-12-27 Thread Vitaly Buka via 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 |

[llvm-branch-commits] [compiler-rt] [ubsan] Runtime and driver support for local-bounds (PR #120515)

2024-12-27 Thread Vitaly Buka via 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/

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [ubsan] Runtime and driver support for local-bounds (PR #120515)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] cbbe61c - Revert "Revert "[tsan] Don't use `enum __tsan_memory_order` in tsan interface…"

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] 56aff1c - Take into account kDtvOffset

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [compiler-rt] Convert Maintainers.txt into Maintainers.md (PR #119169)

2024-12-27 Thread Vitaly Buka via 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/2] \ Created using spr 1.3.4 --- compiler-rt/Maintainers.md |

[llvm-branch-commits] [compiler-rt] 4d292b3 - Simplify

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [nfc][tsan] Eliminate a few macros (PR #114931)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] d1e90e3 - Revert "Revert "[tsan] Don't use `enum __tsan_memory_order` in tsan interface…"

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] d92d55f - try

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [NFC][sanitizer] Commit test for #106912 (PR #108289)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [lsan] Process non-suspended threads (PR #112807)

2024-12-27 Thread Vitaly Buka via 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_

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [sanitizer] Add MemCpyAccessible (PR #112794)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [lsan] Process non-suspended threads (PR #112807)

2024-12-27 Thread Vitaly Buka via 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_

[llvm-branch-commits] [compiler-rt] [lsan] Process non-suspended threads (PR #112807)

2024-12-27 Thread Vitaly Buka via 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_

[llvm-branch-commits] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Vitaly Buka via 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] comment Created using spr 1.3.4 --- .../Transforms/Instrument

[llvm-branch-commits] [compiler-rt] [sanitizer] Add MemCpyAccessible (PR #112794)

2024-12-27 Thread Vitaly Buka via 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 1/3] fixes Created using spr 1.3.4 --- .../lib/sanitizer_commo

[llvm-branch-commits] [llvm] [asan] Catch `initialization-order-fiasco` in mudules without globals (PR #104621)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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/

[llvm-branch-commits] [compiler-rt] [lsan] Log thread history (PR #111949)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [sanitizer] Add MemCpyAccessible (PR #112794)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [sanitizer] Add MemCpyAccessible (PR #112794)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [lsan] Add debug option to "deflake" leaks (PR #112037)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [NFC][sanitizer] Add Debug utility to print thread history (PR #111948)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
@@ -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

[llvm-branch-commits] [compiler-rt] [sanitizer] Add TryMemCpy (PR #112668)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [sanitizer] Add TryMemCpy (PR #112668)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [sanitizer] Add TryMemCpy (PR #112668)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] c971a0b - Take into account kDtvOffset

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [lsan] Add debug option to "deflake" leaks (PR #112037)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 4370dd4 - Fix use after free

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [lsan] Log thread history (PR #111949)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [NFC][ModuleUtils] Test appendToGlobalCtors/appendToGlobalDtors (PR #101753)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [lsan] Log thread history (PR #111949)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [lsan] Log thread history (PR #111949)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [lsan] Log thread history (PR #111949)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [NFC][sanitizer] Add Debug utility to print thread history (PR #111948)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [NFC][sanitizer] Add Debug utility to print thread history (PR #111948)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] [lsan] Log thread history (PR #111949)

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [NFC][sanitizer] Commit test for #106912 (PR #108289)

2024-12-27 Thread Vitaly Buka via 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

[llvm-branch-commits] [compiler-rt] 730ca7d - try

2024-12-27 Thread Vitaly Buka via llvm-branch-commits
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   2   3   4   5   6   7   8   9   >