summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/call.ll
AgeCommit message (Expand)Author
2023-04-05[WebAssembly] Fix selection of global callsHeejin Ahn
2023-04-05[WebAssembly] Move call_indirect_alloca to call.llHeejin Ahn
2023-03-16[ConstExpr] Remove select constant expressionNikita Popov
2022-12-19[WebAssembly] Convert some tests to opaque pointers (NFC)Nikita Popov
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2020-10-29[WebAssembly] Remove unused FileCheck test prefixesThomas Lively
2020-02-18[WebAssembly] Replace all calls with generalized multivalue callsThomas Lively
2019-06-26[WebAssembly] Implement tail calls and unify tablegen call classesThomas Lively
2019-02-23[WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg
2019-01-29[WebAssembly] Re-enable main-function signature rewritingDan Gohman
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
2018-11-06Revert "[WebAssembly] Fixup `main` signature by default"Sam Clegg
2018-11-01[WebAssembly] Fixup `main` signature by defaultSam Clegg
2018-09-20[WebAssembly][NFC] Add missing tests for indirect callsThomas Lively
2018-09-20[WebAssembly] Add V128 value type to binary formatThomas Lively
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-08-02[WebAssembly] Ensure bitcasts that would result in invalid wasm are removed b...Sam Clegg
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-12-08[WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...Dan Gohman
2017-11-30[WebAssembly] Revert r319186 "Support bitcasted function addresses with varar...Dan Gohman
2017-11-28[WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman
2017-08-24[WebAssembly] FastISel : Bail to SelectionDAG for constexpr callsJacob Gravelle
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman
2016-10-21[WebAssembly] Fix for 0xc call_indirect changesDerek Schuff
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-05-12[WebAssembly] Fast-isel support for calls, arguments, and selects.Dan Gohman
2016-01-19[WebAssembly] Change a FIXME to a TODO in a comment.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-14[WebAssembly] Add type prefixes to call instructionsDan Gohman
2015-11-23[WebAssembly] Don't special-case call operand order.Dan Gohman
2015-11-23[WebAssembly] Suffix output operands with '='.Dan Gohman
2015-11-23[WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman
2015-11-06[WebAssembly] Add more explicit pushes to the tests.Dan Gohman
2015-11-06[WebAssembly] Make expression-stack pushing explicitDan Gohman
2015-10-16WebAssembly: update syntaxJF Bastien
2015-10-06[WebAssembly] Switch to a more traditional assembly syntaxDan Gohman
2015-10-03[WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman
2015-10-02[WebAssembly] Support calls marked as "tail", fastcc, and coldcc.Dan Gohman
2015-09-28[WebAssembly] Support for direct call and call_indirect.Dan Gohman
2015-09-09[WebAssembly] Update target datalayout strings.Dan Gohman