Page MenuHomePhabricator

RamNalamothu (Venkata Ramanaiah Nalamothu)
User

Projects

User does not belong to any projects.

User Details

User Since
Feb 25 2020, 6:50 PM (159 w, 5 d)

Recent Activity

Fri, Mar 3

RamNalamothu added a comment to D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.

Thanks for the clarification @jrtc27.

Fri, Mar 3, 3:44 AM · Restricted Project, Restricted Project

Thu, Mar 2

RamNalamothu added a comment to D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.

As I already replied earlier, there is not enough context to reach the MachineFunction from the symbol or determine if relaxation is enabled for the given address range.

Thu, Mar 2, 8:09 AM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.

Remove unnecessary checks for relaxation flags in "target-features".

Thu, Mar 2, 8:05 AM · Restricted Project, Restricted Project

Sun, Feb 26

RamNalamothu updated the diff for D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.

Created a virtual method in AsmPrinter instead of using MCSubtargetInfo::checkFeatures.

Sun, Feb 26, 11:10 PM · Restricted Project, Restricted Project

Fri, Feb 24

RamNalamothu added a comment to D143645: [llvm] Fix MCSubtargetInfo::checkFeatures to handle unknown features correctly.

Is this new behavior visible through some existing non-test callers of MCSubtargetInfo::checkFeatures? Could that be tested using a lit-style test to demonstrate that this behavior is desirable/correct at that scope, beyond the narrower unit test?

Without this change, few lit tests will fail with the updated changeset for D140478. Would that be sufficient to showcase that this change is needed?

Could you walk me through that in more detail - oh, is that other patch checking for features in generic code on platforms/targets that don't support those features at all? Maybe that's a problem/the thing that should be fixed, and that other code should be moved to some target-specific hook?

That's what it looks like to me. I also think that some virtual methods a target can override would be a better way to solve this.

Fri, Feb 24, 12:14 PM · Restricted Project, Restricted Project
RamNalamothu added inline comments to D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.
Fri, Feb 24, 11:57 AM · Restricted Project, Restricted Project
RamNalamothu added a comment to D143645: [llvm] Fix MCSubtargetInfo::checkFeatures to handle unknown features correctly.

Is this new behavior visible through some existing non-test callers of MCSubtargetInfo::checkFeatures? Could that be tested using a lit-style test to demonstrate that this behavior is desirable/correct at that scope, beyond the narrower unit test?

Fri, Feb 24, 4:02 AM · Restricted Project, Restricted Project
RamNalamothu added a comment to D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.

Few lit tests will fail for using MCSubtargetInfo::checkFeatures without D143645.

Fri, Feb 24, 3:54 AM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.

Address review comments.

Fri, Feb 24, 3:49 AM · Restricted Project, Restricted Project

Wed, Feb 22

RamNalamothu added a comment to D143645: [llvm] Fix MCSubtargetInfo::checkFeatures to handle unknown features correctly.

Ping.

Wed, Feb 22, 10:00 PM · Restricted Project, Restricted Project

Feb 16 2023

RamNalamothu added a comment to D143645: [llvm] Fix MCSubtargetInfo::checkFeatures to handle unknown features correctly.

Ping.

Feb 16 2023, 5:28 PM · Restricted Project, Restricted Project

Feb 12 2023

RamNalamothu added a comment to D143645: [llvm] Fix MCSubtargetInfo::checkFeatures to handle unknown features correctly.

Thanks for the comments @dblaikie @craig.topper.

Feb 12 2023, 11:02 PM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D143645: [llvm] Fix MCSubtargetInfo::checkFeatures to handle unknown features correctly.

Address review comments.

Feb 12 2023, 10:55 PM · Restricted Project, Restricted Project

Feb 9 2023

RamNalamothu added a reviewer for D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries: asb.
Feb 9 2023, 7:04 AM · Restricted Project, Restricted Project
RamNalamothu added a reviewer for D143645: [llvm] Fix MCSubtargetInfo::checkFeatures to handle unknown features correctly: apazos.
Feb 9 2023, 6:37 AM · Restricted Project, Restricted Project
RamNalamothu requested review of D143645: [llvm] Fix MCSubtargetInfo::checkFeatures to handle unknown features correctly.
Feb 9 2023, 6:35 AM · Restricted Project, Restricted Project

