summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | Merge pull request #104 from WebAssembly/more-tortureAlon Zakai2016-01-141-0/+290
|\ \ \ | | | | | | | | More torture
| * | | update known failuresAlon Zakai2016-01-141-0/+65
| | | |
| * | | run shell on s2wasm outputs, with a list of known failuresAlon Zakai2016-01-141-0/+225
| | | |
* | | | Merge pull request #100 from WebAssembly/wasm-disAlon Zakai2016-01-144-0/+114680
|\ \ \ \ | |/ / / |/| | | wasm-dis
| * | | fix type of const values from binaryAlon Zakai2016-01-142-4849/+4849
| | | |
| * | | add missing types in binary readingAlon Zakai2016-01-142-707/+707
| | | |
| * | | add expected outputs from text->binary->text testAlon Zakai2016-01-144-0/+114680
| | |/ | |/|
* / | update.py with lkgrJF Bastien2016-01-131050-1049/+4376
|/ / | | | | | | Everything is now green.
* | Update torture tests.JF Bastien2016-01-13602-8496/+8076
| |
* | update spec tests submoduleAlon Zakai2016-01-131-0/+0
| |
* | Update memops.s for the new label syntax.Dan Gohman2016-01-122-16/+14
| |