]> granicus.if.org Git - clang/commit
[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)
commita11eb9ed7825aa26b6e4812f4073a91e9cd3a5b4
tree514bfec4edf0a5599ebd7d43cc89f374ce550886
parent4eae234b3069c843eb8c3a0701cc93c9a4be395a
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323224 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsWebAssembly.def
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtins-wasm.c
test/CodeGen/wasm-arguments.c