[PATCH] D36904: Add llvm.codeview.annotation to implement MSVC __annotation

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 15:06:27 PDT 2017


rnk updated this revision to Diff 113169.
rnk edited the summary of this revision.
rnk added a comment.

- Use inaccessiblememonly


https://reviews.llvm.org/D36904

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/CodeGen/ISDOpcodes.h
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/include/llvm/CodeGen/SelectionDAG.h
  llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/Target/Target.td
  llvm/include/llvm/Target/TargetOpcodes.def
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/lib/CodeGen/MachineFunction.cpp
  llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/test/CodeGen/X86/label-annotation.ll
  llvm/test/Transforms/Inline/label-annotation.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36904.113169.patch
Type: text/x-patch
Size: 17173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170829/1bc75fff/attachment.bin>


More information about the llvm-commits mailing list