aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/inline-asm.ll
AgeCommit message (Expand)AuthorFilesLines
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman1-1/+1
2016-05-17[WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman1-2/+2
2016-01-12[WebAssembly] Fix a test to work even when the integrated assembler is enabled.Dan Gohman1-2/+3
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman1-1/+1
2015-12-16[WebAssembly] Use the new offset syntax for memory operands in inline asm.Dan Gohman1-1/+1
2015-12-16[WebAssembly] Support more kinds of inline asm operandsDan Gohman1-0/+15
2015-12-10[WebAssembly] Tighten up several CHECK tests.Dan Gohman1-1/+1
2015-12-05[WebAssembly] Support inline asm constraints of type i16 and similar.Dan Gohman1-0/+16
2015-11-25[WebAssembly] Fix inline asm support for i64 operands.Dan Gohman1-0/+13
2015-11-23[WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman1-2/+1
2015-11-18[WebAssembly] Make bogus inline asm strings in tests be comments.Dan Gohman1-6/+6
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman1-7/+5
2015-11-13[WebAssembly] Inline asm support.Dan Gohman1-0/+53