[WebAssembly] Fix a test to work even when the integrated assembler is enabled.
[oota-llvm.git] / test / CodeGen / WebAssembly / inline-asm.ll
2016-01-12 Dan Gohman[WebAssembly] Fix a test to work even when the integrat...
2016-01-07 Dan Gohman[WebAssembly] Add -m:e to the target triple.
2015-12-16 Dan Gohman[WebAssembly] Use the new offset syntax for memory...
2015-12-16 Dan Gohman[WebAssembly] Support more kinds of inline asm operands
2015-12-10 Dan Gohman[WebAssembly] Tighten up several CHECK tests.
2015-12-05 Dan Gohman[WebAssembly] Support inline asm constraints of type...
2015-11-25 Dan Gohman[WebAssembly] Fix inline asm support for i64 operands.
2015-11-23 Dan Gohman[WebAssembly] Emit .param, .result, and .local through MC.
2015-11-18 Dan Gohman[WebAssembly] Make bogus inline asm strings in tests...
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
2015-11-13 Dan Gohman[WebAssembly] Inline asm support.