aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/call.ll
AgeCommit message (Expand)AuthorFilesLines
2023-04-05[WebAssembly] Fix selection of global callsHeejin Ahn1-2/+42
2023-04-05[WebAssembly] Move call_indirect_alloca to call.llHeejin Ahn1-0/+15
2023-03-16[ConstExpr] Remove select constant expressionNikita Popov1-2/+5
2022-12-19[WebAssembly] Convert some tests to opaque pointers (NFC)Nikita Popov1-11/+11
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively1-1/+0
2020-10-29[WebAssembly] Remove unused FileCheck test prefixesThomas Lively1-4/+4
2020-02-18[WebAssembly] Replace all calls with generalized multivalue callsThomas Lively1-13/+13
2019-06-26[WebAssembly] Implement tail calls and unify tablegen call classesThomas Lively1-8/+19
2019-02-23[WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg1-14/+14
2019-01-29[WebAssembly] Re-enable main-function signature rewritingDan Gohman1-2/+2
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively1-14/+14
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen1-22/+20
2018-11-06Revert "[WebAssembly] Fixup `main` signature by default"Sam Clegg1-2/+2
2018-11-01[WebAssembly] Fixup `main` signature by defaultSam Clegg1-2/+2
2018-09-20[WebAssembly][NFC] Add missing tests for indirect callsThomas Lively1-0/+33
2018-09-20[WebAssembly] Add V128 value type to binary formatThomas Lively1-2/+23
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen1-2/+2
2018-08-13Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen1-2/+2
2018-08-10[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen1-2/+2
2018-08-02[WebAssembly] Ensure bitcasts that would result in invalid wasm are removed b...Sam Clegg1-1/+1
2018-07-27Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen1-2/+2
2018-07-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen1-2/+2
2018-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg1-1/+1
2017-12-08[WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...Dan Gohman1-3/+3
2017-11-30[WebAssembly] Revert r319186 "Support bitcasted function addresses with varar...Dan Gohman1-1/+1
2017-11-28[WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman1-1/+1
2017-08-24[WebAssembly] FastISel : Bail to SelectionDAG for constexpr callsJacob Gravelle1-0/+21
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman1-7/+18
2016-10-21[WebAssembly] Fix for 0xc call_indirect changesDerek Schuff1-0/+18
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman1-2/+2
2016-05-12[WebAssembly] Fast-isel support for calls, arguments, and selects.Dan Gohman1-0/+1
2016-01-19[WebAssembly] Change a FIXME to a TODO in a comment.Dan Gohman1-1/+1
2016-01-11[WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman1-10/+10
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman1-1/+1
2015-12-14[WebAssembly] Add type prefixes to call instructionsDan Gohman1-12/+12
2015-11-23[WebAssembly] Don't special-case call operand order.Dan Gohman1-7/+7
2015-11-23[WebAssembly] Suffix output operands with '='.Dan Gohman1-7/+7
2015-11-23[WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman1-12/+11
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman1-32/+17
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman1-32/+22
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg1-22/+32
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman1-32/+22
2015-11-06[WebAssembly] Add more explicit pushes to the tests.Dan Gohman1-5/+5
2015-11-06[WebAssembly] Make expression-stack pushing explicitDan Gohman1-11/+11
2015-10-16WebAssembly: update syntaxJF Bastien1-28/+36
2015-10-06[WebAssembly] Switch to a more traditional assembly syntaxDan Gohman1-49/+65
2015-10-03[WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman1-12/+12
2015-10-02[WebAssembly] Support calls marked as "tail", fastcc, and coldcc.Dan Gohman1-1/+24
2015-09-28[WebAssembly] Support for direct call and call_indirect.Dan Gohman1-20/+33
2015-09-09[WebAssembly] Update target datalayout strings.Dan Gohman1-1/+1