summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/call.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Implement tail calls and unify tablegen call classesThomas Lively2019-06-261-8/+19
* [WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg2019-02-231-14/+14
* [WebAssembly] Re-enable main-function signature rewritingDan Gohman2019-01-291-2/+2
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-14/+14
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-22/+20
* Revert "[WebAssembly] Fixup `main` signature by default"Sam Clegg2018-11-061-2/+2
* [WebAssembly] Fixup `main` signature by defaultSam Clegg2018-11-011-2/+2
* [WebAssembly][NFC] Add missing tests for indirect callsThomas Lively2018-09-201-0/+33
* [WebAssembly] Add V128 value type to binary formatThomas Lively2018-09-201-2/+23
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-2/+2
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-2/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-2/+2
* [WebAssembly] Ensure bitcasts that would result in invalid wasm are removed b...Sam Clegg2018-08-021-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-2/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-2/+2
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* [WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...Dan Gohman2017-12-081-3/+3
* [WebAssembly] Revert r319186 "Support bitcasted function addresses with varar...Dan Gohman2017-11-301-1/+1
* [WebAssembly] Support bitcasted function addresses with varargs.Dan Gohman2017-11-281-1/+1
* [WebAssembly] FastISel : Bail to SelectionDAG for constexpr callsJacob Gravelle2017-08-241-0/+21
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-7/+18
* [WebAssembly] Fix for 0xc call_indirect changesDerek Schuff2016-10-211-0/+18
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-2/+2
* [WebAssembly] Fast-isel support for calls, arguments, and selects.Dan Gohman2016-05-121-0/+1
* [WebAssembly] Change a FIXME to a TODO in a comment.Dan Gohman2016-01-191-1/+1
* [WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman2016-01-111-10/+10
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-1/+1
* [WebAssembly] Add type prefixes to call instructionsDan Gohman2015-12-141-12/+12
* [WebAssembly] Don't special-case call operand order.Dan Gohman2015-11-231-7/+7
* [WebAssembly] Suffix output operands with '='.Dan Gohman2015-11-231-7/+7
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-12/+11
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-32/+17
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-32/+22
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-22/+32
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-32/+22
* [WebAssembly] Add more explicit pushes to the tests.Dan Gohman2015-11-061-5/+5
* [WebAssembly] Make expression-stack pushing explicitDan Gohman2015-11-061-11/+11
* WebAssembly: update syntaxJF Bastien2015-10-161-28/+36
* [WebAssembly] Switch to a more traditional assembly syntaxDan Gohman2015-10-061-49/+65
* [WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman2015-10-031-12/+12
* [WebAssembly] Support calls marked as "tail", fastcc, and coldcc.Dan Gohman2015-10-021-1/+24
* [WebAssembly] Support for direct call and call_indirect.Dan Gohman2015-09-281-20/+33
* [WebAssembly] Update target datalayout strings.Dan Gohman2015-09-091-1/+1
* [WebAssembly] Implement calls with void return types.Dan Gohman2015-09-091-0/+10
* [WebAssembly] Fix lowering of calls with more than one argument.Dan Gohman2015-09-091-0/+13
* WebAssembly: emit `(func (param t) (result t))` s-expressionsJF Bastien2015-08-251-5/+10
* WebAssembly: Implement callJF Bastien2015-08-241-12/+55
* Revert two bad commits.JF Bastien2015-08-241-5/+4
* Missing print.JF Bastien2015-08-241-4/+5
* callJF Bastien2015-08-241-0/+22
OpenPOWER on IntegriCloud