[PATCH] D54647: [WebAssembly] Initial implementation of PIC code generation

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 12:36:35 PDT 2019


sbc100 updated this revision to Diff 191558.
sbc100 edited the summary of this revision.
sbc100 added a comment.

- cleanup


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54647/new/

https://reviews.llvm.org/D54647

Files:
  lld/test/wasm/shared.ll
  lld/wasm/InputFiles.cpp
  llvm/include/llvm/MC/MCSymbolWasm.h
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyISD.def
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
  llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.h
  llvm/test/CodeGen/WebAssembly/address-offsets.ll
  llvm/test/CodeGen/WebAssembly/call-pic.ll
  llvm/test/CodeGen/WebAssembly/load-store-pic.ll
  llvm/test/MC/WebAssembly/reloc-pic.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54647.191558.patch
Type: text/x-patch
Size: 58221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190320/3b1865bc/attachment.bin>


More information about the llvm-commits mailing list