[WebAssembly] Add AsmString strings for most instructions.
authorDan Gohman <dan433584@gmail.com>
Thu, 5 Nov 2015 20:42:30 +0000 (20:42 +0000)
committerDan Gohman <dan433584@gmail.com>
Thu, 5 Nov 2015 20:42:30 +0000 (20:42 +0000)
commit651ccf4012bee3c8d33b16a0d4958cf3550e4ef3
treedd6dab545db36cc78a43843bd3764923423bc9ad
parentae31b98bc3240caa2093d6cb4bf195a338a7a626
[WebAssembly] Add AsmString strings for most instructions.

Mangling type information into MachineInstr opcode names was a temporary
measure, and it's starting to get hairy. At the same time, the MC instruction
printer wants to use AsmString strings for printing. This patch takes the
first step, starting the process of adding AsmStrings for instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252203 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyInstrControl.td
lib/Target/WebAssembly/WebAssemblyInstrConv.td
lib/Target/WebAssembly/WebAssemblyInstrFloat.td
lib/Target/WebAssembly/WebAssemblyInstrFormats.td
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
lib/Target/WebAssembly/WebAssemblyInstrInteger.td
lib/Target/WebAssembly/WebAssemblyInstrMemory.td