aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-29[WebAssembly] Add signatures for RINT builtinsThomas Lively1-0/+6
2019-05-23[WebAssembly] Implement __builtin_return_address for emscriptenThomas Lively1-0/+5
2019-05-21[WebAssembly] Add the signature for the new llround builtin functionDan Gohman1-0/+22
2019-04-30[WebAssembly] Support f16 libcallsDan Gohman1-1/+18
2019-04-29[WebAssembly] Make an assertion message prettier. NFC.Dan Gohman1-2/+2
2019-04-29[WebAssembly] Define the signature for __stack_chk_failDan Gohman1-1/+9
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn1-38/+38
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-27WebAssembly: Rename GetSignature to GetLibcallSignature [NFC]Derek Schuff1-7/+9
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn1-5/+2
2018-07-24Put "built-in" function definitions in global Used list, for LTO. (fix bug 34...Peter Collingbourne1-1/+1
2018-05-31[WebAssembly] Fix the signatures for the __mulo* libcalls.Dan Gohman1-3/+31
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-03-02[WebAssembly] Avoid cast ExprType to wasm::ValTypeSam Clegg1-31/+30
2018-02-26[WebAssembly] Relax constexpr for old standard libraries.Benjamin Kramer1-1/+1
2018-02-23[WebAssembly] Fix macro metaprogram to not duplicate code as much.Benjamin Kramer1-7/+11
2018-01-20[WebAssembly] Fix MSVC buildDerek Schuff1-5/+6
2018-01-19[WebAssembly] Fix libcall signature lookupDerek Schuff1-13/+14
2018-01-18[WebAssembly] Remove duplicated RTLIB namesDerek Schuff1-976/+394
2018-01-17Add support for emitting libcalls for x86_fp80 -> fp128 and vice-versaBenjamin Kramer1-0/+4
2018-01-09[WebAssembly] Update libcall signature listsDerek Schuff1-0/+60
2017-12-19Fix Wasm as a follow up to r321035 and the other oneReid Kleckner1-1/+7
2017-07-12Add element atomic memset intrinsicDaniel Neilson1-0/+11
2017-07-12[WebAssembly] Mark element atomic memcpy/memmove intrinsics as unsupportedHeejin Ahn1-11/+10
2017-07-12Fix to web assembly lib call listDaniel Neilson1-0/+11
2017-03-14[WebAssembly] Use LEB encoding for value typesDerek Schuff1-181/+177
2017-02-22[WebAssembly] Define a table of function signatures for runtime library calls.Dan Gohman1-0/+1306