aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-19[WebAssembly] Rename methods according to instruction name changes (NFC)Heejin Ahn1-7/+7
2019-03-05[WebAssembly] Simplify iterator navigations (NFC)Heejin Ahn1-1/+1
2019-02-04[CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more pl...Craig Topper1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively1-30/+30
2018-12-29[WebAssembly] Fix comments in ExplicitLocals (NFC)Heejin Ahn1-3/+4
2018-10-09[WebAssembly] Handle V128 register class in explicit locals passThomas Lively1-0/+2
2018-09-12[WebAssembly] Make tied inline asm operands work againHeejin Ahn1-0/+5
2018-09-04[WebAssembly] Fix operand rewriting in inline asm lowering.Dan Gohman1-4/+2
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen1-19/+21
2018-08-13Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen1-423/+35
2018-08-10[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen1-35/+423
2018-07-27Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen1-419/+35
2018-07-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen1-35/+419
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg1-5/+0
2018-06-19[WebAssembly] Fix liveness tracking info after drop insertionHeejin Ahn1-2/+8
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-3/+3
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen1-2/+2
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-03-30[WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle1-0/+3
2018-03-08[WebAssembly] Add except_ref as a first-class typeHeejin Ahn1-0/+10
2017-11-08[WebAssembly] Revise the strategy for inline asm.Dan Gohman1-0/+20
2017-02-28[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman1-0/+12
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman1-8/+46
2016-12-03[WebAssembly] Eliminate an ad-hoc command-line argument.Dan Gohman1-0/+5
2016-10-24[WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman1-14/+8
2016-10-24[WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman1-0/+309