summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/wasm-arguments.c
Commit message (Collapse)AuthorAgeFilesLines
* LLVM IR: Generate new-style byval-with-Type from ClangTim Northover2019-06-051-6/+6
| | | | | | | | | | | LLVM IR recently added a Type parameter to the byval Attribute, so that when pointers become opaque and no longer have an element type the information will still be present in IR. For now the Type parameter is optional (which is why Clang didn't need this change at the time), but it will become mandatory soon. llvm-svn: 362652
* [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