| Commit message (Expand) | Author | Age | Files | Lines |
* | Add i32x4.dot_i16x8_s (#2420) | Thomas Lively | 2019-11-04 | 1 | -0/+5 |
* | Add SIMD integer min and max instructions (#2416) | Thomas Lively | 2019-11-01 | 1 | -0/+84 |
* | v8x16.swizzle (#2368) | Thomas Lively | 2019-10-03 | 1 | -0/+8 |
* | SIMD load and extend instructions (#2353) | Thomas Lively | 2019-09-24 | 1 | -0/+13 |
* | v128.andnot instruction (#2355) | Thomas Lively | 2019-09-24 | 1 | -0/+2 |
* | vNxM.load_splat instructions (#2350) | Thomas Lively | 2019-09-23 | 1 | -1/+9 |
* | SIMD narrowing and widening operations (#2341) | Thomas Lively | 2019-09-14 | 1 | -0/+74 |
* | Add atomic.fence instruction (#2307) | Heejin Ahn | 2019-08-27 | 1 | -0/+8 |
* | Add basic exception handling support (#2282) | Heejin Ahn | 2019-08-13 | 2 | -3/+126 |
* | Allow 0-value events (#2256) | Heejin Ahn | 2019-07-24 | 1 | -5/+0 |
* | Rename except_ref type to exnref (#2224) | Heejin Ahn | 2019-07-14 | 1 | -1/+1 |
* | Relax bulk memory rules (#2186) | Thomas Lively | 2019-06-30 | 1 | -26/+8 |
* | Reduce interpreter recursion limit (#2162) | Alon Zakai | 2019-06-04 | 2 | -8/+8 |
* | Add event section (#2151) | Heejin Ahn | 2019-05-31 | 1 | -0/+43 |
* | Reflect instruction renaming in code (#2128) | Heejin Ahn | 2019-05-21 | 10 | -30/+30 |
* | Finish bulk memory support (#2030) | Thomas Lively | 2019-04-22 | 1 | -0/+183 |
* | Move features from passOptions to Module (#2001) | Thomas Lively | 2019-04-12 | 1 | -20/+0 |
* | Update test/spec/memory.wast to latest upstream (#1801) | Alon Zakai | 2019-04-03 | 1 | -157/+38 |
* | Update v128.const text formats (#1934) | Thomas Lively | 2019-03-19 | 1 | -305/+315 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 69 | -1580/+1580 |
* | Fix SIMD test placement (#1853) | Thomas Lively | 2019-01-06 | 1 | -2/+2 |
* | SIMD (#1820) | Thomas Lively | 2018-12-13 | 1 | -0/+661 |
* | Implement nontrapping float-to-int instructions (#1780) | Thomas Lively | 2018-12-04 | 1 | -0/+172 |
* | check-in the test/spec suite instead of as submodule (#1677) | Jay Phelps | 2018-09-11 | 98 | -0/+22299 |
* | Update call_indirect text syntax to match spec update (#1281) | Derek Schuff | 2017-11-13 | 1 | -0/+0 |
* | Return to more structured type rules for block and if (#1148) | Alon Zakai | 2017-09-05 | 1 | -0/+0 |
* | validate returned values in all cases, even if the function returns none we s... | Alon Zakai | 2017-06-02 | 1 | -0/+0 |
* | update spec tests, now using binary-0xc branch as our stack test refactoring ... | Alon Zakai | 2016-10-12 | 1 | -0/+0 |
* | precompute void expressions too | Alon Zakai | 2016-09-24 | 1 | -0/+0 |
* | update spec tests and check.py's handling of them | Alon Zakai | 2016-09-21 | 1 | -0/+0 |
* | re-enable spec tests | Alon Zakai | 2016-09-07 | 1 | -0/+0 |
* | in DemoteFloat64, if the truncated value is exactly at the limit, return it (... | Alon Zakai | 2016-08-08 | 1 | -0/+0 |
* | Update waterfall build revision to 9397 (#662) | Derek Schuff | 2016-08-04 | 1 | -0/+0 |
* | wast function type name desugaring is changing in spec:301 (#654) | Alon Zakai | 2016-07-28 | 1 | -0/+0 |
* | update spec tests, and handle some flux in call_indirect in upstream | Alon Zakai | 2016-07-06 | 1 | -0/+0 |
* | update spec tests, and handle the new .fail. tests (#541) | Alon Zakai | 2016-05-25 | 1 | -0/+0 |
* | spec test updates, and many validation fixes | Alon Zakai | 2016-05-18 | 1 | -0/+0 |
* | update spec tests (#478) | Alon Zakai | 2016-05-11 | 1 | -0/+0 |
* | update spec tests | Alon Zakai | 2016-05-09 | 1 | -0/+0 |
* | update tests | Alon Zakai | 2016-04-18 | 1 | -0/+0 |
* | Properly align the stack pointer | Derek Schuff | 2016-04-06 | 1 | -0/+0 |
* | update spec tests, and new memory page size usage | Alon Zakai | 2016-03-25 | 1 | -0/+0 |
* | update spec tests and support eqz | Alon Zakai | 2016-03-19 | 1 | -0/+0 |
* | Implement rotates | Derek Schuff | 2016-03-09 | 1 | -0/+0 |
* | Make initial and max memory sizes be in pages instead of bytes | Derek Schuff | 2016-03-09 | 1 | -0/+0 |
* | br_table, no more cases | Alon Zakai | 2016-03-07 | 1 | -0/+0 |
* | update spec test repo | Alon Zakai | 2016-03-07 | 1 | -0/+0 |
* | update spec test repo | Alon Zakai | 2016-03-02 | 1 | -0/+0 |
* | update spec test repo | Alon Zakai | 2016-02-25 | 1 | -0/+0 |
* | grow memory returns a value now, and we can update the spec tests after doing... | Alon Zakai | 2016-02-23 | 1 | -0/+0 |