summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Shell: fix --entry parameter numbersJF Bastien2016-02-021-37/+8
| | | | When running the shell with --entry it was assumed that the signature had zero parameters. This isn't true for main, so look at the function's parameter list and construct a zero-initialized arguments vector of the right types. This fixes a few failures, some of which were hiding other failures.
* Update to waterfall build 2678JF Bastien2016-02-02827-34650/+83931
| | | | Update the .s torture tests, and update+classify the binaryen shell failures.
* use Return in s2wasmAlon Zakai2016-02-0157-8410/+6650
|
* use Return in asm2wasmAlon Zakai2016-02-016-17607/+17810
|
* Update LLVM build to 2566Derek Schuff2016-02-013-1/+12
| | | | | This pulls in support for frame pointers in LLVM and exposes more tests to binaryen, so update the test expectations accordingly.
* fix call_indirect s2wasm parsing order #162Alon Zakai2016-02-012-0/+817
|
* optimize store offsets from emscripten outputAlon Zakai2016-01-312-994/+412
|
* optimize load offsets from emscripten outputAlon Zakai2016-01-314-604/+330
|
* fix block type in LowerIfElseAlon Zakai2016-01-312-0/+20
|
* update spec testsAlon Zakai2016-01-311-0/+0
|
* Merge pull request #153 from WebAssembly/binary-spec-testsAlon Zakai2016-01-2910-460/+460
|\ | | | | Binary spec tests
| * fix switch in binary formatAlon Zakai2016-01-292-43/+43
| |
| * fix I8Const usageAlon Zakai2016-01-293-265/+265
| |
| * update testsAlon Zakai2016-01-296-123/+123
| |
| * update test/s2wasm_known_binaryen_shell_test_failures.txtAlon Zakai2016-01-291-4/+0
| |
| * update test outputsAlon Zakai2016-01-293-10/+10
| |
| * 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
| |
* | Revert s2wasm_known_binaryen_shell_test_failures.txt changeDerek Schuff2016-01-291-66/+11
| |
* | Update torture test expectationsDerek Schuff2016-01-292-11/+73
|/ | | | | Frame pointer support was recently added to LLVM, exposing more tests down the rest of the pipeline.
* 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