[PATCH] D76877: Implement DW_CFA_LLVM_def_cfa_aspace

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 12:29:36 PDT 2020


scott.linder created this revision.
Herald added subscribers: llvm-commits, kerbowa, MaskRay, hiraditya, tpr, nhaehnle, jvesely, emaste.
Herald added a reviewer: espindola.
Herald added a reviewer: jhenderson.
Herald added a project: LLVM.
scott.linder added a child revision: D76878: Implement new DW_OP_LLVM_* operations.

Add support in MC/MIR for writing/parsing.

Update llvm/docs/AMDGPUUsage.rst to reflect the encoding.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76877

Files:
  llvm/docs/AMDGPUUsage.rst
  llvm/include/llvm/BinaryFormat/Dwarf.def
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  llvm/include/llvm/MC/MCDwarf.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  llvm/lib/CodeGen/CFIInstrInserter.cpp
  llvm/lib/CodeGen/MIRParser/MILexer.cpp
  llvm/lib/CodeGen/MIRParser/MILexer.h
  llvm/lib/CodeGen/MIRParser/MIParser.cpp
  llvm/lib/CodeGen/MachineOperand.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCDwarf.cpp
  llvm/lib/MC/MCParser/AsmParser.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/test/CodeGen/MIR/AArch64/cfi.mir
  llvm/test/MC/ELF/cfi-llvm-def-cfa-aspace.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_frame_LLVM_def_cfa_aspace.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76877.252937.patch
Type: text/x-patch
Size: 18212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/498c728a/attachment-0001.bin>


More information about the llvm-commits mailing list