[all-commits] [llvm/llvm-project] cc1b9b: [WebAssembly] 64-bit (function) pointer fixes.

Wouter van Oortmerssen via All-commits all-commits at lists.llvm.org
Thu Jul 16 14:10:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cc1b9b680f890962cbc3e1eec32a352c3c20849e
      https://github.com/llvm/llvm-project/commit/cc1b9b680f890962cbc3e1eec32a352c3c20849e
  Author: Wouter van Oortmerssen <aardappel at gmail.com>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M lld/wasm/InputChunks.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/MarkLive.cpp
    M lld/wasm/Relocations.cpp
    M llvm/include/llvm/BinaryFormat/WasmRelocs.def
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/Object/RelocationResolver.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
    A llvm/test/CodeGen/WebAssembly/function-pointer64.ll

  Log Message:
  -----------
  [WebAssembly] 64-bit (function) pointer fixes.

Accounting for the fact that Wasm function indices are 32-bit, but in wasm64 we want uniform 64-bit pointers.
Includes reloc types for 64-bit table indices.

Differential Revision: https://reviews.llvm.org/D83729




More information about the All-commits mailing list