Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use strncpy #283 | Alon Zakai | 2016-03-28 | 2 | -6/+7 |
| | |||||
* | Merge pull request #284 from WebAssembly/tighten-safe-int | Alon Zakai | 2016-03-28 | 1 | -16/+18 |
|\ | | | | | Tighten safe integer | ||||
| * | Tighten safe integer | JF Bastien | 2016-03-28 | 1 | -16/+18 |
|/ | | | | #282 removed the assert, but the code didn't handle negative -> unsigned conversion properly, and doesn't behave well with -0.0. I'm not super comfortable with 64-bit int min / max to double conversions either, but that'll be for another patch. | ||||
* | Merge pull request #282 from WebAssembly/safe-int-fixes | Alon Zakai | 2016-03-28 | 1 | -4/+0 |
|\ | | | | | Remove bogus asserts from safe_integer casts | ||||
| * | remove bogus asserts from safe_integer casts | Alon Zakai | 2016-03-28 | 1 | -4/+0 |
|/ | |||||
* | Merge pull request #276 from WebAssembly/spec-update | Alon Zakai | 2016-03-25 | 2 | -13/+12 |
|\ | | | | | Update spec tests, and new memory page size usage | ||||
| * | update spec tests, and new memory page size usage | Alon Zakai | 2016-03-25 | 2 | -13/+12 |
|/ | |||||
* | if Module.asm is already set, use that | Alon Zakai | 2016-03-24 | 1 | -1/+4 |
| | |||||
* | note when we are using wasm | Alon Zakai | 2016-03-23 | 1 | -0/+2 |
| | |||||
* | Merge pull request #275 from WebAssembly/closure-fix | Alon Zakai | 2016-03-23 | 4 | -3008/+3140 |
|\ | | | | | Test suite corner case fixes | ||||
| * | update wasm.js | Alon Zakai | 2016-03-23 | 1 | -3004/+3108 |
| | | |||||
| * | add function stack printing in interpreter | Alon Zakai | 2016-03-23 | 2 | -0/+28 |
| | | |||||
| * | quote strings for closure compiler | Alon Zakai | 2016-03-23 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #274 from WebAssembly/rotr-s2wasm | Derek Schuff | 2016-03-23 | 256 | -10449/+10343 |
|\ | | | | | Add rotate support to s2wasm | ||||
| * | Update LLVM tests and waterfall to 4425 | Derek Schuff | 2016-03-23 | 255 | -10449/+10341 |
| | | |||||
| * | Add rotate support to s2wasm | Derek Schuff | 2016-03-23 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #251 from mbebenita/opt-wasm-as | Alon Zakai | 2016-03-22 | 1 | -11/+22 |
|\ | | | | | Optimize function => index mapping. | ||||
| * | Flip condition. | Michael Bebenita | 2016-03-22 | 1 | -8/+2 |
| | | |||||
| * | Optimize function => index mapping. | Michael Bebenita | 2016-03-16 | 1 | -9/+26 |
| | | |||||
* | | Merge pull request #273 from WebAssembly/memory-growth | Alon Zakai | 2016-03-22 | 4 | -10/+52 |
|\ \ | | | | | | | Fix and test memory growth | ||||
| * | | 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 |
| | |