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

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 18:49:10 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL346825: [WebAssembly] Add support for the event section (authored by aheejin, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D54096?vs=173816&id=173977#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D54096

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54096.173977.patch
Type: text/x-patch
Size: 73545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181114/5bd9c728/attachment.bin>


More information about the llvm-commits mailing list