Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #1095 from WebAssembly/fuzz-3 | Alon Zakai | 2017-07-18 | 1 | -2/+5 | |
|\ | | | | | More fuzz fixes | |||||
| * | fix validation of memBytes, if the load type is unreachable, we can't and ↵ | Alon Zakai (kripken) | 2017-07-13 | 1 | -2/+5 | |
| | | | | | | | | shouldn't try to validate | |||||
* | | Validation for AtomicRMW and cmpxchg (#1092) | Derek Schuff | 2017-07-14 | 1 | -1/+25 | |
|/ | | | | Also fix cases where fail() had the arguments backwards. Wasn't an error because lol templates. Also fix printModuleComponent template to SFINAE on Expression* so we properly get the specialized version. | |||||
* | Merge pull request #1087 from WebAssembly/fuzz-2 | Alon Zakai | 2017-07-12 | 1 | -15/+19 | |
|\ | | | | | Fuzz fixes | |||||
| * | refactor and improve break validation. breaks names are unique, so we don't ↵ | Alon Zakai (kripken) | 2017-07-11 | 1 | -15/+19 | |
| | | | | | | | | need a stack, and break targets must exist even if they are not actually taken | |||||
* | | Refactor validation failure and printing, validate atomic memory (#1090) | Derek Schuff | 2017-07-12 | 1 | -10/+42 | |
| | | ||||||
* | | add docs and error hints when a Call should be a CallImport (#1081) | Alon Zakai | 2017-07-11 | 1 | -1/+6 | |
|/ | | | | | | * add docs and error hints when a Call should be a CallImport * fix binaryen API docs in docs/ | |||||
* | Factor wasm validator into a cpp file (#1086) | Derek Schuff | 2017-07-10 | 1 | -0/+639 | |
Also small cleanup to CMake libraries |