[WebAssembly] Emit .param, .result, and .local through MC.
[oota-llvm.git] / test / CodeGen / WebAssembly / call.ll
2015-11-23 Dan Gohman[WebAssembly] Emit .param, .result, and .local through MC.
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
2015-11-12 Dan Gohman[WebAssembly] Reapply r252858, with svn add for the...
2015-11-12 Hans WennborgRevert r252858: "[WebAssembly] Switch to MC for instruc...
2015-11-12 Dan Gohman[WebAssembly] Switch to MC for instruction printing.
2015-11-06 Dan Gohman[WebAssembly] Add more explicit pushes to the tests.
2015-11-06 Dan Gohman[WebAssembly] Make expression-stack pushing explicit
2015-10-16 JF BastienWebAssembly: update syntax
2015-10-06 Dan Gohman[WebAssembly] Switch to a more traditional assembly...
2015-10-03 Dan Gohman[WebAssembly] Rename setlocal to set_local to match...
2015-10-02 Dan Gohman[WebAssembly] Support calls marked as "tail", fastcc...
2015-09-28 Dan Gohman[WebAssembly] Support for direct call and call_indirect.
2015-09-09 Dan Gohman[WebAssembly] Update target datalayout strings.
2015-09-09 Dan Gohman[WebAssembly] Implement calls with void return types.
2015-09-09 Dan Gohman[WebAssembly] Fix lowering of calls with more than...
2015-08-25 JF BastienWebAssembly: emit `(func (param t) (result t))` s-expre...
2015-08-24 JF BastienWebAssembly: Implement call
2015-08-24 JF BastienRevert two bad commits.
2015-08-24 JF BastienMissing print.
2015-08-24 JF Bastiencall