aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add cbrt function signaturesThomas Lively2020-02-131-0/+3
* [WebAssembly] Fix signature of __powitf2 libcallSam Clegg2020-02-071-1/+8
* [TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...Craig Topper2020-01-101-6/+0
* [WebAssembly] Add signatures for RINT builtinsThomas Lively2019-05-291-0/+6
* [WebAssembly] Implement __builtin_return_address for emscriptenThomas Lively2019-05-231-0/+5
* [WebAssembly] Add the signature for the new llround builtin functionDan Gohman2019-05-211-0/+22
* [WebAssembly] Support f16 libcallsDan Gohman2019-04-301-1/+18
* [WebAssembly] Make an assertion message prettier. NFC.Dan Gohman2019-04-291-2/+2
* [WebAssembly] Define the signature for __stack_chk_failDan Gohman2019-04-291-1/+9
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-38/+38
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* WebAssembly: Rename GetSignature to GetLibcallSignature [NFC]Derek Schuff2018-09-271-7/+9
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-5/+2
* 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