summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/varargs.ll
AgeCommit message (Expand)Author
2022-12-19[WebAssembly] Convert some tests to opaque pointers (NFC)Nikita Popov
2021-07-13[WebAssembly] Run varargs codegen test with non-emscripten tripleDerek Schuff
2021-07-09WebAssembly: Update datalayout to match fp128 ABI changeDerek Schuff
2019-02-26[WebAssembly] Properly align fp128 arguments in outgoing varargs argumentsDan Gohman
2019-02-23[WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
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-06-26[WebAssembly] Fix lowering of varargs functions with non-legal fixed arguments.Dan Gohman
2018-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
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-02-16[WebAssembly] Create new registers instead of reusing old ones in RegStackify.Dan Gohman
2016-02-10[WebAssembly] Switch varags calling convention to use a registerDerek Schuff
2016-01-28[WebAssembly] Enhanced register stackificationDan Gohman
2016-01-19[WebAssembly] Re-enable this test, now that interactions with the coalescer a...Dan Gohman
2016-01-11[WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman
2015-12-16[WebAssembly] Implement eliminateCallFramePseudoDerek Schuff
2015-12-09[WebAssembly] Reintroduce ARGUMENT moving logicDan Gohman
2015-12-05[WebAssembly] Support constant offsets on loads and storesDerek Schuff
2015-12-04[WebAssembly] Initial varargs support.Dan Gohman