aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-18[WebAssembly] Replace all calls with generalized multivalue callsThomas Lively1-54/+4
2020-02-18[WebAssembly] Implement multivalue call_indirectsThomas Lively1-2/+5
2020-02-18Reland "[WebAssembly][InstrEmitter] Foundation for multivalue call lowering"Thomas Lively1-1/+65
2020-02-04Revert "[WebAssembly][InstrEmitter] Foundation for multivalue call lowering"Thomas Lively1-65/+1
2020-01-21[WebAssembly][InstrEmitter] Foundation for multivalue call loweringThomas Lively1-1/+65
2019-10-07[WebAssembly] Add memory intrinsics handling to mayThrow()Heejin Ahn1-1/+15
2019-08-12[webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-1/+1
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-2/+1
2019-07-12[WebAssembly] refactored utilities to not depend on MachineInstrWouter van Oortmerssen1-217/+2
2019-06-26[WebAssembly] Implement tail calls and unify tablegen call classesThomas Lively1-40/+48
2019-03-30[WebAssembly] Fix unwind destination mismatches in CFG stackifyHeejin Ahn1-0/+5
2019-01-30[WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn1-80/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-13[WebAssembly][NFC] Unify ARGUMENT classesThomas Lively1-8/+8
2018-08-30[WebAssembly] Update utility functions with SIMD typesThomas Lively1-0/+28
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen1-2/+75
2018-08-07[WebAssembly] Update SIMD binary arithmeticDerek Schuff1-0/+6
2018-06-19[WebAssembly] Add more utility functionsHeejin Ahn1-6/+151
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2017-02-27[WebAssembly] Split CFG-sorting into its own pass. NFC.Dan Gohman1-0/+9
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman1-0/+17
2016-10-24[WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman1-0/+71