Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add memory growth testcase | Alon Zakai | 2016-03-22 | 3 | -0/+43 |
| | |||||
* | fix memory growth #270 | Alon Zakai | 2016-03-22 | 1 | -10/+9 |
| | |||||
* | Merge pull request #272 from WebAssembly/asm2wasm-fix | Alon Zakai | 2016-03-22 | 6 | -77/+181 |
|\ | | | | | asm2wasm fix | ||||
| * | update wasm.js | Alon Zakai | 2016-03-22 | 1 | -74/+69 |
| | | |||||
| * | only reuse nameless blocks in blockify in asm2wasm - if they are named, they ↵ | Alon Zakai | 2016-03-22 | 4 | -1/+103 |
| | | | | | | | | can be broken out of, which is bad for our loop constructs | ||||
| * | add an option to not optimize in asm2wasm | Alon Zakai | 2016-03-22 | 1 | -2/+9 |
| | | |||||
* | | Remove useless forward | Derek Schuff | 2016-03-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #269 from WebAssembly/update-wasm-js | Alon Zakai | 2016-03-21 | 2 | -4759/+4825 |
|\ | | | | | update wasm.js | ||||
| * | update wasm.js | Alon Zakai | 2016-03-21 | 2 | -4759/+4825 |
| | | |||||
* | | make --debug work | Alon Zakai | 2016-03-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #268 from WebAssembly/eqz-type | Alon Zakai | 2016-03-21 | 6 | -13/+87 |
|\ | | | | | Update EqZ operators and support specifying memory size on the command line | ||||
| * | Support --initial-size and --max-size to specify linear memory size | Derek Schuff | 2016-03-21 | 2 | -9/+75 |
| | | | | | | | | If not given, fall back to size calculated by the link step. | ||||
| * | update emscripten submodule | Alon Zakai | 2016-03-21 | 1 | -0/+0 |
| | | |||||
| * | Make type of EqZ unary operators always i32 | Derek Schuff | 2016-03-21 | 4 | -4/+12 |
|/ | | | | | This makes them symmetric to binary relational operators. Also support eqz in the s2wasm parser. | ||||
* | Merge pull request #267 from WebAssembly/asm2wasm-eqz | Alon Zakai | 2016-03-21 | 11 | -995/+498 |
|\ | | | | | Use eqz in asm2wasm | ||||
| * | use eqz in asm2wasm | Alon Zakai | 2016-03-21 | 11 | -995/+498 |
| | | |||||
* | | Merge pull request #266 from WebAssembly/growth | Alon Zakai | 2016-03-21 | 8 | -20/+24917 |
|\| | | | | | Memory growth fixes | ||||
| * | add memory growth asm2wasm test | Alon Zakai | 2016-03-21 | 3 | -0/+24883 |
| | | |||||
| * | fix unit testcase | Alon Zakai | 2016-03-21 | 3 | -11/+17 |
| | | |||||
| * | special case the asm.js memory growth function | Alon Zakai | 2016-03-21 | 1 | -3/+9 |
| | | |||||
| * | use binary_format_check on asm2wasm outputs | Alon Zakai | 2016-03-21 | 1 | -6/+8 |
|/ | |||||
* | Merge pull request #265 from WebAssembly/asm2wasm-opts | Alon Zakai | 2016-03-20 | 12 | -73/+44533 |
|\ | | | | | asm2wasm opts | ||||
| * | update emscripten | Alon Zakai | 2016-03-20 | 1 | -0/+0 |
| | | |||||
| * | add option for imprecise asm2wasm opts | Alon Zakai | 2016-03-20 | 10 | -71/+44531 |
| | | |||||
| * | fix float to int trap text | Alon Zakai | 2016-03-20 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #261 from WebAssembly/eqz | Alon Zakai | 2016-03-19 | 7 | -3438/+3546 |
|\ | | | | | Update spec tests and support eqz | ||||
| * | update wasm.js | Alon Zakai | 2016-03-19 | 1 | -3436/+3533 |
| | | |||||
| * | update spec tests and support eqz | Alon Zakai | 2016-03-19 | 6 | -2/+13 |
|/ | |||||
* | improve docs | Alon Zakai | 2016-03-18 | 1 | -3/+1 |
| | |||||
* | readme update | Alon Zakai | 2016-03-18 | 1 | -13/+1 |
| | |||||
* | Merge pull request #255 from WebAssembly/leb-fixes | Alon Zakai | 2016-03-18 | 2 | -3605/+3795 |
|\ | | | | | LEB fixes | ||||
| * | update wasm.js | Alon Zakai | 2016-03-18 | 1 | -3593/+3732 |
| | | |||||
| * | proper signed LEB | Alon Zakai | 2016-03-18 | 1 | -12/+63 |
| | | |||||
* | | Merge pull request #258 from WebAssembly/jfbastien-patch-1 | Alon Zakai | 2016-03-18 | 1 | -2/+2 |
|\ \ | |/ |/| | Make pretty with fancy Unicode ⇒ rightward double arrow | ||||
| * | Make pretty with fancy Unicode ⇒ rightward double arrow | JF Bastien | 2016-03-18 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #257 from WebAssembly/better-method-names | Alon Zakai | 2016-03-18 | 5 | -134/+123 |
|\ | | | | | Better method names | ||||
| * | improve method names | Alon Zakai | 2016-03-18 | 3 | -24/+25 |
| | | |||||
| * | link to emscripten wiki for emcc-binaryen usage | Alon Zakai | 2016-03-18 | 1 | -15/+3 |
| | | |||||
| * | fix names of LEBs | Alon Zakai | 2016-03-16 | 1 | -95/+95 |
| | | |||||
* | | Merge pull request #256 from WebAssembly/debug | Alon Zakai | 2016-03-18 | 3 | -13/+9 |
|\ \ | |/ |/| | Make --debug a boolean | ||||
| * | Check for debug | JF Bastien | 2016-03-18 | 1 | -3/+5 |
| | | |||||
| * | Make --debug a boolean | JF Bastien | 2016-03-18 | 3 | -17/+11 |
|/ | | | | As discussed in #248. | ||||
* | Merge pull request #254 from WebAssembly/spec-binary | Alon Zakai | 2016-03-16 | 7 | -4292/+4969 |
|\ | | | | | More spec binary updates | ||||
| * | update wasm.js | Alon Zakai | 2016-03-16 | 1 | -31/+70 |
| | | |||||
| * | update memory access in binary format | Alon Zakai | 2016-03-16 | 1 | -10/+4 |
| | | |||||
| * | add Log2 and Pow2 support methods | Alon Zakai | 2016-03-16 | 3 | -0/+28 |
| | | |||||
| * | update wasm.js | Alon Zakai | 2016-03-16 | 1 | -3043/+3155 |
| | | |||||
| * | update const to binary spec | Alon Zakai | 2016-03-16 | 1 | -11/+18 |
| | | |||||
| * | add a 64-bit LEB | Alon Zakai | 2016-03-16 | 1 | -8/+12 |
| | | |||||
| * | update wasm.js | Alon Zakai | 2016-03-16 | 1 | -63/+61 |
| | |