summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fix ConvertSInt64 in binary formatAlon Zakai2016-01-291-2/+2
|
* fix more conversion opcodesAlon Zakai2016-01-291-4/+4
|
* fix conversion opcodes in binary formatAlon Zakai2016-01-291-8/+8
|
* add import module.base to binary formatAlon Zakai2016-01-282-3/+3
|
* fix memory segment reading in binary formatAlon Zakai2016-01-282-2/+6
|
* Don't emit NaN payload when zero.JF Bastien2016-01-281-4/+4
|
* Output NaN payloads onlyJF Bastien2016-01-281-4/+4
| | | | As discussed with @binji and @sunfish in https://github.com/WebAssembly/sexpr-wasm-prototype/issues/28
* Write each memory segment on its own lineJF Bastien2016-01-2714-14/+59
| | | | 30k+ column files are silly.
* s2wasm: support aliased functionsJF Bastien2016-01-272-0/+51
|
* support tee_local in .s filesAlon Zakai2016-01-277-1456/+2109
|
* Latest LLVM + http://reviews.llvm.org/D16650Dan Gohman2016-01-277-1091/+1417
|
* fix function results in binary format readingAlon Zakai2016-01-276-85/+85
|
* Update waterfall repoJF Bastien2016-01-262-0/+0
| | | | Need to update arguments.
* Added test case for .*_version_min * meta dataAlexander Meißner2016-01-262-0/+44
|
* Update .wast files with expected output.Dan Gohman2016-01-252-6/+94
|
* Update llvm_autogenerated tests to LLVM r258792.Dan Gohman2016-01-254-22/+88
|
* handle new alignment format from llvmAlon Zakai2016-01-253-19/+635
|
* Latest LLVM + http://reviews.llvm.org/D16534Dan Gohman2016-01-2560-2791/+3925
|
* fold if-br into br_ifAlon Zakai2016-01-236-219/+234
|
* avoid emitting a block in a loop when the .wast format allows doing so #139Alon Zakai2016-01-2310-18455/+17975
|
* allocate __stack_pointer completelyAlon Zakai2016-01-2252-82/+82
|
* missing fileAlon Zakai2016-01-221-0/+433
|
* add I32ReinterpretF32 in binary format, for nowAlon Zakai2016-01-221-0/+431
|
* add missing binary opcodesAlon Zakai2016-01-211-0/+397
|
* Merge pull request #129 from WebAssembly/binaryen-shell-command-linesAlon Zakai2016-01-202-71/+0
|\ | | | | Use command-line & waterfall for binaryen-shell
| * Use command-line & waterfall for binaryen-shellJF Bastien2016-01-202-71/+0
| |
* | mapLocals even if no locals, but there are params #127Alon Zakai2016-01-206-16/+38
|/
* clear global state for each function in binary processing #125Alon Zakai2016-01-203-78480/+10453
|
* fix switch default in binary format #123Alon Zakai2016-01-202-28/+28
|
* improve wasm2asm switch emitting, and add testcaseAlon Zakai2016-01-205-2131/+64
|
* fix mapLocals in binary format handlingAlon Zakai2016-01-192-11876/+11876
|
* Merge pull request #103 from mbebenita/static-polyAlon Zakai2016-01-191-1/+1
|\ | | | | Use LLVM style static polymorphism for AST Visitors
| * Some cleanup.Michael Bebenita2016-01-141-1/+1
| |
| * Use LLVM style static polymorphism for WasmVisitors.Michael Bebenita2016-01-131-1/+1
| |
* | Update revision to 2053JF Bastien2016-01-181-1/+1
| | | | | | | | This revision contains the shared-library version of LLVM and is much smaller.
* | Update waterfall.JF Bastien2016-01-181-0/+0
| |
* | update emscripten submoduleAlon Zakai2016-01-171-0/+0
| |
* | update emscripten submoduleAlon Zakai2016-01-171-0/+0
| |
* | no need to set env var for emcc if using vanilla llvmAlon Zakai2016-01-171-0/+0
| |
* | update emscripten submoduleAlon Zakai2016-01-171-0/+0
| |
* | update emscripten submoduleAlon Zakai2016-01-171-0/+0
| |
* | update emscripten submoduleAlon Zakai2016-01-171-0/+0
| |
* | update emscripten submoduleAlon Zakai2016-01-171-0/+0
| |
* | add emscripten submodule on vanilla branchAlon Zakai2016-01-171-0/+0
| |
* | Merge pull request #116 from JSStats/br-valueAlon Zakai2016-01-172-74/+277
|\ \ | | | | | | The break operation may have a value, and must with the v8 encoding.
| * | The break operation may have a value, and must with the v8 encoding.Douglas Crosher2016-01-182-74/+277
| | |
* | | Update to build 2026.JF Bastien2016-01-172-1/+1
|/ /
* | Update to build 2016.JF Bastien2016-01-161050-1315/+271
| |
* | Merge pull request #114 from WebAssembly/disable-offset-foldingAlon Zakai2016-01-151-0/+1
|\ \ | | | | | | Disable importing of the offset-folding test.
| * | Disable importing of the offset-folding test.Dan Gohman2016-01-151-0/+1
| | | | | | | | | | | | | | | The LLVM test its generated from has external global variables, which isn't supported in s2wasm.