OSDN Git Service

Revert "[WebAssembly] Added default stack-only instruction mode for MC."
authorWouter van Oortmerssen <aardappel@gmail.com>
Fri, 27 Jul 2018 23:19:51 +0000 (23:19 +0000)
committerWouter van Oortmerssen <aardappel@gmail.com>
Fri, 27 Jul 2018 23:19:51 +0000 (23:19 +0000)
commitbbe055241a28fbaa2b138910852659bb8d9cdcb1
tree372f21a36df97d99559d9a3a36888266fd5c0e80
parent134080471cd15929b421b927d66c88980a0c71f0
Revert "[WebAssembly] Added default stack-only instruction mode for MC."

This reverts commit d3c9af4179eae7793d1487d652e2d4e23844555f.
(SVN revision 338164)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338176 91177308-0d34-0410-b5e6-96231b3b80d8
89 files changed:
lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
lib/Target/WebAssembly/WebAssemblyInstrMemory.td
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
test/CodeGen/WebAssembly/address-offsets.ll
test/CodeGen/WebAssembly/atomic-rmw.ll
test/CodeGen/WebAssembly/byval.ll
test/CodeGen/WebAssembly/call.ll
test/CodeGen/WebAssembly/cfg-stackify.ll
test/CodeGen/WebAssembly/cfi.ll
test/CodeGen/WebAssembly/comparisons_f32.ll
test/CodeGen/WebAssembly/comparisons_f64.ll
test/CodeGen/WebAssembly/comparisons_i32.ll
test/CodeGen/WebAssembly/comparisons_i64.ll
test/CodeGen/WebAssembly/conv-trap.ll
test/CodeGen/WebAssembly/conv.ll
test/CodeGen/WebAssembly/copysign-casts.ll
test/CodeGen/WebAssembly/divrem-constant.ll
test/CodeGen/WebAssembly/exception.ll
test/CodeGen/WebAssembly/explicit-locals.mir
test/CodeGen/WebAssembly/f16.ll
test/CodeGen/WebAssembly/f32.ll
test/CodeGen/WebAssembly/f64.ll
test/CodeGen/WebAssembly/fast-isel-br-i1.ll
test/CodeGen/WebAssembly/fast-isel-i24.ll
test/CodeGen/WebAssembly/fast-isel-i256.ll
test/CodeGen/WebAssembly/fast-isel-noreg.ll
test/CodeGen/WebAssembly/fast-isel.ll
test/CodeGen/WebAssembly/frem.ll
test/CodeGen/WebAssembly/func.ll
test/CodeGen/WebAssembly/function-bitcasts-varargs.ll
test/CodeGen/WebAssembly/function-bitcasts.ll
test/CodeGen/WebAssembly/global.ll
test/CodeGen/WebAssembly/i128.ll
test/CodeGen/WebAssembly/i32-load-store-alignment.ll
test/CodeGen/WebAssembly/i32.ll
test/CodeGen/WebAssembly/i64-load-store-alignment.ll
test/CodeGen/WebAssembly/i64.ll
test/CodeGen/WebAssembly/ident.ll
test/CodeGen/WebAssembly/immediates.ll
test/CodeGen/WebAssembly/implicit-def.ll
test/CodeGen/WebAssembly/import-module.ll
test/CodeGen/WebAssembly/indirect-import.ll
test/CodeGen/WebAssembly/inline-asm-m.ll
test/CodeGen/WebAssembly/inline-asm.ll
test/CodeGen/WebAssembly/irreducible-cfg.ll
test/CodeGen/WebAssembly/legalize.ll
test/CodeGen/WebAssembly/libcalls.ll
test/CodeGen/WebAssembly/load-ext-atomic.ll
test/CodeGen/WebAssembly/load-ext.ll
test/CodeGen/WebAssembly/load-store-i1.ll
test/CodeGen/WebAssembly/load.ll
test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll
test/CodeGen/WebAssembly/lower-global-dtors.ll
test/CodeGen/WebAssembly/mem-intrinsics.ll
test/CodeGen/WebAssembly/memory-addr32.ll
test/CodeGen/WebAssembly/muloti4.ll
test/CodeGen/WebAssembly/negative-base-reg.ll
test/CodeGen/WebAssembly/offset-atomics.ll
test/CodeGen/WebAssembly/offset-fastisel.ll
test/CodeGen/WebAssembly/offset-folding.ll
test/CodeGen/WebAssembly/offset.ll
test/CodeGen/WebAssembly/phi.ll
test/CodeGen/WebAssembly/reg-stackify.ll
test/CodeGen/WebAssembly/return-int32.ll
test/CodeGen/WebAssembly/returned.ll
test/CodeGen/WebAssembly/select.ll
test/CodeGen/WebAssembly/signext-arg.ll
test/CodeGen/WebAssembly/signext-inreg.ll
test/CodeGen/WebAssembly/signext-zeroext.ll
test/CodeGen/WebAssembly/simd-arith.ll
test/CodeGen/WebAssembly/stack-alignment.ll
test/CodeGen/WebAssembly/store-trunc-atomic.ll
test/CodeGen/WebAssembly/store-trunc.ll
test/CodeGen/WebAssembly/store.ll
test/CodeGen/WebAssembly/switch.ll
test/CodeGen/WebAssembly/tls.ll
test/CodeGen/WebAssembly/umulo-i64.ll
test/CodeGen/WebAssembly/unsupported-function-bitcasts.ll
test/CodeGen/WebAssembly/unused-argument.ll
test/CodeGen/WebAssembly/userstack.ll
test/CodeGen/WebAssembly/varargs.ll
test/CodeGen/WebAssembly/vtable.ll
test/MC/Disassembler/WebAssembly/wasm.txt
test/MC/WebAssembly/basic-assembly.s
test/MC/WebAssembly/reloc-code.ll
test/MC/WebAssembly/weak-alias.ll
unittests/MC/Disassembler.cpp