summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-validator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Passive segments (#1976)Thomas Lively2019-04-051-7/+12
* Update test/spec/memory.wast to latest upstream (#1801)Alon Zakai2019-04-031-0/+11
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-5/+5
* More validation tests and fixes for SIMD (#1964)Thomas Lively2019-03-251-0/+8
* Validate that types match features (#1949)Thomas Lively2019-03-181-0/+5
* Bulk memory operations (#1892)Thomas Lively2019-02-051-0/+35
* Validate unique local names, and use validation in wasm2js. Fixes #1885 (#1886)Alon Zakai2019-01-231-0/+6
* Massive renaming (#1855)Thomas Lively2019-01-071-10/+10
* Refactor Features code (#1848)Alon Zakai2019-01-021-3/+3
* Fix fuzzing JS glue code (#1843)Alon Zakai2018-12-271-0/+3
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-4/+4
* Fuzzing v128 and associated bug fixes (#1827)Thomas Lively2018-12-141-2/+8
* SIMD (#1820)Thomas Lively2018-12-131-18/+214
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-25/+76
* Feature options (#1797)Thomas Lively2018-12-031-9/+9
* Add support for a mutable globals as a Feature (#1785)Sam Clegg2018-11-301-0/+9
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+1
* standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)Alon Zakai2018-11-291-2/+2
* Remove default cases (#1757)Thomas Lively2018-11-271-4/+4
* Fix segment size validation for imported memories (#1745)Sam Clegg2018-11-151-2/+7
* Support 4GB Memories (#1702)Alon Zakai2018-10-151-1/+1
* properly handle unreachable atomic operations, fixes a regression from #1693 ...Alon Zakai2018-10-111-2/+2
* No atomic float operations (#1693)Alon Zakai2018-10-051-1/+7
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-47/+16
* remove PageSize and HasFeature, which wasm removed a while back (#1667)Alon Zakai2018-09-121-3/+1
* Stack IR (#1623)Alon Zakai2018-07-301-0/+2
* Optimize validation of many nested blocks (#1576)Alon Zakai2018-05-301-44/+49
* Optimize equivalent locals (#1540)Alon Zakai2018-05-101-0/+1
* Fix MSVC warnings when compiling the binaryen target (#1535)Daniel Wirtz2018-05-091-4/+4
* Fix bad param/var type error handling (#1499)Alon Zakai2018-04-101-0/+6
* Function pointer cast emulation (#1468)Alon Zakai2018-03-131-0/+6
* Fuzz fix: if global does not exist, report error and don't run the rest of th...Alon Zakai2018-03-071-37/+38
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-29/+29
* Validation fixes for #1317 (#1347)Alon Zakai2018-01-031-0/+16
* allow exporting an import (#1326)Alon Zakai2017-12-081-9/+6
* accept overlapping segments (#1289)Alon Zakai2017-11-141-5/+2
* Restrict validation output to just validation errors in the API (#1253)Daniel Wirtz2017-11-011-2/+0
* Add Features enum to IR (#1250)Derek Schuff2017-10-271-1/+10
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-2/+2
* Atomics support in interpreter + optimizer + fuzz fixes for that (#1227)Alon Zakai2017-10-201-3/+4
* Refactor validator API to use enums (#1209)Alon Zakai2017-10-031-5/+5
* Fast validation (#1204)Alon Zakai2017-10-021-192/+476
* Update text syntax for shared memory limits (#1197)Derek Schuff2017-09-221-0/+1
* Expressions should not appear twice in the ast (#1191)Alon Zakai2017-09-181-0/+18
* Add support for sign-extension operators from threading proposal (#1167)Derek Schuff2017-09-061-2/+11
* clean up untaken => unreachable, as well as unnecessary named stuff in valida...Alon Zakai2017-09-061-6/+1
* Return to more structured type rules for block and if (#1148)Alon Zakai2017-09-051-9/+11
* wasm-reduce tool (#1139)Alon Zakai2017-09-011-7/+12
* Add support for atomic wait and wake operators (#1140)Derek Schuff2017-08-241-0/+14
* improve WasmValidator::validateMemBytes, check for unreasonable sizes even ty...Alon Zakai2017-07-191-6/+6