summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/wasm-arguments.c
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-08-311-1/+0
| | | | | | | | | | Summary: This patch runs clang-format on all wasm-only files. Subscribers: dschuff, sbc100, jgravelle-google, sunfish, jfb, cfe-commits Differential Revision: https://reviews.llvm.org/D51448 llvm-svn: 341254
* [WebAssembly] Add mem.* builtin functions.Dan Gohman2018-01-231-2/+2
| | | | | | | This corresponds to r323222 in LLVM. The new names are not yet finalized, so use them at your own risk. llvm-svn: 323224
* [WebAssembly] Change long double to be quadruple-precision floating point.Dan Gohman2015-11-101-2/+2
| | | | llvm-svn: 252646
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+93
This implements basic support for compiling (though not yet assembling or linking) for a WebAssembly target. Note that ABI details are not yet finalized, and may change. Differential Revision: http://reviews.llvm.org/D12002 llvm-svn: 246814
OpenPOWER on IntegriCloud