Dec 22 2022

RamNalamothu added a comment to D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.

Is there any mechanism that tests whether a given range bounded by two labels may be subject to linker relaxation? It'd be nice to have that abstraction and use it here (& in some other places in DWARF emission) rather than hardcoding one particular architecture.

Dec 22 2022, 3:30 AM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.

Introduce an MCAsmInfo API to check if linker relaxation is enabled for generating relocatable symbol references.

Dec 22 2022, 3:07 AM · Restricted Project, Restricted Project

Dec 21 2022

RamNalamothu updated the diff for D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.

Another attempt to fix the pre-merge check failure.

Dec 21 2022, 8:56 AM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.

Fix the pre-merge checks test failure.

Dec 21 2022, 8:10 AM · Restricted Project, Restricted Project
RamNalamothu requested review of D140478: [RISCV] For Dwarf v5, emit indices into .debug_addr for range list entries.
Dec 21 2022, 6:52 AM · Restricted Project, Restricted Project

Dec 5 2022

RamNalamothu added reviewers for D139024: [Backend][AsmPrinter][CFI] Generate unwind table entries in .eh_frame when the uwtable attribute is present.: scott.linder, t-tye.

http://logan.tw/llvm/nounwind.html might be helpful in throwing some light on the problem being solved here.

Dec 5 2022, 1:26 AM · Restricted Project, Restricted Project

Aug 25 2022

RamNalamothu updated the diff for D76884: [AMDGPU] Implement -amdgpu-spill-cfi-saved-regs.

Incorporated all the downstream changes.

Aug 25 2022, 9:16 AM · Restricted Project, debug-info, Restricted Project
RamNalamothu updated the diff for D76883: [AMDGPU] Implement CFI for CSR spills.

Incorporated all the downstream changes.

Aug 25 2022, 9:06 AM · Restricted Project, debug-info, Restricted Project
RamNalamothu updated the diff for D76882: [AMDGPU] Implement CFI for non-kernel functions.

Incorporated all the downstream changes.

Aug 25 2022, 8:57 AM · Restricted Project, debug-info, Restricted Project
RamNalamothu updated the diff for D76880: [AMDGPU] Emit entry function CFI.

Incorporated all the downstream changes.

Aug 25 2022, 8:31 AM · Restricted Project, debug-info, Restricted Project

Aug 24 2022

RamNalamothu updated the diff for D76884: [AMDGPU] Implement -amdgpu-spill-cfi-saved-regs.

Rebase onto LLVM mainline top of the tree.

Aug 24 2022, 8:39 AM · Restricted Project, debug-info, Restricted Project

Aug 23 2022

RamNalamothu updated the diff for D76883: [AMDGPU] Implement CFI for CSR spills.

Rebase onto LLVM top of the tree.

Aug 23 2022, 2:52 AM · Restricted Project, debug-info, Restricted Project

Aug 22 2022

RamNalamothu updated the diff for D76882: [AMDGPU] Implement CFI for non-kernel functions.

Rebase onto LLVM top of the tree.

Aug 22 2022, 3:04 PM · Restricted Project, debug-info, Restricted Project
RamNalamothu updated the diff for D76880: [AMDGPU] Emit entry function CFI.

Rebase onto LLVM top of the tree.

Aug 22 2022, 2:07 PM · Restricted Project, debug-info, Restricted Project

Aug 10 2022

RamNalamothu added inline comments to D131485: [AMDGPU] Fix prologue/epilogue markers in .debug_line table for trivial functions.
Aug 10 2022, 10:35 AM · Restricted Project, Restricted Project
RamNalamothu committed rG486594119ddb: [AMDGPU] Fix prologue/epilogue markers in .debug_line table for trivial… (authored by RamNalamothu).
[AMDGPU] Fix prologue/epilogue markers in .debug_line table for trivial…
Aug 10 2022, 10:30 AM · Restricted Project, Restricted Project
RamNalamothu closed D131485: [AMDGPU] Fix prologue/epilogue markers in .debug_line table for trivial functions.
Aug 10 2022, 10:30 AM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D131485: [AMDGPU] Fix prologue/epilogue markers in .debug_line table for trivial functions.

