summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
Commit message (Expand)AuthorAgeFilesLines
* Put "built-in" function definitions in global Used list, for LTO. (fix bug 34...Peter Collingbourne2018-07-241-1/+1
* [WebAssembly] Fix the signatures for the __mulo* libcalls.Dan Gohman2018-05-311-3/+31
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Avoid cast ExprType to wasm::ValTypeSam Clegg2018-03-021-31/+30
* [WebAssembly] Relax constexpr for old standard libraries.Benjamin Kramer2018-02-261-1/+1
* [WebAssembly] Fix macro metaprogram to not duplicate code as much.Benjamin Kramer2018-02-231-7/+11
* [WebAssembly] Fix MSVC buildDerek Schuff2018-01-201-5/+6
* [WebAssembly] Fix libcall signature lookupDerek Schuff2018-01-191-13/+14
* [WebAssembly] Remove duplicated RTLIB namesDerek Schuff2018-01-181-976/+394
* Add support for emitting libcalls for x86_fp80 -> fp128 and vice-versaBenjamin Kramer2018-01-171-0/+4
* [WebAssembly] Update libcall signature listsDerek Schuff2018-01-091-0/+60
* Fix Wasm as a follow up to r321035 and the other oneReid Kleckner2017-12-191-1/+7
* Add element atomic memset intrinsicDaniel Neilson2017-07-121-0/+11
* [WebAssembly] Mark element atomic memcpy/memmove intrinsics as unsupportedHeejin Ahn2017-07-121-11/+10
* Fix to web assembly lib call listDaniel Neilson2017-07-121-0/+11
* [WebAssembly] Use LEB encoding for value typesDerek Schuff2017-03-141-181/+177
* [WebAssembly] Define a table of function signatures for runtime library calls.Dan Gohman2017-02-221-0/+1306
OpenPOWER on IntegriCloud