| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Unstackify regs after fixing unwinding mismatches | Heejin Ahn | 2019-10-01 | 1 | -0/+5 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -4/+4 |
| * | [WebAssembly] Add CFGStacikfied field to WebAssemblyFunctionInfo | Heejin Ahn | 2019-03-26 | 1 | -1/+11 |
| * | [WebAssembly] Support WebAssemblyFunctionInfo serialization | Heejin Ahn | 2019-03-26 | 1 | -0/+22 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -4/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] replaced .param/.result by .functype | Wouter van Oortmerssen | 2018-11-19 | 1 | -0/+3 |
| * | [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm | Derek Schuff | 2018-10-03 | 1 | -2/+10 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -4/+7 |
| * | [WebAssembly] Cleaned up register accessors in WebAssemblyMachineFunctionInfo.h | Wouter van Oortmerssen | 2018-06-18 | 1 | -10/+14 |
| * | [WebAssembly] Fix fast-isel lowering illegal argument and return types. | Dan Gohman | 2018-05-22 | 1 | -0/+2 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [WebAssembly] Basic support for Wasm object file encoding. | Dan Gohman | 2017-02-24 | 1 | -0/+2 |
| * | [WebAssembly] Emit a BasePointer when we have overly-aligned stack objects | Derek Schuff | 2016-11-07 | 1 | -0/+10 |
| * | [WebAssembly] Implement more WebAssembly binary encoding. | Dan Gohman | 2016-10-24 | 1 | -0/+4 |
| * | [WebAssembly] Add an option to make get_local/set_local explicit. | Dan Gohman | 2016-10-24 | 1 | -0/+1 |
| * | [WebAssemby] Implement block signatures. | Dan Gohman | 2016-10-06 | 1 | -0/+11 |
| * | Remove dead function with incredibly broken assert. | Benjamin Kramer | 2016-06-06 | 1 | -6/+0 |
| * | [WebAssembly] Optimize away return instructions using fallthroughs. | Dan Gohman | 2016-05-21 | 1 | -0/+6 |
| * | [WebAssembly] Move register stackification and coloring to a late phase. | Dan Gohman | 2016-05-10 | 1 | -23/+3 |
| * | [WebAssembly] Switch varags calling convention to use a register | Derek Schuff | 2016-02-10 | 1 | -1/+12 |
| * | [WebAssembly] Implement unaligned loads and stores. | Dan Gohman | 2016-01-26 | 1 | -0/+5 |
| * | Iterate over phys regs instead | Derek Schuff | 2015-12-16 | 1 | -0/+1 |
| * | [WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination | Derek Schuff | 2015-12-11 | 1 | -4/+19 |
| * | [WebAssembly] Trim some unneeded #includes. | Dan Gohman | 2015-12-08 | 1 | -2/+0 |
| * | [WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ... | Dan Gohman | 2015-12-02 | 1 | -1/+1 |
| * | [WebAssembly] Fix WebAssembly register numbering for registers added late. | Dan Gohman | 2015-11-25 | 1 | -0/+8 |
| * | [WebAssembly] Fix function return type printing | Derek Schuff | 2015-11-16 | 1 | -4/+0 |
| * | [WebAssembly] Prototype passes for register coloring and register stackifying. | Dan Gohman | 2015-11-16 | 1 | -0/+19 |
| * | [WebAssembly] Introduce a new pseudo-operand for unused expression results. | Dan Gohman | 2015-11-13 | 1 | -4/+4 |
| * | [WebAssembly] Reapply r252858, with svn add for the new file. | Dan Gohman | 2015-11-12 | 1 | -2/+15 |
| * | Revert r252858: "[WebAssembly] Switch to MC for instruction printing." | Hans Wennborg | 2015-11-12 | 1 | -15/+2 |
| * | [WebAssembly] Switch to MC for instruction printing. | Dan Gohman | 2015-11-12 | 1 | -2/+15 |
| * | [WebAssembly] Support non-legal argument and return types. | Dan Gohman | 2015-11-11 | 1 | -4/+8 |
| * | [WebAssembly] Switch to a more traditional assembly syntax | Dan Gohman | 2015-10-06 | 1 | -1/+7 |
| * | Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the... | Nick Lewycky | 2015-07-29 | 1 | -1/+1 |
| * | [WebAssembly] Initial WebAssembly backend | Dan Gohman | 2015-06-29 | 1 | -0/+37 |