[llvm-branch-commits] [lld][WebAssembly] Replace config-> with ctx.arg. (PR #119835)

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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Add support for lowering trunc stores of vector bools. (PR #121169)

2024-12-27 Thread Amara Emerson via 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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Fix legalization for <4 x i1> vector stores. (PR #121185)

2024-12-27 Thread Amara Emerson via 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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Fix legalization for <4 x i1> vector stores. (PR #121185)

2024-12-27 Thread Amara Emerson via 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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Add support for lowering trunc stores of vector bools. (PR #121169)

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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Add support for lowering trunc stores of vector bools. (PR #121169)

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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Fix legalization for <4 x i1> vector stores. (PR #121185)

2024-12-27 Thread Amara Emerson via 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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Fix legalization for <4 x i1> vector stores. (PR #121185)

2024-12-27 Thread Amara Emerson via 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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Add support for lowering trunc stores of vector bools. (PR #121169)

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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Legalize vector boolean bitcasts to scalars by lowering via stack. (PR #121171)

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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Add support for lowering trunc stores of vector bools. (PR #121169)

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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Legalize vector boolean bitcasts to scalars by lowering via stack. (PR #121171)

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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Fix legalization for <4 x i1> vector stores. (PR #121185)

2024-12-27 Thread Amara Emerson via 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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Fix legalization for <4 x i1> vector stores. (PR #121185)

2024-12-27 Thread Amara Emerson via 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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Legalize vector boolean bitcasts to scalars by lowering via stack. (PR #121171)

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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Add support for lowering trunc stores of vector bools. (PR #121169)

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

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Add support for lowering trunc stores of vector bools. (PR #121169)

2024-12-27 Thread Amara Emerson via 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) { +

[llvm-branch-commits] [libcxx] release/18.x: [libcxx] Align `__recommend() + 1` by __endian_factor (#90292) (PR #95264)

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

[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] [libcxx] release/18.x: [libcxx] Align `__recommend() + 1` by __endian_factor (#90292) (PR #95264)

2024-12-27 Thread Louis Dionne via 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

[llvm-branch-commits] [libcxx] release/18.x: [libcxx] Align `__recommend() + 1` by __endian_factor (#90292) (PR #95264)

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

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

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

[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] [ubsan] Runtime and driver support for local-bounds (PR #120515)

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

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

2024-12-27 Thread Nikita Popov via 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

[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] release/19.x: [test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (#108439) (PR #121100)

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

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

2024-12-27 Thread Kirill Stoimenov via 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

[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] [compiler-rt] Convert Maintainers.txt into Maintainers.md (PR #119169)

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

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

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

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

2024-12-27 Thread Evgenii Stepanov via 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

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

2024-12-27 Thread Tomasz Miąsko via llvm-branch-commits
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

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

2024-12-27 Thread Louis Dionne via 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

[llvm-branch-commits] [libcxx] release/18.x: [libcxx] Align `__recommend() + 1` by __endian_factor (#90292) (PR #95264)

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

[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] [lsan] Process non-suspended threads (PR #112807)

2024-12-27 Thread Florian Mayer via 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

[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] [clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)

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

[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] release/19.x: [test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (#108439) (PR #121100)

2024-12-27 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/121100 Backport 1797174ea6adab08474658f9c9748991d172321c ae0ed3d58600da9ec266bf86d0084775f561ba3a d9ed8b018df725faec4076a3efdfcbd7a24c99f0 Requested by: @nikic >From 3486581b10a421da8037c366c89f08a30482f2ad Mon Sep

[llvm-branch-commits] [compiler-rt] release/19.x: [test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (#108439) (PR #121100)

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

[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] release/19.x: [test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (#108439) (PR #121100)

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

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

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

[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 Nikita Popov via llvm-branch-commits
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

[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 Fangrui Song via llvm-branch-commits
@@ -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)

[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] [lsan] Process non-suspended threads (PR #112807)

2024-12-27 Thread Florian Mayer via 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

[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] [sanitizer] Add MemCpyAccessible (PR #112794)

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

[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] [compiler-rt] [nfc][tsan] Eliminate a few macros (PR #114931)

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

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

2024-12-27 Thread Marco Elver via 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

[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] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

2024-12-27 Thread Florian Mayer via 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

[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] [llvm] [msan] Reduces overhead of #113200, by 10% (PR #113201)

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

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

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

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

2024-12-27 Thread Florian Mayer via 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   2   3   >