summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/call.ll
Commit message (Expand)AuthorAgeFilesLines
* [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