| Commit message (Expand) | Author | Age | Files | Lines |
| * | [webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-12 | 1 | -9/+9 |
| * | 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 | -3/+3 |
| * | [WebAssembly] refactored utilities to not depend on MachineInstr | Wouter van Oortmerssen | 2019-07-12 | 1 | -2/+2 |
| * | [CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more pl... | Craig Topper | 2019-02-04 | 1 | -3/+3 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -64/+62 |
| * | [WebAssembly] Exception handling: Switch to the new proposal | Heejin Ahn | 2019-01-30 | 1 | -0/+30 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Fix updating/moving DBG_VALUEs in RegStackify | Yury Delendik | 2019-01-15 | 1 | -52/+14 |
| * | [WebAssembly] Fix stack pointer store check in RegStackify | Heejin Ahn | 2019-01-10 | 1 | -13/+5 |
| * | [WebAssembly] Massive instruction renaming | Thomas Lively | 2019-01-08 | 1 | -5/+5 |
| * | [WebAssembly] Delete an unnecessary line in RegStackify | Heejin Ahn | 2018-12-26 | 1 | -1/+0 |
| * | [WebAssembly] Fix typos in comments in RegStackify (NFC) | Heejin Ahn | 2018-12-26 | 1 | -2/+2 |
| * | [WebAssembly] Emit a splat for v128 IMPLICIT_DEF | Thomas Lively | 2018-12-20 | 1 | -6/+10 |
| * | [WebAssembly] Handle vector IMPLICIT_DEFs. | Thomas Lively | 2018-10-31 | 1 | -0/+5 |
| * | [WebAssembly] Fix MRI.hasOneNonDBGUse assert in WebAssemblyRegStackify pass | Yury Delendik | 2018-09-26 | 1 | -2/+2 |
| * | [WebAssembly] Move/clone DBG_VALUE during WebAssemblyRegStackify pass | Yury Delendik | 2018-09-25 | 1 | -0/+59 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -29/+41 |
| * | [WebAssembly] Use getCalleeOpNo utility function (NFC) | Heejin Ahn | 2018-08-28 | 1 | -14/+2 |
| * | [WebAssembly] Remove ELF file support. | Sam Clegg | 2018-07-16 | 1 | -9/+1 |
| * | [WebAssembly] Support instruction selection for catching exceptions | Heejin Ahn | 2018-05-31 | 1 | -2/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -12/+12 |
| * | [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/+4 |
| * | [WebAssembly] Disable tee_local optimizations when targeting the ELF ABI. | Dan Gohman | 2017-12-20 | 1 | -1/+9 |
| * | Fix WebAssembly backend for some LLVM API changes | David Blaikie | 2017-12-15 | 1 | -2/+2 |
| * | Rename LiveIntervalAnalysis.h to LiveIntervals.h | Matthias Braun | 2017-12-13 | 1 | -1/+1 |
| * | [WebAssembly] Use __stack_pointer global when writing wasm binary | Sam Clegg | 2017-06-16 | 1 | -22/+10 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [WebAssembly] Add support for using a wasm global for the stack pointer. | Dan Gohman | 2017-02-24 | 1 | -10/+24 |
| * | [WebAssembly] Convert stackified IMPLICIT_DEF into constant 0. | Dan Gohman | 2016-11-08 | 1 | -0/+37 |
| * | [WebAssembly] Add an option to make get_local/set_local explicit. | Dan Gohman | 2016-10-24 | 1 | -20/+14 |
| * | [WebAssembly] Update to more stack-machine-oriented terminology. | Dan Gohman | 2016-10-03 | 1 | -11/+11 |
| * | [WebAssemby] Clean up an obsolete comment. | Dan Gohman | 2016-10-03 | 1 | -2/+1 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | [WebAssembly] Make register stackification more conservative | Derek Schuff | 2016-09-30 | 1 | -19/+15 |
| * | Fix WebAssembly broken build related to interface change in r281172. | Eric Liu | 2016-09-12 | 1 | -2/+1 |
| * | [CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL... | Justin Lebar | 2016-09-10 | 1 | -1/+1 |
| * | [WebAssembly] Handle debug information and virtual registers without crashing... | Dominic Chen | 2016-08-17 | 1 | -2/+2 |
| * | Revert "[WebAssembly] Handle debug information and virtual registers without ... | Duncan P. N. Exon Smith | 2016-08-17 | 1 | -2/+2 |
| * | [WebAssembly] Handle debug information and virtual registers without crashing | Dominic Chen | 2016-08-17 | 1 | -2/+2 |
| * | [WebAssembly] Cleanup trailing whitespace | Dominic Chen | 2016-08-11 | 1 | -2/+2 |
| * | [WebAssembly] Initial SIMD128 support. | Derek Schuff | 2016-08-02 | 1 | -1/+7 |
| * | WebAssembly: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 1 | -21/+20 |
| * | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -21/+20 |
| * | [WebAssembly] Speed up LiveIntervals updating. | Dan Gohman | 2016-05-23 | 1 | -6/+9 |
| * | [WebAssembly] Model the stack evaluation order more precisely. | Dan Gohman | 2016-05-17 | 1 | -20/+40 |
| * | [WebAssembly] Don't stackify calls past stack pointer modifications. | Dan Gohman | 2016-05-17 | 1 | -12/+33 |
| * | [WebAssembly] Stackify induction variable increment instructions. | Dan Gohman | 2016-05-17 | 1 | -28/+65 |