Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | binaryen-shell does not have --print-before/after, only --print | Sohail Somani | 2016-03-12 | 1 | -3/+3 |
| | |||||
* | Merge pull request #243 from WebAssembly/flake8 | JF Bastien | 2016-03-12 | 2 | -12/+29 |
|\ | | | | | Re-enable flake8 | ||||
| * | Re-enable flake8 | JF Bastien | 2016-03-12 | 2 | -12/+29 |
|/ | | | | Was disabled in https://github.com/WebAssembly/binaryen/pull/229 | ||||
* | Merge pull request #242 from WebAssembly/methods | Alon Zakai | 2016-03-11 | 3 | -50/+106 |
|\ | | | | | Support a comma-separated list of methods in wasm/js integration | ||||
| * | fix test harness assignment | Alon Zakai | 2016-03-11 | 1 | -1/+2 |
| | | |||||
| * | update emscripten and add testing for not including wasm.js polyfill ↵ | Alon Zakai | 2016-03-11 | 2 | -0/+7 |
| | | | | | | | | unnecessarily | ||||
| * | log failures in wasm/js integration | Alon Zakai | 2016-03-11 | 1 | -4/+16 |
| | | |||||
| * | check for WasmJS in polyfill glue | Alon Zakai | 2016-03-11 | 1 | -0/+2 |
| | | |||||
| * | support a comma-separated list of methods in wasm/js integration | Alon Zakai | 2016-03-11 | 1 | -49/+83 |
| | | |||||
* | | Merge pull request #241 from WebAssembly/spec-updates | Alon Zakai | 2016-03-10 | 8 | -24462/+33304 |
|\ \ | |/ |/| | Spec updates | ||||
| * | add big switch test to check heavily nested blocks | Alon Zakai | 2016-03-10 | 2 | -0/+7951 |
| | | |||||
| * | udpate wasm.js build | Alon Zakai | 2016-03-10 | 1 | -24438/+25219 |
| | | |||||
| * | de-recurse operations on nested blocks | Alon Zakai | 2016-03-10 | 5 | -24/+134 |
|/ | |||||
* | Merge pull request #240 from WebAssembly/globl | Alon Zakai | 2016-03-09 | 2 | -6/+12 |
|\ | | | | | s2wasm: don't export functions unless they are marked with .globl. | ||||
| * | s2wasm: don't export functions unless they are marked with .globl. | Dan Gohman | 2016-03-09 | 2 | -6/+12 |
|/ | |||||
* | Merge pull request #239 from WebAssembly/s2wasm-prefixing | Alon Zakai | 2016-03-09 | 5 | -7/+24 |
|\ | | | | | Fix up exports when arriving from wasm backend output | ||||
| * | update emscripten | Alon Zakai | 2016-03-09 | 1 | -0/+0 |
| | | |||||
| * | fix imports when arriving from wasm backend, which does not prefix | Alon Zakai | 2016-03-09 | 5 | -5/+22 |
| | | |||||
| * | use .exports | Alon Zakai | 2016-03-09 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #238 from WebAssembly/update-emscripten | Alon Zakai | 2016-03-09 | 1 | -0/+0 |
|\ | | | | | Update emscripten | ||||
| * | update emscripten | Alon Zakai | 2016-03-09 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #225 from WebAssembly/memory_pages | Derek Schuff | 2016-03-09 | 58 | -23540/+23656 |
|\ \ | | | | | | | Make initial and max memory sizes be in pages instead of bytes | ||||
| * | | Move rol/ror to src/support/bits.h | Derek Schuff | 2016-03-09 | 2 | -17/+19 |
| | | | |||||
| * | | Implement rotates | Derek Schuff | 2016-03-09 | 7 | -3/+48 |
| | | | |||||
| * | | Make initial and max memory sizes be in pages instead of bytes | Derek Schuff | 2016-03-09 | 56 | -23539/+23608 |
|/ / | | | | | | | | | | | | | The AST and everything that uses it treats the values as pages. Javascript continues to use bytes. This matches v8 and sexpr-wasm, and the consensus from live discussion and PR209 in the spec. | ||||
* | | Merge pull request #235 from WebAssembly/update-emscripten | Alon Zakai | 2016-03-09 | 1 | -0/+0 |
|\| | | | | | Update emscripten to latest incoming | ||||
| * | update emscripten to latest incoming, no more vanilla | Alon Zakai | 2016-03-09 | 1 | -0/+0 |
|/ | |||||
* | comment | Alon Zakai | 2016-03-09 | 1 | -0/+2 |
| | |||||
* | Merge pull request #234 from WebAssembly/integrate-wasm-fixes | Alon Zakai | 2016-03-08 | 2 | -5/+9 |
|\ | | | | | Move to a cleaner way of emcc.py integrating with wasm.js-post.js | ||||
| * | update emscripten | Alon Zakai | 2016-03-08 | 1 | -0/+0 |
| | | |||||
| * | move to a cleaner way of emcc.py integrating with wasm.js-post.js | Alon Zakai | 2016-03-08 | 1 | -5/+9 |
| | | |||||
* | | Merge pull request #233 from WebAssembly/br_table | Alon Zakai | 2016-03-08 | 28 | -124/+122 |
|\ \ | |/ |/| | Update s2wasm for tableswitch->br_table change | ||||
| * | Update s2wasm for tableswitch->br_table change | Derek Schuff | 2016-03-08 | 28 | -124/+122 |
|/ | |||||
* | Merge pull request #232 from WebAssembly/update-emscripten | Alon Zakai | 2016-03-08 | 1 | -0/+0 |
|\ | | | | | update emscripten submodule | ||||
| * | update emscripten submodule again | Alon Zakai | 2016-03-08 | 1 | -0/+0 |
| | | |||||
| * | update emscripten submodule | Alon Zakai | 2016-03-08 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #231 from WebAssembly/spec-updates | Alon Zakai | 2016-03-07 | 31 | -8910/+8151 |
|\ | | | | | Spec updates | ||||
| * | be more precise in br_table parsing | Alon Zakai | 2016-03-07 | 1 | -1/+1 |
| | | |||||
| * | better error logging | Alon Zakai | 2016-03-07 | 1 | -0/+1 |
| | | |||||
| * | remove lower-if-else from spidermonkify | Alon Zakai | 2016-03-07 | 1 | -8/+0 |
| | | |||||
| * | remove br_table hack in spidermonkfiy | Alon Zakai | 2016-03-07 | 1 | -2/+0 |
| | | |||||
| * | update wasm.js | Alon Zakai | 2016-03-07 | 1 | -3242/+2941 |
| | | |||||
| * | remove old and invalid optimization pass in asm2wasm | Alon Zakai | 2016-03-07 | 3 | -68/+51 |
| | | |||||
| * | br_table, no more cases | Alon Zakai | 2016-03-07 | 29 | -8387/+7953 |
| | | |||||
| * | disable wasm2asm for now; it was never fully functional anyhow, and there is ↵ | Alon Zakai | 2016-03-07 | 1 | -0/+2 |
| | | | | | | | | too much flux | ||||
* | | Merge pull request #224 from WebAssembly/spec-updates | Alon Zakai | 2016-03-07 | 27 | -654/+771 |
|\| | | | | | Spec updates | ||||
| * | parse empty blocks properly | Alon Zakai | 2016-03-07 | 1 | -2/+3 |
| | | |||||
| * | update spec test repo | Alon Zakai | 2016-03-07 | 1 | -0/+0 |
| | | |||||
| * | parse then and else | Alon Zakai | 2016-03-07 | 1 | -0/+19 |
| | | |||||
| * | refactoring in preparation for then-else parsing | Alon Zakai | 2016-03-07 | 2 | -23/+31 |
| | |