]> granicus.if.org Git - llvm/commit
[WebAssembly] Rename except_ref type to exnref
authorHeejin Ahn <aheejin@gmail.com>
Mon, 15 Jul 2019 22:49:25 +0000 (22:49 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Mon, 15 Jul 2019 22:49:25 +0000 (22:49 +0000)
commitb29d4ba62fd5f343243180cf60b51620a9f7fc64
tree7a1814f97adb3f0f89a90161fb84e15262650bf0
parenta7eae67847cb3ada96eb5173eb56e42e26371db2
[WebAssembly] Rename except_ref type to exnref

Summary:
We agreed to rename `except_ref` to `exnref` for consistency with other
reference types in
https://github.com/WebAssembly/exception-handling/issues/79. This also
renames WebAssemblyInstrExceptRef.td to WebAssemblyInstrRef.td in order
to use the file for other reference types in future.

Reviewers: dschuff

Subscribers: sbc100, jgravelle-google, hiraditya, sunfish, jfb, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366145 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
include/llvm/BinaryFormat/Wasm.h
include/llvm/CodeGen/ValueTypes.td
include/llvm/Support/MachineValueType.h
lib/CodeGen/ValueTypes.cpp
lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
lib/Target/WebAssembly/WebAssemblyInstrCall.td
lib/Target/WebAssembly/WebAssemblyInstrControl.td
lib/Target/WebAssembly/WebAssemblyInstrExceptRef.td [deleted file]
lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
lib/Target/WebAssembly/WebAssemblyInstrRef.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
lib/Target/WebAssembly/WebAssemblyRegisterInfo.td
test/CodeGen/WebAssembly/exception.ll
test/MC/Disassembler/WebAssembly/wasm.txt
test/MC/WebAssembly/basic-assembly.s
test/MC/WebAssembly/objdump.s
unittests/Target/WebAssembly/WebAssemblyExceptionInfoTest.cpp
utils/TableGen/CodeGenTarget.cpp