| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Allow multivalue types in block signature operands | Thomas Lively | 2019-10-15 | 1 | -20/+38 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | [WebAssembly] Do not emit tail calls with return type mismatch | Thomas Lively | 2019-07-30 | 1 | -0/+11 |
| * | [WebAssembly] Compute and export TLS block alignment | Guanzhong Chen | 2019-07-19 | 1 | -1/+1 |
| * | [WebAssembly] Implement thread-local storage (local-exec model) | Guanzhong Chen | 2019-07-16 | 1 | -3/+5 |
| * | [WebAssembly] refactored utilities to not depend on MachineInstr | Wouter van Oortmerssen | 2019-07-12 | 1 | -2/+2 |
| * | [WebAssembly] Add new explicit relocation types for PIC relocations | Sam Clegg | 2019-04-04 | 1 | -6/+21 |
| * | [WebAssembly] Remove unneeded target operand flags | Sam Clegg | 2019-04-03 | 1 | -21/+19 |
| * | [WebAssembly] Initial implementation of PIC code generation | Sam Clegg | 2019-03-26 | 1 | -24/+24 |
| * | [WebAssembly] Remove unneeded MCSymbolRefExpr variants | Sam Clegg | 2019-02-22 | 1 | -7/+2 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -16/+15 |
| * | [WebAssembly] Exception handling: Switch to the new proposal | Heejin Ahn | 2019-01-30 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Add support for the event section | Heejin Ahn | 2018-11-14 | 1 | -12/+37 |
| * | Reland "[WebAssembly] LSDA info generation" | Heejin Ahn | 2018-10-25 | 1 | -0/+7 |
| * | [WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backend | Thomas Lively | 2018-10-22 | 1 | -20/+7 |
| * | Revert "[WebAssembly] LSDA info generation" | Krasimir Georgiev | 2018-10-16 | 1 | -7/+0 |
| * | [WebAssembly] LSDA info generation | Heejin Ahn | 2018-10-16 | 1 | -0/+7 |
| * | [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm | Derek Schuff | 2018-10-03 | 1 | -32/+14 |
| * | WebAssembly: Rename GetSignature to GetLibcallSignature [NFC] | Derek Schuff | 2018-09-27 | 1 | -1/+1 |
| * | [WebAssembly] Add V128 value type to binary format | Thomas Lively | 2018-09-20 | 1 | -0/+2 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -14/+14 |
| * | [WebAssembly] Fixed stale assert message in WebAssemblyMCInstLower | Wouter van Oortmerssen | 2018-09-04 | 1 | -1/+1 |
| * | [WebAssembly][NFC] Document stackifier tablegen backend | Thomas Lively | 2018-08-28 | 1 | -2/+7 |
| * | [WebAssembly] TableGen backend for stackifying instructions | Thomas Lively | 2018-08-27 | 1 | -356/+5 |
| * | [WebAssembly] Added default stack-only instruction mode for MC. | Wouter van Oortmerssen | 2018-08-27 | 1 | -0/+409 |
| * | [WebAssembly] Cleanup of the way globals and global flags are handled | Nicholas Wilson | 2018-08-03 | 1 | -7/+13 |
| * | [WebAssembly] Remove ELF file support. | Sam Clegg | 2018-07-16 | 1 | -40/+29 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [WebAssembly] Fix broken gcc build after rL326454 | Sam Clegg | 2018-03-01 | 1 | -1/+2 |
| * | [WebAssembly] Use uint8_t for single byte values to match the spec | Sam Clegg | 2018-03-01 | 1 | -3/+3 |
| * | [WebAssembly] Add first claass symbol table to wasm objects | Sam Clegg | 2018-02-23 | 1 | -5/+12 |
| * | Fix WebAssembly backend for some LLVM API changes | David Blaikie | 2017-12-15 | 1 | -1/+1 |
| * | [WebAssembly] Fix types for address taken functions | Sam Clegg | 2017-07-05 | 1 | -2/+0 |
| * | [WebAssembly] Use LEB encoding for value types | Derek Schuff | 2017-03-14 | 1 | -18/+18 |
| * | [WebAssembly] Basic support for Wasm object file encoding. | Dan Gohman | 2017-02-24 | 1 | -2/+124 |
| * | [WebAssembly] Use print instead of dump method. | Richard Trieu | 2017-01-28 | 1 | -2/+2 |
| * | [WebAssembly] Make CFG stackification independent of basic-block labels. | Dan Gohman | 2016-01-12 | 1 | -4/+3 |
| * | [WebAssembly] Define WebAssembly-specific relocation codes. | Dan Gohman | 2016-01-11 | 1 | -9/+19 |
| * | [WebAssembly] Trim unneeded #includes. NFC. | Dan Gohman | 2015-12-22 | 1 | -1/+0 |
| * | [WebAssembly] Enable folding of offsets into global variable addresses. | Dan Gohman | 2015-12-06 | 1 | -2/+7 |
| * | [WebAssembly] Delete an obsolete TODO comment. | Dan Gohman | 2015-11-29 | 1 | -1/+0 |
| * | [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC. | Dan Gohman | 2015-11-29 | 1 | -4/+2 |
| * | [WebAssembly] Codegen support for ISD::ExternalSymbol | Dan Gohman | 2015-11-25 | 1 | -0/+8 |
| * | [WebAssembly] Reapply r252858, with svn add for the new file. | Dan Gohman | 2015-11-12 | 1 | -8/+21 |
| * | Revert r252858: "[WebAssembly] Switch to MC for instruction printing." | Hans Wennborg | 2015-11-12 | 1 | -21/+8 |
| * | [WebAssembly] Switch to MC for instruction printing. | Dan Gohman | 2015-11-12 | 1 | -8/+21 |
| * | [WebAssembly] Add WebAssemblyMCInstLower.cpp. | Dan Gohman | 2015-11-05 | 1 | -0/+84 |