[PATCH] D52580: Refactor WasmSignature and use it for MCSymbolWasm
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 28 18:04:46 PDT 2018
dschuff updated this revision to Diff 167575.
dschuff added a comment.
- Merge branch 'master' into signatures
- add assert
- Don't compute signature in EmitEndOfAsmFile if one is already there
- Handle SRet in ComputeSignatureVTs
- Fix -Wcovered-switch-default
- Use ComputeSignatureVTs in more places
Repository:
rL LLVM
https://reviews.llvm.org/D52580
Files:
include/llvm/BinaryFormat/Wasm.h
include/llvm/MC/MCSymbolWasm.h
include/llvm/Object/Wasm.h
include/llvm/Object/WasmTraits.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/WebAssemblyISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
test/MC/WebAssembly/external-func-address.ll
test/MC/WebAssembly/types.ll
tools/obj2yaml/wasm2yaml.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52580.167575.patch
Type: text/x-patch
Size: 29574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180929/e1129047/attachment.bin>
More information about the llvm-commits
mailing list