Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mention checking in node | Alon Zakai | 2016-01-17 | 1 | -0/+1 |
| | |||||
* | use WASM_BACKEND in the env now, per new emscripten | Alon Zakai | 2016-01-17 | 1 | -14/+18 |
| | |||||
* | update emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | |||||
* | english grammar fixes | Alon Zakai | 2016-01-17 | 1 | -4/+4 |
| | |||||
* | improve warning text | Alon Zakai | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | if we can't use the waterfall llvm, avoid it, but warn | Alon Zakai | 2016-01-17 | 1 | -1/+7 |
| | |||||
* | improve check.py warnings | Alon Zakai | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | set LLVM env var, so emcc can find the waterfall llvm build | Alon Zakai | 2016-01-17 | 1 | -1/+5 |
| | |||||
* | move wasm-backend tests to use emcc from emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -17/+17 |
| | |||||
* | update emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | |||||
* | wip waterfall build fetching | Alon Zakai | 2016-01-17 | 1 | -1/+30 |
| | |||||
* | print check.py warnings at the end, where they have a chance to be noticed | Alon Zakai | 2016-01-17 | 1 | -4/+9 |
| | |||||
* | add emscripten submodule on vanilla branch | Alon Zakai | 2016-01-17 | 2 | -0/+4 |
| | |||||
* | untar: don't compare when a dir doesn't exist | JF Bastien | 2016-01-17 | 1 | -1/+5 |
| | | | | Fixes issues in #112. | ||||
* | use visitNop for break values | Alon Zakai | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #116 from JSStats/br-value | Alon Zakai | 2016-01-17 | 4 | -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 Crosher | 2016-01-18 | 4 | -76/+285 |
| | | |||||
* | | Update to build 2026. | JF Bastien | 2016-01-17 | 2 | -1/+1 |
| | | |||||
* | | Allow updating to specific build ID | JF Bastien | 2016-01-17 | 1 | -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 intuitive | JF Bastien | 2016-01-16 | 2 | -24/+58 |
| | | | | As discussed in #112. | ||||
* | Update to build 2016. | JF Bastien | 2016-01-16 | 1050 | -1315/+271 |
| | |||||
* | Merge pull request #117 from WebAssembly/factor-out-support | Alon Zakai | 2016-01-16 | 5 | -64/+123 |
|\ | | | | | Factor out some support code | ||||
| * | Factor out some support code | JF Bastien | 2016-01-16 | 5 | -64/+123 |
| | | | | | | | | Patches such as #112 could use them. | ||||
* | | improve abort on unknown symbol | Alon Zakai | 2016-01-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #114 from WebAssembly/disable-offset-folding | Alon Zakai | 2016-01-15 | 1 | -0/+1 |
|\ \ | |/ |/| | Disable importing of the offset-folding test. | ||||
| * | Disable importing of the offset-folding test. | Dan Gohman | 2016-01-15 | 1 | -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-1 | Alon Zakai | 2016-01-15 | 1 | -7/+12 |
|\ \ | | | | | | | Travis: run asan / tsan, but allow asan to fail | ||||
| * | | Travis: run asan / tsan, but allow asan to fail | JF Bastien | 2016-01-14 | 1 | -7/+12 |
|/ / | |||||
* | | Merge pull request #104 from WebAssembly/more-torture | Alon Zakai | 2016-01-14 | 4 | -3/+335 |
|\ \ | | | | | | | More torture | ||||
| * | | update known failures | Alon Zakai | 2016-01-14 | 1 | -0/+65 |
| | | | |||||
| * | | add continues in s-parser | Alon Zakai | 2016-01-14 | 1 | -0/+3 |
| | | | |||||
| * | | check.py note | Alon Zakai | 2016-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | add assert on wasm segments | Alon Zakai | 2016-01-14 | 1 | -0/+1 |
| | | | |||||
| * | | run shell on s2wasm outputs, with a list of known failures | Alon Zakai | 2016-01-14 | 2 | -2/+240 |
| | | | |||||
| * | | prepare for running binaryen on s2wasm torture outputs | Alon Zakai | 2016-01-14 | 1 | -2/+2 |
| | | | |||||
| * | | --entry option in binaryen-shell, which lets you call an entry point. also ↵ | Alon Zakai | 2016-01-14 | 1 | -3/+24 |
| | | | | | | | | | | | | support exit() | ||||
| * | | run s2wasm outputs from torture tests through binaryen-shell, to verify they ↵ | Alon Zakai | 2016-01-14 | 1 | -0/+4 |
| | | | | | | | | | | | | parse | ||||
* | | | Merge pull request #100 from WebAssembly/wasm-dis | Alon Zakai | 2016-01-14 | 12 | -63/+115545 |
|\ \ \ | |/ / |/| | | wasm-dis | ||||
| * | | improve for loops | Alon Zakai | 2016-01-14 | 1 | -7/+7 |
| | | | |||||
| * | | fix type of const values from binary | Alon Zakai | 2016-01-14 | 3 | -4849/+4850 |
| | | | |||||
| * | | add missing types in binary reading | Alon Zakai | 2016-01-14 | 3 | -711/+724 |
| | | | |||||
| * | | add expected outputs from text->binary->text test | Alon Zakai | 2016-01-14 | 6 | -0/+114702 |
| | | | |||||
| * | | use std::pow | Alon Zakai | 2016-01-14 | 1 | -2/+2 |
| | | | |||||
| * | | add a constant for natural alignment in the binary format | Alon Zakai | 2016-01-14 | 1 | -2/+3 |
| | | | |||||
| * | | improve a for loop | Alon Zakai | 2016-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | minor binary updates following comments | Alon Zakai | 2016-01-14 | 1 | -3/+3 |
| | | | |||||
| * | | comments | Alon Zakai | 2016-01-14 | 1 | -2/+2 |
| | | | |||||
| * | | enable binary format testing | Alon Zakai | 2016-01-14 | 1 | -5/+5 |
| | | | |||||
| * | | fix an LEB128 bug | Alon Zakai | 2016-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | add local assertions | Alon Zakai | 2016-01-14 | 1 | -0/+2 |
| | | |