summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...Yury Delendik2019-12-201-0/+6
* [webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-121-8/+8
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-3/+3
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-10/+10
* [WebAssembly] refactored utilities to not depend on MachineInstrWouter van Oortmerssen2019-07-121-4/+4
* [WebAssembly] Rename methods according to instruction name changes (NFC)Heejin Ahn2019-03-191-7/+7
* [WebAssembly] Simplify iterator navigations (NFC)Heejin Ahn2019-03-051-1/+1
* [CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more pl...Craig Topper2019-02-041-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-30/+30
* [WebAssembly] Fix comments in ExplicitLocals (NFC)Heejin Ahn2018-12-291-3/+4
* [WebAssembly] Handle V128 register class in explicit locals passThomas Lively2018-10-091-0/+2
* [WebAssembly] Make tied inline asm operands work againHeejin Ahn2018-09-121-0/+5
* [WebAssembly] Fix operand rewriting in inline asm lowering.Dan Gohman2018-09-041-4/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-19/+21
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-423/+35
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-35/+423
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-419/+35
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-35/+419
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-5/+0
* [WebAssembly] Fix liveness tracking info after drop insertionHeejin Ahn2018-06-191-2/+8
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle2018-03-301-0/+3
* [WebAssembly] Add except_ref as a first-class typeHeejin Ahn2018-03-081-0/+10
* [WebAssembly] Revise the strategy for inline asm.Dan Gohman2017-11-081-0/+20
* [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman2017-02-281-0/+12
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-8/+46
* [WebAssembly] Eliminate an ad-hoc command-line argument.Dan Gohman2016-12-031-0/+5
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-14/+8
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-0/+309
OpenPOWER on IntegriCloud