summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/func.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-7/+5
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-1/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-1/+1
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-1/+1
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-1/+1
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman2017-02-281-3/+3
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-1/+1
* [WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman2016-01-191-1/+2
* [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman2016-01-121-0/+1
* [WebAssembly] Add -m:e to the target triple.Dan Gohman2016-01-071-1/+1
* [WebAssembly] Suffix output operands with '='.Dan Gohman2015-11-231-2/+2
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-6/+4
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-8/+4
* [WebAssembly] Fix function return type printingDerek Schuff2015-11-161-0/+21
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-4/+4
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-4/+4
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-4/+4
* [WebAssembly] Add more explicit pushes to the tests.Dan Gohman2015-11-061-2/+2
* WebAssembly: fix call/return syntax.JF Bastien2015-10-201-3/+3
* WebAssembly: update syntaxJF Bastien2015-10-161-5/+8
* [WebAssembly] Switch to a more traditional assembly syntaxDan Gohman2015-10-061-17/+22
* [WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman2015-10-031-2/+2
* [WebAssembly] Update target datalayout strings.Dan Gohman2015-09-091-1/+1
* WebAssembly: emit `(func (param t) (result t))` s-expressionsJF Bastien2015-08-251-0/+39
OpenPOWER on IntegriCloud