Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | set type for loop #161 | Alon Zakai | 2016-02-01 | 1 | -0/+1 | |
| | ||||||
* | fix function type parsing in s-parser | Alon Zakai | 2016-01-29 | 1 | -3/+3 | |
| | ||||||
* | parse 0-size blocks | Alon Zakai | 2016-01-27 | 1 | -1/+1 | |
| | ||||||
* | add continues in s-parser | Alon Zakai | 2016-01-14 | 1 | -0/+3 | |
| | ||||||
* | refactor FunctionType to always be accessed from the Module's central store, ↵ | Alon Zakai | 2016-01-11 | 1 | -5/+8 | |
| | | | | which is necessary for simple binary writing | |||||
* | fix default being a br in switch #70 | Alon Zakai | 2016-01-07 | 1 | -6/+1 | |
| | ||||||
* | fix switch parsing and semantics, for br in the table | Alon Zakai | 2016-01-06 | 1 | -7/+1 | |
| | ||||||
* | fix return handling in s-parser | Alon Zakai | 2016-01-05 | 1 | -8/+17 | |
| | ||||||
* | fix parsing error in s-parser with functions with just a block and then more ↵ | Alon Zakai | 2016-01-05 | 1 | -6/+6 | |
| | | | | content | |||||
* | add some s-parser debugging | Alon Zakai | 2015-12-29 | 1 | -2/+3 | |
| | ||||||
* | fix s-parser handling of memory segments with 0s | Alon Zakai | 2015-12-23 | 1 | -25/+38 | |
| | ||||||
* | fix parsing of large offsets in 32-bit | Alon Zakai | 2015-12-22 | 1 | -1/+1 | |
| | ||||||
* | Fix / uniformize include guards | JF Bastien | 2015-12-22 | 1 | -0/+5 | |
| | ||||||
* | Fix unused variable / function warnings. | JF Bastien | 2015-12-22 | 1 | -2/+1 | |
| | ||||||
* | more escaping | Alon Zakai | 2015-12-21 | 1 | -0/+10 | |
| | ||||||
* | Merge pull request #22 from WebAssembly/fix-license-headers | Alon Zakai | 2015-12-21 | 1 | -1/+15 | |
|\ | | | | | Fix the license headers | |||||
| * | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 | |
| | | | | | | | | This applies Apache 2.0 properly (as far as our lawyers have told me). We can do this early since all of the code was written by Alon Zakai. | |||||
* | | Revert "add more debugging to wasm-s-parser" | Alon Zakai | 2015-12-21 | 1 | -3/+1 | |
| | | | | | | | | This reverts commit 37ea049f1135bda96e00ed58b25fe9fa462016a6. | |||||
* | | add more debugging to wasm-s-parser | Alon Zakai | 2015-12-21 | 1 | -1/+3 | |
| | | ||||||
* | | handle return with no value in s-parser | Alon Zakai | 2015-12-21 | 1 | -1/+3 | |
| | | ||||||
* | | parse imports early, as they may be at the end | Alon Zakai | 2015-12-21 | 1 | -1/+7 | |
|/ | ||||||
* | be more careful about parsing s-expression comments | Alon Zakai | 2015-12-18 | 1 | -1/+1 | |
| | ||||||
* | remove Label, which was removed from the spec | Alon Zakai | 2015-12-18 | 1 | -16/+0 | |
| | ||||||
* | fix block label parsing | Alon Zakai | 2015-12-18 | 1 | -0/+4 | |
| | ||||||
* | process on s2wasm, and first working testcase | Alon Zakai | 2015-12-10 | 1 | -1/+0 | |
| | ||||||
* | refactor const parsing | Alon Zakai | 2015-12-10 | 1 | -137/+3 | |
| | ||||||
* | refactor wasm.js so that it will be able to support multiple wasm loading ↵ | Alon Zakai | 2015-11-28 | 1 | -25/+1 | |
| | | | | methods | |||||
* | handle empty blocks in s-parser | Alon Zakai | 2015-11-27 | 1 | -1/+3 | |
| | ||||||
* | unify convert/compare into unary/binary, and do a pre-pass in s-expression ↵ | Alon Zakai | 2015-11-27 | 1 | -47/+68 | |
| | | | | parser for function types, to fix new assertions that notice some missing types | |||||
* | create an AllocatingModule which handles allocation for its elements | Alon Zakai | 2015-11-24 | 1 | -3/+3 | |
| | ||||||
* | br_if | Alon Zakai | 2015-11-20 | 1 | -5/+12 | |
| | ||||||
* | handle more import parsing in s-parser | Alon Zakai | 2015-11-18 | 1 | -16/+20 | |
| | ||||||
* | mark host types | Alon Zakai | 2015-11-18 | 1 | -0/+1 | |
| | ||||||
* | set call types in a post-pass in s-parser | Alon Zakai | 2015-11-18 | 1 | -0/+7 | |
| | ||||||
* | handle imports with a return type | Alon Zakai | 2015-11-16 | 1 | -1/+5 | |
| | ||||||
* | use Name::fromInt | Alon Zakai | 2015-11-11 | 1 | -8/+4 | |
| | ||||||
* | validate offsets in s-parser, remove hack | Alon Zakai | 2015-11-11 | 1 | -1/+3 | |
| | ||||||
* | don't allow direct access to the vectors on the Module object | Alon Zakai | 2015-11-11 | 1 | -2/+4 | |
| | ||||||
* | don't store caseMap in Switch, it's a pure optimization | Alon Zakai | 2015-11-11 | 1 | -1/+0 | |
| | ||||||
* | nan fixes; test suite fully passes | Alon Zakai | 2015-11-11 | 1 | -4/+4 | |
| | ||||||
* | more nan fixes | Alon Zakai | 2015-11-11 | 1 | -3/+3 | |
| | ||||||
* | remove debug print | Alon Zakai | 2015-11-11 | 1 | -1/+1 | |
| | ||||||
* | unreachable | Alon Zakai | 2015-11-11 | 1 | -0/+4 | |
| | ||||||
* | comments | Alon Zakai | 2015-11-11 | 1 | -2/+3 | |
| | ||||||
* | handle some switch errors, get the switch testcase passing | Alon Zakai | 2015-11-09 | 1 | -0/+1 | |
| | ||||||
* | wip switch work | Alon Zakai | 2015-11-09 | 1 | -2/+16 | |
| | ||||||
* | handle empty switches, and some more temp blacklisting | Alon Zakai | 2015-11-09 | 1 | -1/+1 | |
| | ||||||
* | update control flow operators, blacklist some new float errors for now | Alon Zakai | 2015-11-09 | 1 | -36/+20 | |
| | ||||||
* | update spec tests, use a proper label stack, and start to update control ↵ | Alon Zakai | 2015-11-09 | 1 | -19/+33 | |
| | | | | flow changes from spec | |||||
* | nan fixes | Alon Zakai | 2015-11-08 | 1 | -6/+17 | |
| |