[WebAssembly] Add mem.* builtin functions.
authorDan Gohman <dan433584@gmail.com>
Tue, 23 Jan 2018 17:04:04 +0000 (17:04 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 23 Jan 2018 17:04:04 +0000 (17:04 +0000)
commit4f637e0ccca8268118292db48b820ccb29587d05
tree0f642b9282a385d949be3a25f2c4be86c423013b
parent6ff241fc991fe0a34c09d9cba79acdf294fd8240
[WebAssembly] Add mem.* builtin functions.

This corresponds to r323222 in LLVM. The new names are not yet
finalized, so use them at your own risk.

llvm-svn: 323224
clang/include/clang/Basic/BuiltinsWebAssembly.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/builtins-wasm.c
clang/test/CodeGen/wasm-arguments.c