https://github.com/HaohaiWen edited
https://github.com/llvm/llvm-project/pull/72250
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -62,6 +62,107 @@ static RegisterRegAlloc fastRegAlloc("fast", "fast register
allocator",
namespace {
+/// Assign ascending index for instructions in machine basic block. The index
+/// can be used to determine dominance between instructions in same MBB.
+class InstrPosInd
@@ -62,6 +62,107 @@ static RegisterRegAlloc fastRegAlloc("fast", "fast register
allocator",
namespace {
+/// Assign ascending index for instructions in machine basic block. The index
+/// can be used to determine dominance between instructions in same MBB.
+class InstrPosInd
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 04c473bea3e0f135432698fcaafab52e1fe1b5ec
7bd8eade99bbf2408a35462f1f4f643d9649efb3 --
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Nico Weber (nico)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/76255.diff
1 Files Affected:
- (modified)
lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
(+5-5)
``diff
diff -
https://github.com/nico created https://github.com/llvm/llvm-project/pull/76255
None
>From 7bd8eade99bbf2408a35462f1f4f643d9649efb3 Mon Sep 17 00:00:00 2001
From: Nico Weber
Date: Fri, 22 Dec 2023 12:18:34 -0500
Subject: [PATCH] [lldb/win] Fix -Wmissing-field-initializers warnings after
54981b
Author: Nico Weber
Date: 2023-12-22T12:11:07-05:00
New Revision: 04c473bea3e0f135432698fcaafab52e1fe1b5ec
URL:
https://github.com/llvm/llvm-project/commit/04c473bea3e0f135432698fcaafab52e1fe1b5ec
DIFF:
https://github.com/llvm/llvm-project/commit/04c473bea3e0f135432698fcaafab52e1fe1b5ec.diff
LO
https://github.com/fel-cab updated
https://github.com/llvm/llvm-project/pull/68016
>From dd44de067c26ba94b6561c5ed7fa4a5d812a3d1a Mon Sep 17 00:00:00 2001
From: Felipe Cabarcas
Date: Mon, 18 Sep 2023 12:07:12 +
Subject: [PATCH 01/14] testing Profiler features
---
openmp/libomptarget/src/i
https://github.com/yi-wu-arm updated
https://github.com/llvm/llvm-project/pull/71222
>From e0d99fb5baa4231ab351f7fd5abf0a1ffe589547 Mon Sep 17 00:00:00 2001
From: Yi Wu
Date: Mon, 6 Nov 2023 19:55:06 +
Subject: [PATCH 01/17] FDATE extension implementation: get date and time in
ctime format
https://github.com/HaohaiWen closed
https://github.com/llvm/llvm-project/pull/72250
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/yi-wu-arm updated
https://github.com/llvm/llvm-project/pull/71222
>From e0d99fb5baa4231ab351f7fd5abf0a1ffe589547 Mon Sep 17 00:00:00 2001
From: Yi Wu
Date: Mon, 6 Nov 2023 19:55:06 +
Subject: [PATCH 01/16] FDATE extension implementation: get date and time in
ctime format
https://github.com/yi-wu-arm updated
https://github.com/llvm/llvm-project/pull/71222
>From e0d99fb5baa4231ab351f7fd5abf0a1ffe589547 Mon Sep 17 00:00:00 2001
From: Yi Wu
Date: Mon, 6 Nov 2023 19:55:06 +
Subject: [PATCH 01/15] FDATE extension implementation: get date and time in
ctime format
https://github.com/williamweixiao approved this pull request.
https://github.com/llvm/llvm-project/pull/72250
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/yubingex007-a11y approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/72250
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
antmox wrote:
Hi, looks like patch broke 2 aarch64 bots:
https://lab.llvm.org/buildbot/#/builders/185/builds/5675
https://lab.llvm.org/buildbot/#/builders/179/builds/8880
Could you please look at this?
https://github.com/llvm/llvm-project/pull/76133
__
15 matches
Mail list logo