[PATCH] D29670: [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer and reference types

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 16:07:59 PST 2017


This revision was automatically updated to reflect the committed changes.
kzhuravl marked 2 inline comments as done.
Closed by commit rL297320: [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer… (authored by kzhuravl).

Changed prior to commit:
  https://reviews.llvm.org/D29670?vs=89409&id=91098#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29670

Files:
  llvm/trunk/bindings/go/llvm/DIBuilderBindings.cpp
  llvm/trunk/docs/AMDGPUUsage.rst
  llvm/trunk/include/llvm/IR/DIBuilder.h
  llvm/trunk/include/llvm/IR/DebugInfoMetadata.h
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/Bitcode/Reader/MetadataLoader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/trunk/lib/IR/AsmWriter.cpp
  llvm/trunk/lib/IR/DIBuilder.cpp
  llvm/trunk/lib/IR/DebugInfoMetadata.cpp
  llvm/trunk/lib/IR/LLVMContextImpl.h
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/test/Assembler/debug-info.ll
  llvm/trunk/test/Bitcode/upgrade-pointer-address-space.ll
  llvm/trunk/test/Bitcode/upgrade-pointer-address-space.ll.bc
  llvm/trunk/test/DebugInfo/AMDGPU/pointer-address-space-dwarf-v1.ll
  llvm/trunk/test/DebugInfo/AMDGPU/pointer-address-space.ll
  llvm/trunk/test/Verifier/diderivedtype-address-space-atomic-type.ll
  llvm/trunk/test/Verifier/diderivedtype-address-space-const-type.ll
  llvm/trunk/test/Verifier/diderivedtype-address-space-friend.ll
  llvm/trunk/test/Verifier/diderivedtype-address-space-inheritance.ll
  llvm/trunk/test/Verifier/diderivedtype-address-space-member.ll
  llvm/trunk/test/Verifier/diderivedtype-address-space-ptr-to-member-type.ll
  llvm/trunk/test/Verifier/diderivedtype-address-space-restrict-type.ll
  llvm/trunk/test/Verifier/diderivedtype-address-space-rvalue-reference-type.ll
  llvm/trunk/test/Verifier/diderivedtype-address-space-typedef.ll
  llvm/trunk/test/Verifier/diderivedtype-address-space-volatile-type.ll
  llvm/trunk/unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29670.91098.patch
Type: text/x-patch
Size: 49499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170309/08b72e1f/attachment.bin>


More information about the llvm-commits mailing list