[PATCH] D52580: [WIP] Refactor use of signatures and store them on the AsmPrinter

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 17:18:53 PDT 2018


dschuff created this revision.
Herald added subscribers: llvm-commits, aheejin, jgravelle-google, sbc100.
dschuff planned changes to this revision.

Repository:
  rL LLVM

https://reviews.llvm.org/D52580

Files:
  include/llvm/BinaryFormat/Wasm.h
  include/llvm/MC/MCSymbolWasm.h
  include/llvm/Object/Wasm.h
  lib/MC/WasmObjectWriter.cpp
  lib/Object/WasmObjectFile.cpp
  lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
  lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
  lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
  lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
  lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h
  tools/obj2yaml/wasm2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52580.167217.patch
Type: text/x-patch
Size: 22197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180927/26834026/attachment.bin>


More information about the llvm-commits mailing list