summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/inline-asm.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-11/+11
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-5/+3
* [WebAssembly] Make tied inline asm operands work againHeejin Ahn2018-09-121-0/+9
* [WebAssembly] Fix operand rewriting in inline asm lowering.Dan Gohman2018-09-041-1/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-1/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-1/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-1/+1
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* [WebAssembly] Revise the strategy for inline asm.Dan Gohman2017-11-081-23/+33
* [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman2017-02-281-3/+2
* [WebAssembly] Remove the output operand from stores.Dan Gohman2016-10-061-2/+2
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-1/+1
* [WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman2016-05-171-2/+2
* [WebAssembly] Fix a test to work even when the integrated assembler is enabled.Dan Gohman2016-01-121-2/+3
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-1/+1
* [WebAssembly] Use the new offset syntax for memory operands in inline asm.Dan Gohman2015-12-161-1/+1
* [WebAssembly] Support more kinds of inline asm operandsDan Gohman2015-12-161-0/+15
* [WebAssembly] Tighten up several CHECK tests.Dan Gohman2015-12-101-1/+1
* [WebAssembly] Support inline asm constraints of type i16 and similar.Dan Gohman2015-12-051-0/+16
* [WebAssembly] Fix inline asm support for i64 operands.Dan Gohman2015-11-251-0/+13
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-2/+1
* [WebAssembly] Make bogus inline asm strings in tests be comments.Dan Gohman2015-11-181-6/+6
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-7/+5
* [WebAssembly] Inline asm support.Dan Gohman2015-11-131-0/+53
OpenPOWER on IntegriCloud