Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update for emscripten PR4135 | Derek Schuff | 2016-03-01 | 1 | -4/+6 | |
| | ||||||
* | Merge pull request #204 from mbebenita/print-compact | Alon Zakai | 2016-02-29 | 1 | -2/+25 | |
|\ | | | | | Compact printing. | |||||
| * | Whitespace removal. | Michael | 2016-02-22 | 1 | -2/+25 | |
| | | ||||||
* | | support block comments in check.py | Alon Zakai | 2016-02-25 | 1 | -1/+6 | |
|/ | ||||||
* | Bug fix and adds printing / parsing tests. | Michael | 2016-02-22 | 1 | -0/+11 | |
| | ||||||
* | remove --print-before and --print-after flags, since we now have --print | Alon Zakai | 2016-02-17 | 1 | -3/+3 | |
| | ||||||
* | add wasm-printing.h | Alon Zakai | 2016-02-17 | 1 | -1/+5 | |
| | ||||||
* | wasm_backend testcases require vanilla_llvm, anything else may be too old | Alon Zakai | 2016-02-17 | 1 | -1/+1 | |
| | ||||||
* | Review comments. | JF Bastien | 2016-02-05 | 1 | -2/+3 | |
| | ||||||
* | Support start | JF Bastien | 2016-02-05 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | As spec'd in: https://github.com/WebAssembly/design/pull/495 And discussed in: https://github.com/WebAssembly/spec/issues/231 This will make it simpler and more uniform to add a start entry point. s2wasm is the right place to add start because it'll eventually need to do other basic setup, e.g. put code in start to setup the stack, as dschuff is doing in: https://github.com/WebAssembly/binaryen/pull/179 Or rather, the linker is the right place and s2wasm happens to act as our linker right now. | |||||
* | handle initial comments in wast splitting | Alon Zakai | 2016-01-31 | 1 | -0/+5 | |
| | ||||||
* | enable binary format spec test outputs | Alon Zakai | 2016-01-29 | 1 | -1/+1 | |
| | ||||||
* | enable binary format spec tests | Alon Zakai | 2016-01-29 | 1 | -1/+1 | |
| | ||||||
* | gather invokes when splitting wasts | Alon Zakai | 2016-01-28 | 1 | -2/+2 | |
| | ||||||
* | refactor check.py in preparation for running spec tests after being ↵ | Alon Zakai | 2016-01-28 | 1 | -27/+45 | |
| | | | | converted to binary and back | |||||
* | test all parts of spec tests for binary format, even when multiple modules ↵ | Alon Zakai | 2016-01-27 | 1 | -1/+38 | |
| | | | | in one file | |||||
* | verify binary outputs are valid wasts | Alon Zakai | 2016-01-27 | 1 | -0/+5 | |
| | ||||||
* | verify we can convert the spec tests to binary and back | Alon Zakai | 2016-01-26 | 1 | -6/+8 | |
| | ||||||
* | refactor a binary format check method in check.py | Alon Zakai | 2016-01-26 | 1 | -20/+25 | |
| | ||||||
* | Update waterfall repo | JF Bastien | 2016-01-26 | 1 | -1/+2 | |
| | | | | Need to update arguments. | |||||
* | add I32ReinterpretF32 in binary format, for now | Alon Zakai | 2016-01-22 | 1 | -1/+1 | |
| | ||||||
* | add missing binary opcodes | Alon Zakai | 2016-01-21 | 1 | -1/+1 | |
| | ||||||
* | remove sys.exit that surely was not intended to be pushed | Alon Zakai | 2016-01-21 | 1 | -1/+0 | |
| | ||||||
* | Add --help test. | JF Bastien | 2016-01-20 | 1 | -0/+16 | |
| | ||||||
* | Use command-line & waterfall for binaryen-shell | JF Bastien | 2016-01-20 | 1 | -30/+16 | |
| | ||||||
* | further fix for not having vanilla llvm workable locally | Alon Zakai | 2016-01-20 | 1 | -2/+3 | |
| | ||||||
* | fix non-vanilla llvm testing of wasm-backend testcases | Alon Zakai | 2016-01-20 | 1 | -6/+7 | |
| | ||||||
* | set LLVM for vanilla llvm, and remove it later, to not confuse normal emcc | Alon Zakai | 2016-01-19 | 1 | -5/+10 | |
| | ||||||
* | fix check.py after recent movement of code | Alon Zakai | 2016-01-18 | 1 | -7/+7 | |
| | ||||||
* | strip rev, removing newline | JF Bastien | 2016-01-18 | 1 | -2/+2 | |
| | ||||||
* | Detect whether vanilla emcc works | JF Bastien | 2016-01-18 | 1 | -69/+82 | |
| | | | | Only run WASM_BACKEND tests if it does. | |||||
* | go back to simpler method of getting waterfall in check.py, we'll refactor ↵ | Alon Zakai | 2016-01-17 | 1 | -7/+19 | |
| | | | | later once the shared api stabilizes | |||||
* | Fix untar usage | JF Bastien | 2016-01-17 | 1 | -6/+6 | |
| | ||||||
* | try untar() on the base dir, because it doesn't like the full target dir | Alon Zakai | 2016-01-17 | 1 | -1/+1 | |
| | ||||||
* | improve clang checking reporting | Alon Zakai | 2016-01-17 | 1 | -3/+4 | |
| | ||||||
* | update waterfall build dir | Alon Zakai | 2016-01-17 | 1 | -3/+3 | |
| | ||||||
* | improve warnings in check.py | Alon Zakai | 2016-01-17 | 1 | -5/+10 | |
| | ||||||
* | refactor code to use #117 | Alon Zakai | 2016-01-17 | 1 | -20/+12 | |
| | ||||||
* | no need to set env var for emcc if using vanilla llvm | Alon Zakai | 2016-01-17 | 1 | -2/+7 | |
| | ||||||
* | look for node as either nodejs or node | Alon Zakai | 2016-01-17 | 1 | -6/+10 | |
| | ||||||
* | print contents of LLVM env var | Alon Zakai | 2016-01-17 | 1 | -1/+1 | |
| | ||||||
* | run vanilla emcc to make sure it's set up properly, if it was never run before | Alon Zakai | 2016-01-17 | 1 | -1/+7 | |
| | ||||||
* | make sure a.wasm.js is emitted by the backend tests | Alon Zakai | 2016-01-17 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| |