[PATCH] D54096: [WebAssembly] Add support for the event section

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 02:20:24 PST 2018


aheejin updated this revision to Diff 172725.
aheejin marked 2 inline comments as done.
aheejin added a comment.

- Changed event section number to 12
- Deleted yaml2wasm error checking routine that insists section codes should be monotonically increasing
- Changed the term 'label' to 'symbol' in `WasmException::endModule()`


Repository:
  rL LLVM

https://reviews.llvm.org/D54096

Files:
  include/llvm/BinaryFormat/Wasm.h
  include/llvm/BinaryFormat/WasmRelocs.def
  include/llvm/CodeGen/WasmEHFuncInfo.h
  include/llvm/MC/MCExpr.h
  include/llvm/MC/MCSymbolWasm.h
  include/llvm/Object/RelocVisitor.h
  include/llvm/Object/Wasm.h
  include/llvm/ObjectYAML/WasmYAML.h
  lib/BinaryFormat/Wasm.cpp
  lib/CodeGen/AsmPrinter/WasmException.cpp
  lib/CodeGen/AsmPrinter/WasmException.h
  lib/MC/MCExpr.cpp
  lib/MC/WasmObjectWriter.cpp
  lib/Object/WasmObjectFile.cpp
  lib/ObjectYAML/WasmYAML.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
  lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  lib/Target/WebAssembly/WebAssemblyISD.def
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.h
  lib/Target/WebAssembly/WebAssemblyInstrControl.td
  lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
  lib/Target/WebAssembly/WebAssemblyMCInstLower.h
  test/CodeGen/WebAssembly/exception.ll
  test/MC/WebAssembly/event-section.ll
  test/ObjectYAML/wasm/event_section.yaml
  tools/obj2yaml/wasm2yaml.cpp
  tools/yaml2obj/yaml2wasm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54096.172725.patch
Type: text/x-patch
Size: 71540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181106/d8b4befd/attachment.bin>


More information about the llvm-commits mailing list