summaryrefslogtreecommitdiff
path: root/src/wasm-validator.h
Commit message (Expand)AuthorAgeFilesLines
* Do not optimize public types (#5347)Thomas Lively2022-12-161-1/+4
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-1/+1
* Function-level pass-debug mode 2 validation (#4897)Alon Zakai2022-08-121-0/+4
* Refactor printing code so that printing Expressions always works (#3450)Alon Zakai2020-12-171-1/+0
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-1/+1
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-1/+1
* Feature options (#1797)Thomas Lively2018-12-031-1/+1
* Add Features enum to IR (#1250)Derek Schuff2017-10-271-1/+1
* Refactor validator API to use enums (#1209)Alon Zakai2017-10-031-1/+9
* Fast validation (#1204)Alon Zakai2017-10-021-182/+4
* Expressions should not appear twice in the ast (#1191)Alon Zakai2017-09-181-0/+3
* clean up untaken => unreachable, as well as unnecessary named stuff in valida...Alon Zakai2017-09-061-1/+0
* wasm-reduce tool (#1139)Alon Zakai2017-09-011-1/+3
* Add support for atomic wait and wake operators (#1140)Derek Schuff2017-08-241-0/+2
* Merge pull request #1095 from WebAssembly/fuzz-3Alon Zakai2017-07-181-1/+1
|\
| * fix validation of memBytes, if the load type is unreachable, we can't and sho...Alon Zakai (kripken)2017-07-131-1/+1
* | Validation for AtomicRMW and cmpxchg (#1092)Derek Schuff2017-07-141-9/+12
|/
* Merge pull request #1087 from WebAssembly/fuzz-2Alon Zakai2017-07-121-3/+4
|\
| * refactor and improve break validation. breaks names are unique, so we don't n...Alon Zakai (kripken)2017-07-111-3/+4
* | Refactor validation failure and printing, validate atomic memory (#1090)Derek Schuff2017-07-121-23/+34
|/
* Factor wasm validator into a cpp file (#1086)Derek Schuff2017-07-101-611/+35
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-1/+1
* validate returned values in all cases, even if the function returns none we s...Alon Zakai2017-06-021-6/+4
* error if select sides are concrete but differentAlon Zakai (kripken)2017-06-011-0/+3
* in extra pass-debug validation, don't assume there is always a function, the ...Alon Zakai (kripken)2017-06-011-1/+1
* More fuzz fixes (#1021)Alon Zakai2017-05-221-4/+16
* use TypeUpdater in vacuumAlon Zakai (kripken)2017-05-201-6/+15
* Address review feedback for #1014 (#1016)Alon Zakai2017-05-181-3/+3
* Validate finalization (#1014)Alon Zakai2017-05-181-7/+50
* fix unreachable typing: for all nodes, if they are not reached - e.g., a bina...Alon Zakai (kripken)2017-05-021-12/+2
* disallow empty blocks with a type - if they return a type, they must have con...Alon Zakai2017-05-021-0/+3
* Validation fixes for issues noticed by afl (#988)Alon Zakai2017-05-021-6/+109
* wasm-merge tool (#919)Alon Zakai2017-04-171-1/+3
* finalize interim ifs in relooper, and other if handling issues (#940)Alon Zakai2017-03-131-0/+10
* Wasm h to cpp (#926)jgravelle-google2017-03-101-5/+6
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-3/+3
* clean up raw pointer import->functionType, make it a Name like everything els...Alon Zakai2017-02-171-4/+5
* Fix emitting of unreachable block/if/loop (#911)Alon Zakai2017-02-161-1/+6
* Handle importing globals in s2wasm (#843)jgravelle-google2016-11-301-0/+1
* Don't create a memory section for an imported memory; fixes #772 (#773)Benjamin Bouvier2016-10-131-0/+3
* Don't create table sections for imported tables (#756)Derek Schuff2016-10-111-0/+3
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-0/+13
* validate get_local type (#745)Alon Zakai2016-10-061-0/+3
* Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725)Alon Zakai2016-10-031-6/+6
* Document and clean up validation options (#730)Alon Zakai2016-10-031-9/+31
* passRunner debug and validation improvements (#726)Alon Zakai2016-10-021-5/+15
* asm2wasm i64 support (#723)Alon Zakai2016-09-301-0/+3
* validate drop (#712)Alon Zakai2016-09-301-6/+1
* Type check block/loop/if sigs (#717)Alon Zakai2016-09-281-0/+23
* table elem parsing fixesAlon Zakai2016-09-201-1/+0