[PATCH] D57938: [WebAssembly] Update MC for bulk memory

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 21:35:14 PST 2019


tlively created this revision.
tlively added reviewers: sbc100, aardappel, aheejin, dschuff.
Herald added subscribers: llvm-commits, rupprecht, sunfish, hiraditya, jgravelle-google.
Herald added a project: LLVM.

Rename MemoryIndex to Flags and implement logic for determining
presence of other data in ObjectYAML and MC. Also add a .init_flags
assembler directive for setting the flags value from assembly,
although this cannot be tested yet.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D57938

Files:
  lld/test/wasm/call-indirect.ll
  lld/test/wasm/comdats.ll
  lld/test/wasm/data-layout.ll
  lld/test/wasm/gc-sections.ll
  lld/test/wasm/local-symbols.ll
  lld/test/wasm/locals-duplicate.test
  lld/test/wasm/many-functions.ll
  lld/test/wasm/relocatable.ll
  lld/test/wasm/shared.ll
  lld/test/wasm/weak-symbols.ll
  llvm/include/llvm/BinaryFormat/Wasm.h
  llvm/include/llvm/MC/MCSectionWasm.h
  llvm/include/llvm/ObjectYAML/WasmYAML.h
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/lib/ObjectYAML/WasmYAML.cpp
  llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
  llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
  llvm/test/MC/WebAssembly/bss.ll
  llvm/test/MC/WebAssembly/comdat.ll
  llvm/test/MC/WebAssembly/explicit-sections.ll
  llvm/test/MC/WebAssembly/external-data.ll
  llvm/test/MC/WebAssembly/global-ctor-dtor.ll
  llvm/test/MC/WebAssembly/init-flags.ll
  llvm/test/MC/WebAssembly/unnamed-data.ll
  llvm/test/MC/WebAssembly/weak-alias.ll
  llvm/test/ObjectYAML/wasm/data_section.yaml
  llvm/test/ObjectYAML/wasm/linking_section.yaml
  llvm/test/tools/llvm-nm/wasm/exports.yaml
  llvm/test/tools/llvm-nm/wasm/weak-symbols.yaml
  llvm/tools/obj2yaml/wasm2yaml.cpp
  llvm/tools/yaml2obj/yaml2wasm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57938.185910.patch
Type: text/x-patch
Size: 37945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190208/1ad148c7/attachment.bin>


More information about the llvm-commits mailing list