aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-02[WebAssembly] Initial SIMD128 support.Derek Schuff1-0/+5
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman1-2/+2
2016-05-17[WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman1-1/+1
2016-02-16[WebAssembly] Implement support for custom NaN bit patterns.Dan Gohman1-9/+27
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman1-0/+10
2016-01-12[WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman1-6/+5
2016-01-12[WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman1-3/+51
2016-01-12[WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.Dan Gohman1-10/+22
2015-12-21[WebAssembly] Add some comments and make some minor source cleanups.Dan Gohman1-3/+4
2015-12-06[WebAssembly] Factor out a TypeToString function, since we need it in multipl...Dan Gohman1-16/+16
2015-11-29[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman1-7/+16
2015-11-23[WebAssembly] Suffix output operands with '='.Dan Gohman1-0/+3
2015-11-23[WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman1-4/+21
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman1-24/+11
2015-11-13[WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman1-6/+17
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman1-12/+34
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg1-34/+12
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman1-12/+34
2015-11-05[WebAssembly] Add WebAssemblyMCInstLower.cpp.Dan Gohman1-4/+24
2015-08-24WebAssembly: Implement callJF Bastien1-0/+13
2015-08-24Revert two bad commits.JF Bastien1-13/+0
2015-08-24callJF Bastien1-0/+13
2015-07-22WebAssembly: basic bitcode → assembly CodeGen testJF Bastien1-2/+5
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+43