Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Make initial and max memory sizes be in pages instead of bytes | Derek Schuff | 2016-03-09 | 7 | -30/+43 | |
| | | | | | | | | | | | | | | 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 #234 from WebAssembly/integrate-wasm-fixes | Alon Zakai | 2016-03-08 | 1 | -5/+9 | |
|\ \ | | | | | | | Move to a cleaner way of emcc.py integrating with wasm.js-post.js | |||||
| * | | move to a cleaner way of emcc.py integrating with wasm.js-post.js | Alon Zakai | 2016-03-08 | 1 | -5/+9 | |
| | | | ||||||
* | | | Update s2wasm for tableswitch->br_table change | Derek Schuff | 2016-03-08 | 1 | -9/+10 | |
|/ / | ||||||
* | | be more precise in br_table parsing | Alon Zakai | 2016-03-07 | 1 | -1/+1 | |
| | | ||||||
* | | remove old and invalid optimization pass in asm2wasm | Alon Zakai | 2016-03-07 | 1 | -33/+0 | |
| | | ||||||
* | | br_table, no more cases | Alon Zakai | 2016-03-07 | 12 | -291/+113 | |
| | | ||||||
* | | parse empty blocks properly | Alon Zakai | 2016-03-07 | 1 | -2/+3 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | update if parsing to new spec rules | Alon Zakai | 2016-03-07 | 4 | -16/+84 | |
| | | ||||||
* | | add a finalize() method for blocks | Alon Zakai | 2016-03-07 | 8 | -11/+27 | |
| | | ||||||
* | | allow setting total memory in asm2wasm | Alon Zakai | 2016-03-07 | 1 | -2/+9 | |
| | | ||||||
* | | assume wasm binaries were preloaded on the web, where we lack sync binary reads | Alon Zakai | 2016-03-06 | 1 | -1/+8 | |
| | | ||||||
* | | handle continues in one-time loops | Alon Zakai | 2016-03-05 | 1 | -18/+30 | |
| | | ||||||
* | | cast f32 to f64 before calling f64-to-int in asm2wasm | Alon Zakai | 2016-03-05 | 1 | -1/+9 | |
| | | ||||||
* | | warn when we should grow wasm memory in mergeMemory | Alon Zakai | 2016-03-05 | 1 | -1/+3 | |
| | | ||||||
* | | harmonize ffi calls in asm2wasm, adding arguments as needed. this helps with ↵ | Alon Zakai | 2016-03-05 | 1 | -3/+20 | |
| | | | | | | | | asm ffis which tolerate overloading, unlike wasm | |||||
* | | fix global.Math imports | Alon Zakai | 2016-03-05 | 1 | -1/+1 | |
| | | ||||||
* | | place NaN and Infinity on global | Alon Zakai | 2016-03-04 | 1 | -1/+5 | |
| | | ||||||
* | | send a typed array to instantiateMemory | Alon Zakai | 2016-03-04 | 1 | -1/+1 | |
| | | ||||||
* | | move WasmTypes in integrateWasmJS to the right place | Alon Zakai | 2016-03-04 | 1 | -8/+8 | |
| | | ||||||
* | | pass buffer to instantiateModule | Alon Zakai | 2016-03-04 | 1 | -1/+1 | |
| | | ||||||
* | | WASM => Wasm | Alon Zakai | 2016-03-04 | 1 | -8/+2 | |
| | | ||||||
* | | use lookupImport directly | Alon Zakai | 2016-03-04 | 1 | -1/+1 | |
| | | ||||||
* | | move to more unification of import handling in interpreter and native paths | Alon Zakai | 2016-03-04 | 1 | -38/+28 | |
| | | ||||||
* | | support memory segments in wasm modules, which we get if the wasm backend ↵ | Alon Zakai | 2016-03-04 | 1 | -2/+4 | |
| | | | | | | | | was used | |||||
* | | fix providedTotalMemory setting, must be before it is used | Alon Zakai | 2016-03-04 | 1 | -2/+2 | |
| | | ||||||
* | | remove optimization for interpreter memory generation, make it always return ↵ | Alon Zakai | 2016-03-04 | 1 | -12/+9 | |
| | | | | | | | | a memory like in the native code path | |||||
* | | fix mergeMemory | Alon Zakai | 2016-03-04 | 1 | -4/+6 | |
| | | ||||||
* | | update select changes in spec | Alon Zakai | 2016-03-02 | 2 | -5/+5 | |
| | | ||||||
* | | fix assertion in interpreter that was too strong - we can have blocks with ↵ | Alon Zakai | 2016-03-02 | 1 | -3/+7 | |
| | | | | | | | | no return type, but that still end up returning a type due to a branch | |||||
* | | Merge pull request #215 from WebAssembly/postorder | Alon Zakai | 2016-03-01 | 1 | -67/+92 | |
|\ \ | | | | | | | Postorder | |||||
| * | | switch to postorder | Alon Zakai | 2016-02-26 | 1 | -67/+92 | |
| |/ | ||||||
* | | Merge pull request #204 from mbebenita/print-compact | Alon Zakai | 2016-02-29 | 4 | -74/+103 | |
|\ \ | |/ |/| | Compact printing. | |||||
| * | Remove MinifiedPrinter from the header file. | Michael | 2016-02-23 | 2 | -9/+9 | |
| | | ||||||
| * | Whitespace removal. | Michael | 2016-02-22 | 4 | -74/+103 | |
| | | ||||||
* | | support function indexes in tables | Alon Zakai | 2016-02-25 | 1 | -1/+8 | |
| | | ||||||
* | | Merge pull request #212 from WebAssembly/grow-memory-returns | Alon Zakai | 2016-02-23 | 2 | -2/+3 | |
|\ \ | | | | | | | Grow memory returns a value now | |||||
| * | | grow memory returns a value now, and we can update the spec tests after ↵ | Alon Zakai | 2016-02-23 | 2 | -2/+3 | |
| | | | | | | | | | | | | doing that | |||||
* | | | Merge pull request #210 from mbebenita/fix-parsing | Alon Zakai | 2016-02-23 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| / | |/ | Bug fix and adds printing / parsing tests. | |||||
| * | Bug fix and adds printing / parsing tests. | Michael | 2016-02-22 | 1 | -1/+1 | |
| | | ||||||
* | | Fix switch offsets. | Michael | 2016-02-23 | 1 | -11/+16 | |
|/ | ||||||
* | document that env.exit support is a hack for torture tests | Alon Zakai | 2016-02-22 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #209 from WebAssembly/asm-fixes | Alon Zakai | 2016-02-21 | 5 | -11/+12 | |
|\ | | | | | Asm fixes | |||||
| * | support asm.js ceil | Alon Zakai | 2016-02-21 | 2 | -2/+8 | |
| | | ||||||
| * | debugging tweaks | Alon Zakai | 2016-02-21 | 3 | -9/+4 | |
| | | ||||||
* | | Merge pull request #206 from WebAssembly/align-implicit | Alon Zakai | 2016-02-20 | 2 | -4/+4 | |
|\ \ | |/ |/| | Don't print the default alignment | |||||
| * | do not print alignment if it is the implicit default, which is the number of ↵ | Alon Zakai | 2016-02-20 | 2 | -4/+4 | |
| | | | | | | | | bytes | |||||
* | | print out total nodes in --metrics | Alon Zakai | 2016-02-20 | 1 | -2/+4 | |
|/ |