summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/inline-asm.ll
AgeCommit message (Expand)Author
2025-07-01[WebAssembly] Fix inline assembly with vector types (#146574)Alex Crichton
2022-12-19[WebAssembly] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-01-06[Tests] Add elementtype attribute to indirect inline asm operands (NFC)Nikita Popov
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2020-11-18[WebAssembly] Support fp reg class in r constraintsnek
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
2018-09-12[WebAssembly] Make tied inline asm operands work againHeejin Ahn
2018-09-04[WebAssembly] Fix operand rewriting in inline asm lowering.Dan Gohman
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-08-13Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-08-10[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-07-27Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-07-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
2017-11-08[WebAssembly] Revise the strategy for inline asm.Dan Gohman
2017-02-28[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman
2016-10-06[WebAssembly] Remove the output operand from stores.Dan Gohman
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-05-17[WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman
2016-01-12[WebAssembly] Fix a test to work even when the integrated assembler is enabled.Dan Gohman
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman
2015-12-16[WebAssembly] Use the new offset syntax for memory operands in inline asm.Dan Gohman
2015-12-16[WebAssembly] Support more kinds of inline asm operandsDan Gohman
2015-12-10[WebAssembly] Tighten up several CHECK tests.Dan Gohman
2015-12-05[WebAssembly] Support inline asm constraints of type i16 and similar.Dan Gohman
2015-11-25[WebAssembly] Fix inline asm support for i64 operands.Dan Gohman
2015-11-23[WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman
2015-11-18[WebAssembly] Make bogus inline asm strings in tests be comments.Dan Gohman
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman
2015-11-13[WebAssembly] Inline asm support.Dan Gohman