| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera... | Yury Delendik | 2019-12-20 | 1 | -0/+6 |
| * | [webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-12 | 1 | -8/+8 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -3/+3 |
| * | [WebAssembly] Rename except_ref type to exnref | Heejin Ahn | 2019-07-15 | 1 | -10/+10 |
| * | [WebAssembly] refactored utilities to not depend on MachineInstr | Wouter van Oortmerssen | 2019-07-12 | 1 | -4/+4 |
| * | [WebAssembly] Rename methods according to instruction name changes (NFC) | Heejin Ahn | 2019-03-19 | 1 | -7/+7 |
| * | [WebAssembly] Simplify iterator navigations (NFC) | Heejin Ahn | 2019-03-05 | 1 | -1/+1 |
| * | [CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more pl... | Craig Topper | 2019-02-04 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Massive instruction renaming | Thomas Lively | 2019-01-08 | 1 | -30/+30 |
| * | [WebAssembly] Fix comments in ExplicitLocals (NFC) | Heejin Ahn | 2018-12-29 | 1 | -3/+4 |
| * | [WebAssembly] Handle V128 register class in explicit locals pass | Thomas Lively | 2018-10-09 | 1 | -0/+2 |
| * | [WebAssembly] Make tied inline asm operands work again | Heejin Ahn | 2018-09-12 | 1 | -0/+5 |
| * | [WebAssembly] Fix operand rewriting in inline asm lowering. | Dan Gohman | 2018-09-04 | 1 | -4/+2 |
| * | [WebAssembly] Added default stack-only instruction mode for MC. | Wouter van Oortmerssen | 2018-08-27 | 1 | -19/+21 |
| * | Revert "[WebAssembly] Added default stack-only instruction mode for MC." | Wouter van Oortmerssen | 2018-08-13 | 1 | -423/+35 |
| * | [WebAssembly] Added default stack-only instruction mode for MC. | Wouter van Oortmerssen | 2018-08-10 | 1 | -35/+423 |
| * | Revert "[WebAssembly] Added default stack-only instruction mode for MC." | Wouter van Oortmerssen | 2018-07-27 | 1 | -419/+35 |
| * | [WebAssembly] Added default stack-only instruction mode for MC. | Wouter van Oortmerssen | 2018-07-27 | 1 | -35/+419 |
| * | [WebAssembly] Remove ELF file support. | Sam Clegg | 2018-07-16 | 1 | -5/+0 |
| * | [WebAssembly] Fix liveness tracking info after drop insertion | Heejin Ahn | 2018-06-19 | 1 | -2/+8 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -3/+3 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -2/+2 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [WebAssembly] Register wasm passes with the PassRegistry | Jacob Gravelle | 2018-03-30 | 1 | -0/+3 |
| * | [WebAssembly] Add except_ref as a first-class type | Heejin Ahn | 2018-03-08 | 1 | -0/+10 |
| * | [WebAssembly] Revise the strategy for inline asm. | Dan Gohman | 2017-11-08 | 1 | -0/+20 |
| * | [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta... | Dan Gohman | 2017-02-28 | 1 | -0/+12 |
| * | [WebAssembly] Basic support for Wasm object file encoding. | Dan Gohman | 2017-02-24 | 1 | -8/+46 |
| * | [WebAssembly] Eliminate an ad-hoc command-line argument. | Dan Gohman | 2016-12-03 | 1 | -0/+5 |
| * | [WebAssembly] Implement more WebAssembly binary encoding. | Dan Gohman | 2016-10-24 | 1 | -14/+8 |
| * | [WebAssembly] Add an option to make get_local/set_local explicit. | Dan Gohman | 2016-10-24 | 1 | -0/+309 |