summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mention checking in nodeAlon Zakai2016-01-171-0/+1
|
* use WASM_BACKEND in the env now, per new emscriptenAlon Zakai2016-01-171-14/+18
|
* update emscripten submoduleAlon Zakai2016-01-171-0/+0
|
* english grammar fixesAlon Zakai2016-01-171-4/+4
|
* improve warning textAlon Zakai2016-01-171-1/+1
|
* if we can't use the waterfall llvm, avoid it, but warnAlon Zakai2016-01-171-1/+7
|
* improve check.py warningsAlon Zakai2016-01-171-1/+1
|
* set LLVM env var, so emcc can find the waterfall llvm buildAlon Zakai2016-01-171-1/+5
|
* move wasm-backend tests to use emcc from emscripten submoduleAlon Zakai2016-01-171-17/+17
|
* update emscripten submoduleAlon Zakai2016-01-171-0/+0
|
* wip waterfall build fetchingAlon Zakai2016-01-171-1/+30
|
* print check.py warnings at the end, where they have a chance to be noticedAlon Zakai2016-01-171-4/+9
|
* add emscripten submodule on vanilla branchAlon Zakai2016-01-172-0/+4
|
* untar: don't compare when a dir doesn't existJF Bastien2016-01-171-1/+5
| | | | Fixes issues in #112.
* use visitNop for break valuesAlon Zakai2016-01-171-1/+1
|
* Merge pull request #116 from JSStats/br-valueAlon Zakai2016-01-174-76/+285
|\ | | | | 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-184-76/+285
| |
* | Update to build 2026.JF Bastien2016-01-172-1/+1
| |
* | Allow updating to specific build IDJF Bastien2016-01-171-7/+8
|/ | | | Even if the downloaded content is the same. #112 adds usage of the binary tarfile, which is separate from the torture tests.
* Make the untar API more intuitiveJF Bastien2016-01-162-24/+58
| | | | As discussed in #112.
* Update to build 2016.JF Bastien2016-01-161050-1315/+271
|
* Merge pull request #117 from WebAssembly/factor-out-supportAlon Zakai2016-01-165-64/+123
|\ | | | | Factor out some support code
| * Factor out some support codeJF Bastien2016-01-165-64/+123
| | | | | | | | Patches such as #112 could use them.
* | improve abort on unknown symbolAlon Zakai2016-01-161-1/+1
| |
* | 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 #106 from WebAssembly/jfbastien-patch-1Alon Zakai2016-01-151-7/+12
|\ \ | | | | | | Travis: run asan / tsan, but allow asan to fail
| * | Travis: run asan / tsan, but allow asan to failJF Bastien2016-01-141-7/+12
|/ /
* | Merge pull request #104 from WebAssembly/more-tortureAlon Zakai2016-01-144-3/+335
|\ \ | | | | | | More torture
| * | update known failuresAlon Zakai2016-01-141-0/+65
| | |
| * | add continues in s-parserAlon Zakai2016-01-141-0/+3
| | |
| * | check.py noteAlon Zakai2016-01-141-1/+1
| | |
| * | add assert on wasm segmentsAlon Zakai2016-01-141-0/+1
| | |
| * | run shell on s2wasm outputs, with a list of known failuresAlon Zakai2016-01-142-2/+240
| | |
| * | prepare for running binaryen on s2wasm torture outputsAlon Zakai2016-01-141-2/+2
| | |
| * | --entry option in binaryen-shell, which lets you call an entry point. also ↵Alon Zakai2016-01-141-3/+24
| | | | | | | | | | | | support exit()
| * | run s2wasm outputs from torture tests through binaryen-shell, to verify they ↵Alon Zakai2016-01-141-0/+4
| | | | | | | | | | | | parse
* | | Merge pull request #100 from WebAssembly/wasm-disAlon Zakai2016-01-1412-63/+115545
|\ \ \ | |/ / |/| | wasm-dis
| * | improve for loopsAlon Zakai2016-01-141-7/+7
| | |
| * | fix type of const values from binaryAlon Zakai2016-01-143-4849/+4850
| | |
| * | add missing types in binary readingAlon Zakai2016-01-143-711/+724
| | |
| * | add expected outputs from text->binary->text testAlon Zakai2016-01-146-0/+114702
| | |
| * | use std::powAlon Zakai2016-01-141-2/+2
| | |
| * | add a constant for natural alignment in the binary formatAlon Zakai2016-01-141-2/+3
| | |
| * | improve a for loopAlon Zakai2016-01-141-1/+1
| | |
| * | minor binary updates following commentsAlon Zakai2016-01-141-3/+3
| | |
| * | commentsAlon Zakai2016-01-141-2/+2
| | |
| * | enable binary format testingAlon Zakai2016-01-141-5/+5
| | |
| * | fix an LEB128 bugAlon Zakai2016-01-141-1/+1
| | |
| * | add local assertionsAlon Zakai2016-01-141-0/+2
| | |