[Lldb-commits] [compiler-rt] [libcxx] [llvm] [clang] [clang-tools-extra] [libunwind] [mlir] [lldb] [libcxxabi] [flang] [libc] [libunwind][libcxx][libcxxabi] Fix Exception Handling build for wasm (PR #

2024-01-27 Thread via lldb-commits
https://github.com/trcrsired edited https://github.com/llvm/llvm-project/pull/79667 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [compiler-rt] [libcxx] [llvm] [clang] [clang-tools-extra] [libunwind] [mlir] [lldb] [libcxxabi] [flang] [libc] [libunwind][libcxx][libcxxabi] Fix build for wasm (PR #79667)

2024-01-27 Thread via lldb-commits
https://github.com/trcrsired updated https://github.com/llvm/llvm-project/pull/79667 >From 55c3537800b0a310999f58e2b410dc5c1a6f91e4 Mon Sep 17 00:00:00 2001 From: trcrsired Date: Fri, 26 Jan 2024 18:44:41 -0500 Subject: [PATCH 1/3] [libunwind] Fix build for wasm The wasm unwind build appears

[Lldb-commits] [compiler-rt] [libcxx] [llvm] [clang] [clang-tools-extra] [libunwind] [mlir] [lldb] [libcxxabi] [flang] [libc] [libunwind][libcxx][libcxxabi] Fix build for wasm (PR #79667)

2024-01-27 Thread via lldb-commits
https://github.com/trcrsired edited https://github.com/llvm/llvm-project/pull/79667 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [compiler-rt] [libcxx] [llvm] [clang] [clang-tools-extra] [libunwind] [mlir] [lldb] [libcxxabi] [flang] [libc] [libunwind] Fix build for wasm (PR #79667)

2024-01-27 Thread via lldb-commits
https://github.com/trcrsired updated https://github.com/llvm/llvm-project/pull/79667 >From 55c3537800b0a310999f58e2b410dc5c1a6f91e4 Mon Sep 17 00:00:00 2001 From: trcrsired Date: Fri, 26 Jan 2024 18:44:41 -0500 Subject: [PATCH 1/2] [libunwind] Fix build for wasm The wasm unwind build appears

[Lldb-commits] [mlir] [libc] [lldb] [flang] [libcxxabi] [lld] [libcxx] [clang-tools-extra] [compiler-rt] [llvm] [clang] [mlir][complex] Prevent underflow in complex.abs (PR #76316)

2024-01-27 Thread Mehdi Amini via lldb-commits
joker-eph wrote: I had to revert because this broke a bot: https://lab.llvm.org/buildbot/#/builders/264/builds/6131 ``` # RUN: at line 1 /vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.obj/bin/mlir-opt

[Lldb-commits] [lldb] [LLDB] Default implementation for pack indexing types. (PR #79695)

2024-01-27 Thread Jie Fu 傅杰 via lldb-commits
DamonFool wrote: > @DamonFool Can you review that for me? Thanks! `ninja check-lldb` passed on Linux/x64. So I think it's fine. Thanks for fixing it. https://github.com/llvm/llvm-project/pull/79695 ___ lldb-commits mailing list

[Lldb-commits] [lldb] [lldb][NFCI] Remove m_being_created from Breakpoint classes (PR #79716)

2024-01-27 Thread via lldb-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 02d3a799e7eb2997950d6a288a08a5e51ff0ff59 2f5ccf2e8fea01cd60ce521fede82d3789b383eb --

[Lldb-commits] [lldb] [lldb][NFCI] Remove m_being_created from Breakpoint classes (PR #79716)

2024-01-27 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Alex Langford (bulbazord) Changes The purpose of m_being_created in these classes was to prevent broadcasting an event related to these Breakpoints during the creation of the breakpoint (i.e. in the constructor). In Breakpoint and

[Lldb-commits] [lldb] [lldb][NFCI] Remove m_being_created from Breakpoint classes (PR #79716)

2024-01-27 Thread Alex Langford via lldb-commits
https://github.com/bulbazord created https://github.com/llvm/llvm-project/pull/79716 The purpose of m_being_created in these classes was to prevent broadcasting an event related to these Breakpoints during the creation of the breakpoint (i.e. in the constructor). In Breakpoint and Watchpoint,

[Lldb-commits] [clang] [flang] [llvm] [libcxx] [libc] [clang-tools-extra] [lldb] [libc++][ranges] LWG4001: `iota_view` should provide `empty` (PR #79687)

2024-01-27 Thread Hristo Hristov via lldb-commits
https://github.com/Zingam updated https://github.com/llvm/llvm-project/pull/79687 >From 87fe530b0a6afffb041f727ce261affc59d39d50 Mon Sep 17 00:00:00 2001 From: Zingam Date: Thu, 11 Jan 2024 10:04:20 +0200 Subject: [PATCH 1/3] [libc++][ranges] LWG4001: `iota_view` should provide `empty`

[Lldb-commits] [llvm] [mlir] [clang-tools-extra] [libcxx] [compiler-rt] [flang] [libc] [lldb] [clang] intrinsic to generate a bfi instruction (PR #79672)

2024-01-27 Thread Rama Malladi via lldb-commits
https://github.com/RamaMalladiAWS updated https://github.com/llvm/llvm-project/pull/79672 >From 1928947cf7563aea26bffd7a8f3603ade1ca31d6 Mon Sep 17 00:00:00 2001 From: Rama Malladi Date: Sat, 27 Jan 2024 02:11:47 + Subject: [PATCH] intrinsic to generate a bfi instruction BFI: Bit Field

[Lldb-commits] [lldb] [mlir] [flang] [compiler-rt] [libc] [libcxx] [clang-tools-extra] [lld] [llvm] [clang] [mlir][transform] Add elementwise criteria to `match.structured.body` (PR #79626)

2024-01-27 Thread via lldb-commits
https://github.com/srcarroll updated https://github.com/llvm/llvm-project/pull/79626 >From ab475c9ffb7c3562bad4772389e97b82e9f110c0 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 26 Jan 2024 11:55:06 -0600 Subject: [PATCH 1/3] Add elementwise criteria to match.structured.body ---

[Lldb-commits] [lldb] [LLDB] Default implementation for pack indexing types. (PR #79695)

2024-01-27 Thread via lldb-commits
https://github.com/cor3ntin closed https://github.com/llvm/llvm-project/pull/79695 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 57a20d2 - [LLDB] Default implementation for pack indexing types. (#79695)

2024-01-27 Thread via lldb-commits
Author: cor3ntin Date: 2024-01-27T16:25:28+01:00 New Revision: 57a20d2d09bbd3cc501fc6d8b4746be2040c99b7 URL: https://github.com/llvm/llvm-project/commit/57a20d2d09bbd3cc501fc6d8b4746be2040c99b7 DIFF: https://github.com/llvm/llvm-project/commit/57a20d2d09bbd3cc501fc6d8b4746be2040c99b7.diff

[Lldb-commits] [lldb] [LLDB] Default implementation for pack indexing types. (PR #79695)

2024-01-27 Thread via lldb-commits
cor3ntin wrote: I am landing this as to fix the CI build quickly Feel free to do a post-commit review! https://github.com/llvm/llvm-project/pull/79695 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [lldb] [LLDB] Default implementation for pack indexing types. (PR #79695)

2024-01-27 Thread via lldb-commits
cor3ntin wrote: @DamonFool Can you review that for me? Thanks! https://github.com/llvm/llvm-project/pull/79695 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Default implementation for pack indexing types. (PR #79695)

2024-01-27 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: cor3ntin (cor3ntin) Changes We do not handle these types yet but we add them to some switch statement to ensure CI build does not fail. --- Full diff: https://github.com/llvm/llvm-project/pull/79695.diff 1 Files Affected: - (modified)

[Lldb-commits] [lldb] [LLDB] Default implementation for pack indexing types. (PR #79695)

2024-01-27 Thread via lldb-commits
https://github.com/cor3ntin created https://github.com/llvm/llvm-project/pull/79695 We do not handle these types yet but we add them to some switch statement to ensure CI build does not fail. >From fd5be4df3ed75f60e5c343b29eb1d0fea1a41016 Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date:

[Lldb-commits] [libc] [compiler-rt] [llvm] [lldb] [flang] [clang-tools-extra] [lld] [libcxx] [clang] [VPlan] Implement cloning of VPlans. (PR #73158)

2024-01-27 Thread Florian Hahn via lldb-commits
https://github.com/fhahn closed https://github.com/llvm/llvm-project/pull/73158 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lld] [clang-tools-extra] [libcxx] [flang] [clang] [libc] [lldb] [compiler-rt] [llvm] [VPlan] Implement cloning of VPlans. (PR #73158)

2024-01-27 Thread Florian Hahn via lldb-commits
https://github.com/fhahn updated https://github.com/llvm/llvm-project/pull/73158 >From 13a26e8e7440c3b501730b22588af393a3e543cd Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Thu, 6 Jul 2023 08:07:45 +0100 Subject: [PATCH 1/5] [VPlan] Implement cloning of VPlans. This patch implements

[Lldb-commits] [lld] [clang-tools-extra] [libcxx] [flang] [clang] [libc] [lldb] [compiler-rt] [llvm] [VPlan] Implement cloning of VPlans. (PR #73158)

2024-01-27 Thread Florian Hahn via lldb-commits
https://github.com/fhahn updated https://github.com/llvm/llvm-project/pull/73158 >From 13a26e8e7440c3b501730b22588af393a3e543cd Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Thu, 6 Jul 2023 08:07:45 +0100 Subject: [PATCH 1/4] [VPlan] Implement cloning of VPlans. This patch implements

[Lldb-commits] [compiler-rt] [mlir] [llvm] [flang] [clang] [clang-tools-extra] [libunwind] [libc] [lld] [libcxx] [lldb] Reland: [libc++][format] P2637R3: Member visit (std::basic_format_arg) #76449 (P

2024-01-27 Thread Hristo Hristov via lldb-commits
H-G-Hristov wrote: > I tried this branch on our Windows builders although I'm not sure if it's > related or not to this patch: > > ``` > # COMPILED WITH > C:/b/s/w/ir/x/w/llvm_build/./bin/clang-cl.exe > C:\b\s\w\ir\x\w\github-H-G-Hristov-llvm-project\libcxx\test\libcxx\fuzzing\random.pass.cpp