| Commit message (Expand) | Author | Age | Files | Lines |
| * | [TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R... | Craig Topper | 2020-01-10 | 1 | -6/+0 |
| * | [WebAssembly] Add signatures for RINT builtins | Thomas Lively | 2019-05-29 | 1 | -0/+6 |
| * | [WebAssembly] Implement __builtin_return_address for emscripten | Thomas Lively | 2019-05-23 | 1 | -0/+5 |
| * | [WebAssembly] Add the signature for the new llround builtin function | Dan Gohman | 2019-05-21 | 1 | -0/+22 |
| * | [WebAssembly] Support f16 libcalls | Dan Gohman | 2019-04-30 | 1 | -1/+18 |
| * | [WebAssembly] Make an assertion message prettier. NFC. | Dan Gohman | 2019-04-29 | 1 | -2/+2 |
| * | [WebAssembly] Define the signature for __stack_chk_fail | Dan Gohman | 2019-04-29 | 1 | -1/+9 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -38/+38 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | WebAssembly: Rename GetSignature to GetLibcallSignature [NFC] | Derek Schuff | 2018-09-27 | 1 | -7/+9 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -5/+2 |
| * | Put "built-in" function definitions in global Used list, for LTO. (fix bug 34... | Peter Collingbourne | 2018-07-24 | 1 | -1/+1 |
| * | [WebAssembly] Fix the signatures for the __mulo* libcalls. | Dan Gohman | 2018-05-31 | 1 | -3/+31 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [WebAssembly] Avoid cast ExprType to wasm::ValType | Sam Clegg | 2018-03-02 | 1 | -31/+30 |
| * | [WebAssembly] Relax constexpr for old standard libraries. | Benjamin Kramer | 2018-02-26 | 1 | -1/+1 |
| * | [WebAssembly] Fix macro metaprogram to not duplicate code as much. | Benjamin Kramer | 2018-02-23 | 1 | -7/+11 |
| * | [WebAssembly] Fix MSVC build | Derek Schuff | 2018-01-20 | 1 | -5/+6 |
| * | [WebAssembly] Fix libcall signature lookup | Derek Schuff | 2018-01-19 | 1 | -13/+14 |
| * | [WebAssembly] Remove duplicated RTLIB names | Derek Schuff | 2018-01-18 | 1 | -976/+394 |
| * | Add support for emitting libcalls for x86_fp80 -> fp128 and vice-versa | Benjamin Kramer | 2018-01-17 | 1 | -0/+4 |
| * | [WebAssembly] Update libcall signature lists | Derek Schuff | 2018-01-09 | 1 | -0/+60 |
| * | Fix Wasm as a follow up to r321035 and the other one | Reid Kleckner | 2017-12-19 | 1 | -1/+7 |
| * | Add element atomic memset intrinsic | Daniel Neilson | 2017-07-12 | 1 | -0/+11 |
| * | [WebAssembly] Mark element atomic memcpy/memmove intrinsics as unsupported | Heejin Ahn | 2017-07-12 | 1 | -11/+10 |
| * | Fix to web assembly lib call list | Daniel Neilson | 2017-07-12 | 1 | -0/+11 |
| * | [WebAssembly] Use LEB encoding for value types | Derek Schuff | 2017-03-14 | 1 | -181/+177 |
| * | [WebAssembly] Define a table of function signatures for runtime library calls. | Dan Gohman | 2017-02-22 | 1 | -0/+1306 |