Address review comments.

Aug 10 2022, 1:42 AM · Restricted Project, Restricted Project

Aug 9 2022

RamNalamothu requested review of D131485: [AMDGPU] Fix prologue/epilogue markers in .debug_line table for trivial functions.
Aug 9 2022, 4:27 AM · Restricted Project, Restricted Project

Aug 5 2022

RamNalamothu added a comment to D130784: [AMDGPU] Support LDS spilling.

I don't think there are any issues.

Aug 5 2022, 6:32 AM · Restricted Project, Restricted Project

Jul 11 2022

RamNalamothu committed rG370266aec543: [llvm][docs] Fix typos to say subclasses need to override virtual methods but… (authored by RamNalamothu).
[llvm][docs] Fix typos to say subclasses need to override virtual methods but…
Jul 11 2022, 9:55 AM · Restricted Project, Restricted Project
RamNalamothu closed D129484: [llvm][docs] Fix typos to say subclasses need to override virtual methods but not overload.
Jul 11 2022, 9:55 AM · Restricted Project, Restricted Project
RamNalamothu requested review of D129484: [llvm][docs] Fix typos to say subclasses need to override virtual methods but not overload.
Jul 11 2022, 6:30 AM · Restricted Project, Restricted Project
RamNalamothu committed rG419cc0a0b2ab: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers (authored by RamNalamothu).
[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers
Jul 11 2022, 6:16 AM · Restricted Project
RamNalamothu closed D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.
Jul 11 2022, 6:15 AM · Restricted Project, Restricted Project
RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

then we may need to find someone with an arm machine.

I tried this patch on AArch64 and did not get any new failures. You can go ahead and reland. If there's still issues I can help fix them.

Jul 11 2022, 5:17 AM · Restricted Project, Restricted Project

Jul 8 2022

RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

Ping.

Jul 8 2022, 10:29 AM · Restricted Project, Restricted Project

Jul 1 2022

RamNalamothu updated the diff for D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

Make the test case insensitive to compiler optimizations.

Jul 1 2022, 9:50 AM · Restricted Project, Restricted Project
RamNalamothu reopened D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.
Jul 1 2022, 9:50 AM · Restricted Project, Restricted Project

Jun 27 2022

RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

FYI this caused a test breakage at lldb-aarch64-ubuntu, https://lab.llvm.org/buildbot/#/builders/96/builds/25128. I have reverted this in fe6db8d03ff16a65f57af24d2cb04f489e2e9b0c

Jun 27 2022, 9:27 AM · Restricted Project, Restricted Project

Jun 24 2022

RamNalamothu committed rGa57b62deef37: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers (authored by RamNalamothu).
[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers
Jun 24 2022, 11:31 AM · Restricted Project
RamNalamothu closed D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.
Jun 24 2022, 11:31 AM · Restricted Project, Restricted Project
RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

Thank you.

Jun 24 2022, 10:57 AM · Restricted Project, Restricted Project
RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

Sorry for spamming. But I am not sure if you have received my previous messages.

Jun 24 2022, 9:35 AM · Restricted Project, Restricted Project

Jun 23 2022

RamNalamothu committed rG5d2cc4d838c1: [AMDGPU][NFC] Correct typo in DWARF Extensions For Heterogeneous Debugging (authored by RamNalamothu).
[AMDGPU][NFC] Correct typo in DWARF Extensions For Heterogeneous Debugging
Jun 23 2022, 10:35 PM · Restricted Project, Restricted Project
RamNalamothu closed D128210: [AMDGPU][NFC] Correct typo in DWARF Extensions For Heterogeneous Debugging.
Jun 23 2022, 10:35 PM · Restricted Project, Restricted Project

Jun 21 2022

RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

Ping.

Jun 21 2022, 9:31 PM · Restricted Project, Restricted Project

Jun 20 2022

RamNalamothu requested review of D128210: [AMDGPU][NFC] Correct typo in DWARF Extensions For Heterogeneous Debugging.
Jun 20 2022, 8:22 AM · Restricted Project, Restricted Project

Jun 17 2022

RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

For some reason I'm not getting mail notifications for review changes, sorry about that.

This is certainly better than the original implementation. Among other things, if we find an exact match, we really shouldn't be doing any more inexact matches, so after the first exact hit it should have switched exact to true.

But if you had line tables laid out like (this is in increasing order of address:

10
20
30
10
16

and you did "thread until 15", this would find the inexact match at 20, switch to an exact match for line 20 and find no other matches. But the gap between 10 & 16 in the line table is maybe an even more plausible place to put the line 15 until breakpoint, so maybe we did want to throw a breakpoint there as well?

@jingham
Nope, with the current patch, we would find the inexact match at 16.

Jun 17 2022, 11:47 AM · Restricted Project, Restricted Project

Jun 14 2022

RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

@jingham looks like you missed to notice this one as well.

Jun 14 2022, 10:39 PM · Restricted Project, Restricted Project
RamNalamothu committed rGab7fcf24849d: [LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID (authored by RamNalamothu).
[LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID
Jun 14 2022, 8:22 PM · Restricted Project
RamNalamothu closed D48865: [LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID.
Jun 14 2022, 8:22 PM · Restricted Project, Restricted Project
RamNalamothu committed rG340b0ca90095: [llvm] Add DW_CC_nocall to function debug metadata when either return values or… (authored by RamNalamothu).
[llvm] Add DW_CC_nocall to function debug metadata when either return values or…
Jun 14 2022, 3:00 PM · Restricted Project, Restricted Project
RamNalamothu closed D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.
Jun 14 2022, 3:00 PM · Restricted Project, Restricted Project
RamNalamothu added inline comments to D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.
Jun 14 2022, 1:10 PM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.

Address feedback.

Jun 14 2022, 1:06 PM · Restricted Project, Restricted Project
RamNalamothu added a comment to D48865: [LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID.

Ping.

Jun 14 2022, 11:55 AM · Restricted Project, Restricted Project
RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

Ping.

Jun 14 2022, 11:54 AM · Restricted Project, Restricted Project

Jun 13 2022

RamNalamothu added inline comments to D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.
Jun 13 2022, 9:30 PM · Restricted Project, Restricted Project
RamNalamothu added inline comments to D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.
Jun 13 2022, 6:52 PM · Restricted Project, Restricted Project

Jun 12 2022

RamNalamothu updated the diff for D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.

Removed llvm/IR/Metadata.h header inclusion.

Jun 12 2022, 1:34 AM · Restricted Project, Restricted Project
RamNalamothu added inline comments to D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.
Jun 12 2022, 12:40 AM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.

Address feedback.

Jun 12 2022, 12:34 AM · Restricted Project, Restricted Project

Jun 9 2022

RamNalamothu added a comment to D48865: [LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID.

Ping.

Jun 9 2022, 7:19 AM · Restricted Project, Restricted Project
RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

Ping.

Jun 9 2022, 7:19 AM · Restricted Project, Restricted Project

Jun 8 2022

RamNalamothu added a comment to D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.

Thank you @aprantl.

Jun 8 2022, 9:41 PM · Restricted Project, debug-info, Restricted Project

Jun 7 2022

RamNalamothu added inline comments to D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.
Jun 7 2022, 1:16 AM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.

Address review feedback.

Jun 7 2022, 1:13 AM · Restricted Project, Restricted Project

Jun 6 2022

RamNalamothu requested review of D127134: [llvm] Add DW_CC_nocall to function debug metadata when either return values or arguments are removed.
Jun 6 2022, 10:59 AM · Restricted Project, Restricted Project
RamNalamothu added a comment to D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.

Thank you very much @djtodoro.

Jun 6 2022, 8:02 AM · Restricted Project, debug-info, Restricted Project

Jun 5 2022

RamNalamothu added a comment to D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.

Ping.

Jun 5 2022, 8:02 AM · Restricted Project, debug-info, Restricted Project
RamNalamothu added a comment to D48865: [LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID.

Does this look good now to land?

Jun 5 2022, 7:59 AM · Restricted Project, Restricted Project
RamNalamothu added a comment to D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

Does this look good now to land?

Jun 5 2022, 7:59 AM · Restricted Project, Restricted Project

Jun 2 2022

RamNalamothu added reviewers for D48865: [LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID: wallace, JDevlieghere, clayborg.
Jun 2 2022, 11:46 PM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D48865: [LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID.

Went ahead and added the error capturing for setting incorrect thread id and also the fix.

Jun 2 2022, 11:44 PM · Restricted Project, Restricted Project
RamNalamothu added a reviewer for D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers: wallace.
Jun 2 2022, 11:17 PM · Restricted Project, Restricted Project
RamNalamothu added reviewers for D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers: labath, JDevlieghere.
Jun 2 2022, 10:08 AM · Restricted Project, Restricted Project
RamNalamothu updated the diff for D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.

Added the test coverage.

Jun 2 2022, 10:04 AM · Restricted Project, Restricted Project
RamNalamothu committed rGc6ad6901734f: [lldb, test] Fix typos in the lldb tests (authored by RamNalamothu).
[lldb, test] Fix typos in the lldb tests
Jun 2 2022, 12:16 AM · Restricted Project
RamNalamothu closed D126596: [lldb, test] Fix typos in the lldb tests.
Jun 2 2022, 12:16 AM · Restricted Project, Restricted Project

Jun 1 2022

RamNalamothu added a reviewer for D126596: [lldb, test] Fix typos in the lldb tests: JDevlieghere.
Jun 1 2022, 10:36 AM · Restricted Project, Restricted Project

May 28 2022

RamNalamothu commandeered D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers.
May 28 2022, 8:03 PM · Restricted Project, Restricted Project
RamNalamothu requested review of D126596: [lldb, test] Fix typos in the lldb tests.
May 28 2022, 8:40 AM · Restricted Project, Restricted Project
RamNalamothu updated subscribers of D48865: [LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID.

I have tried to add a test but it's becoming difficult for me to come-up with a failing test scenario. Is it okay to commit this without a test?

May 28 2022, 6:58 AM · Restricted Project, Restricted Project

May 27 2022

RamNalamothu commandeered D48865: [LLDB] CommandObjectThreadUntil::DoExecute() sets the wrong selected thread ID.
May 27 2022, 7:38 AM · Restricted Project, Restricted Project

May 18 2022

RamNalamothu added a comment to D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.

Ping

May 18 2022, 7:12 AM · Restricted Project, debug-info, Restricted Project

May 5 2022

RamNalamothu added a comment to D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.

Ping.

May 5 2022, 2:39 AM · Restricted Project, debug-info, Restricted Project

Apr 7 2022

RamNalamothu added a comment to D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.

Ping

Apr 7 2022, 6:36 AM · Restricted Project, debug-info, Restricted Project

Mar 22 2022

RamNalamothu added a comment to D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.

@djtodoro thanks for the quick response

Mar 22 2022, 7:13 AM · Restricted Project, debug-info, Restricted Project
RamNalamothu updated the diff for D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.

Address feedback.

Mar 22 2022, 6:49 AM · Restricted Project, debug-info, Restricted Project
RamNalamothu added a comment to D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.

Could someone review/comment/approve this revision?

Mar 22 2022, 2:13 AM · Restricted Project, debug-info, Restricted Project
RamNalamothu updated the summary of D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.
Mar 22 2022, 2:05 AM · Restricted Project, debug-info, Restricted Project
RamNalamothu updated the diff for D76878: Implement DW_{OP,AT}_LLVM_* for Heterogeneous Debugging.

Rebase onto ToT.

Mar 22 2022, 2:04 AM · Restricted Project, debug-info, Restricted Project

Mar 8 2022

RamNalamothu committed rG04fff547e281: [AMDGPU] Move call clobbered return address registers s[30:31] to callee saved… (authored by RamNalamothu).
[AMDGPU] Move call clobbered return address registers s[30:31] to callee saved…
Mar 8 2022, 10:48 PM · Restricted Project