| Commit message (Expand) | Author | Age | Files | Lines |
* | Bulk memory operations (#1892) | Thomas Lively | 2019-02-05 | 1 | -0/+35 |
* | Validate unique local names, and use validation in wasm2js. Fixes #1885 (#1886) | Alon Zakai | 2019-01-23 | 1 | -0/+6 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -10/+10 |
* | Refactor Features code (#1848) | Alon Zakai | 2019-01-02 | 1 | -3/+3 |
* | Fix fuzzing JS glue code (#1843) | Alon Zakai | 2018-12-27 | 1 | -0/+3 |
* | Rename `idx` to `index` in SIMD code for consistency (#1836) | Thomas Lively | 2018-12-18 | 1 | -4/+4 |
* | Fuzzing v128 and associated bug fixes (#1827) | Thomas Lively | 2018-12-14 | 1 | -2/+8 |
* | SIMD (#1820) | Thomas Lively | 2018-12-13 | 1 | -18/+214 |
* | Implement nontrapping float-to-int instructions (#1780) | Thomas Lively | 2018-12-04 | 1 | -25/+76 |
* | Feature options (#1797) | Thomas Lively | 2018-12-03 | 1 | -9/+9 |
* | Add support for a mutable globals as a Feature (#1785) | Sam Clegg | 2018-11-30 | 1 | -0/+9 |
* | Add v128 type (#1777) | Thomas Lively | 2018-11-29 | 1 | -0/+1 |
* | standardize on 'template<' over 'template <' (i.e., remove a space) (#1782) | Alon Zakai | 2018-11-29 | 1 | -2/+2 |
* | Remove default cases (#1757) | Thomas Lively | 2018-11-27 | 1 | -4/+4 |
* | Fix segment size validation for imported memories (#1745) | Sam Clegg | 2018-11-15 | 1 | -2/+7 |
* | Support 4GB Memories (#1702) | Alon Zakai | 2018-10-15 | 1 | -1/+1 |
* | properly handle unreachable atomic operations, fixes a regression from #1693 ... | Alon Zakai | 2018-10-11 | 1 | -2/+2 |
* | No atomic float operations (#1693) | Alon Zakai | 2018-10-05 | 1 | -1/+7 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -47/+16 |
* | remove PageSize and HasFeature, which wasm removed a while back (#1667) | Alon Zakai | 2018-09-12 | 1 | -3/+1 |
* | Stack IR (#1623) | Alon Zakai | 2018-07-30 | 1 | -0/+2 |
* | Optimize validation of many nested blocks (#1576) | Alon Zakai | 2018-05-30 | 1 | -44/+49 |
* | Optimize equivalent locals (#1540) | Alon Zakai | 2018-05-10 | 1 | -0/+1 |
* | Fix MSVC warnings when compiling the binaryen target (#1535) | Daniel Wirtz | 2018-05-09 | 1 | -4/+4 |
* | Fix bad param/var type error handling (#1499) | Alon Zakai | 2018-04-10 | 1 | -0/+6 |
* | Function pointer cast emulation (#1468) | Alon Zakai | 2018-03-13 | 1 | -0/+6 |
* | Fuzz fix: if global does not exist, report error and don't run the rest of th... | Alon Zakai | 2018-03-07 | 1 | -37/+38 |
* | Rename WasmType => Type (#1398) | Alon Zakai | 2018-02-02 | 1 | -29/+29 |
* | Validation fixes for #1317 (#1347) | Alon Zakai | 2018-01-03 | 1 | -0/+16 |
* | allow exporting an import (#1326) | Alon Zakai | 2017-12-08 | 1 | -9/+6 |
* | accept overlapping segments (#1289) | Alon Zakai | 2017-11-14 | 1 | -5/+2 |
* | Restrict validation output to just validation errors in the API (#1253) | Daniel Wirtz | 2017-11-01 | 1 | -2/+0 |
* | Add Features enum to IR (#1250) | Derek Schuff | 2017-10-27 | 1 | -1/+10 |
* | notation change: AST => IR (#1245) | Alon Zakai | 2017-10-24 | 1 | -2/+2 |
* | Atomics support in interpreter + optimizer + fuzz fixes for that (#1227) | Alon Zakai | 2017-10-20 | 1 | -3/+4 |
* | Refactor validator API to use enums (#1209) | Alon Zakai | 2017-10-03 | 1 | -5/+5 |
* | Fast validation (#1204) | Alon Zakai | 2017-10-02 | 1 | -192/+476 |
* | Update text syntax for shared memory limits (#1197) | Derek Schuff | 2017-09-22 | 1 | -0/+1 |
* | Expressions should not appear twice in the ast (#1191) | Alon Zakai | 2017-09-18 | 1 | -0/+18 |
* | Add support for sign-extension operators from threading proposal (#1167) | Derek Schuff | 2017-09-06 | 1 | -2/+11 |
* | clean up untaken => unreachable, as well as unnecessary named stuff in valida... | Alon Zakai | 2017-09-06 | 1 | -6/+1 |
* | Return to more structured type rules for block and if (#1148) | Alon Zakai | 2017-09-05 | 1 | -9/+11 |
* | wasm-reduce tool (#1139) | Alon Zakai | 2017-09-01 | 1 | -7/+12 |
* | Add support for atomic wait and wake operators (#1140) | Derek Schuff | 2017-08-24 | 1 | -0/+14 |
* | improve WasmValidator::validateMemBytes, check for unreasonable sizes even ty... | Alon Zakai | 2017-07-19 | 1 | -6/+6 |
* | Merge pull request #1095 from WebAssembly/fuzz-3 | Alon Zakai | 2017-07-18 | 1 | -2/+5 |
|\ |
|
| * | fix validation of memBytes, if the load type is unreachable, we can't and sho... | Alon Zakai (kripken) | 2017-07-13 | 1 | -2/+5 |
* | | Validation for AtomicRMW and cmpxchg (#1092) | Derek Schuff | 2017-07-14 | 1 | -1/+25 |
|/ |
|
* | Merge pull request #1087 from WebAssembly/fuzz-2 | Alon Zakai | 2017-07-12 | 1 | -15/+19 |
|\ |
|
| * | refactor and improve break validation. breaks names are unique, so we don't n... | Alon Zakai (kripken) | 2017-07-11 | 1 | -15/+19 |