| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera... | Yury Delendik | 2019-12-20 | 1 | -0/+10 |
| * | Use MCRegister in copyPhysReg | Matt Arsenault | 2019-11-11 | 1 | -2/+2 |
| * | Prune Analysis includes from SelectionDAG.h | Reid Kleckner | 2019-10-19 | 1 | -1/+1 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -1/+1 |
| * | [WebAssembly] Add missing utility methods for exnref type | Heejin Ahn | 2019-07-15 | 1 | -0/+2 |
| * | [WebAssembly] Rename except_ref type to exnref | Heejin Ahn | 2019-07-15 | 1 | -2/+2 |
| * | [WebAssembly] Remove unneeded target operand flags | Sam Clegg | 2019-04-03 | 1 | -1/+1 |
| * | [WebAssembly] Don't analyze branches after CFGStackify | Heejin Ahn | 2019-03-26 | 1 | -12/+7 |
| * | [WebAssembly] Use named operands to identify loads and stores | Thomas Lively | 2019-03-09 | 1 | -0/+4 |
| * | [WebAssembly] Exception handling: Switch to the new proposal | Heejin Ahn | 2019-01-30 | 1 | -2/+34 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Add V128 to WebAssemblyInstrInfo::copyPhysReg | Thomas Lively | 2018-11-08 | 1 | -0/+2 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -10/+5 |
| * | [WebAssembly] Support instruction selection for catching exceptions | Heejin Ahn | 2018-05-31 | 1 | -1/+2 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [CodeGen] Rename MachineInstrBuilder::addOperand. NFC | Diana Picus | 2017-01-13 | 1 | -4/+2 |
| * | [WebAssembly] Add an option to make get_local/set_local explicit. | Dan Gohman | 2016-10-24 | 1 | -6/+6 |
| * | Finish renaming remaining analyzeBranch functions | Matt Arsenault | 2016-09-14 | 1 | -2/+2 |
| * | Make analyzeBranch family of instruction names consistent | Matt Arsenault | 2016-09-14 | 1 | -1/+1 |
| * | AArch64: Use TTI branch functions in branch relaxation | Matt Arsenault | 2016-09-14 | 1 | -2/+8 |
| * | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 2016-07-15 | 1 | -1/+1 |
| * | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -6/+6 |
| * | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 1 | -2/+2 |
| * | [WebAssembly] Update the br_if instructions' operand orders to match the spec. | Dan Gohman | 2016-02-08 | 1 | -9/+9 |
| * | [WebAssembly] Support frame pointer | Derek Schuff | 2016-01-29 | 1 | -1/+1 |
| * | [WebAssembly] Enhanced register stackification | Dan Gohman | 2016-01-28 | 1 | -0/+16 |
| * | [WebAssembly] Rematerialize constants rather than hold them live in registers. | Dan Gohman | 2016-01-19 | 1 | -6/+20 |
| * | [WebAssembly] Make CFG stackification independent of basic-block labels. | Dan Gohman | 2016-01-12 | 1 | -0/+9 |
| * | [WebAssembly] Convert a regular for loop to a range-based for loop. | Dan Gohman | 2015-12-21 | 1 | -2/+1 |
| * | [WebAssembly] Implement eliminateCallFramePseudo | Derek Schuff | 2015-12-16 | 1 | -2/+6 |
| * | [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla... | Dan Gohman | 2015-12-05 | 1 | -9/+23 |
| * | [WebAssembly] Initial varargs support. | Dan Gohman | 2015-12-04 | 1 | -1/+3 |
| * | [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC. | Dan Gohman | 2015-11-29 | 1 | -7/+7 |
| * | [WebAssembly] Don't use set_local instructions explicitly. | Dan Gohman | 2015-11-23 | 1 | -6/+6 |
| * | [WebAssembly] Enable register coloring and register stackifying. | Dan Gohman | 2015-11-18 | 1 | -1/+16 |
| * | [WebAssembly] Reverse the order of operands for br_if | Derek Schuff | 2015-11-16 | 1 | -4/+4 |
| * | [WebAssembly] Rename BR_IF_ to BR_IF | Dan Gohman | 2015-11-13 | 1 | -2/+2 |
| * | WebAssembly: fix syntax for br_if. | JF Bastien | 2015-10-20 | 1 | -2/+2 |
| * | [WebAssembly] Check in an initial CFG Stackifier pass | Dan Gohman | 2015-09-16 | 1 | -0/+86 |
| * | [WebAssembly] Implement WebAssemblyInstrInfo::copyPhysReg | Dan Gohman | 2015-09-09 | 1 | -0/+8 |
| * | WebAssembly: basic bitcode → assembly CodeGen test | JF Bastien | 2015-07-22 | 1 | -0/+3 |
| * | [WebAssembly] Initial WebAssembly backend | Dan Gohman | 2015-06-29 | 1 | -0/+28 |