summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Fuzzer: Standardize notation for exception prefixes (#6369)Alon Zakai2024-03-052-4/+10
* Fuzzer: Ignore fuzz testcases that make VMs run out of stack (#6376)Alon Zakai2024-03-041-8/+19
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-042-0/+2
* Fuzzing: Remove some obsolete experimental V8 flags (#6347)Alon Zakai2024-02-281-4/+0
* Fuzz V8 Turboshaft (#6360)Alon Zakai2024-02-281-1/+8
* Fuzzer: Separate arguments used to make the fuzz wasm from the opts we run on...Alon Zakai2024-02-271-8/+16
* [Parser] Parse annotations, including source map comments (#6345)Thomas Lively2024-02-261-2/+2
* Fuzzer: Fix BigInt printing (#6348)Alon Zakai2024-02-261-0/+4
* Fuzzer: Handle negative i31s (#6341)Alon Zakai2024-02-231-1/+1
* Fuzzer: Ignore V8 errors on uninitialized non-defaultable locals (#6337)Alon Zakai2024-02-221-0/+9
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-222-0/+2
* Fuzzer: Adjust feature fuzzing frequency (#6305)Alon Zakai2024-02-221-14/+21
* Fuzzer: Allow using initial content with V8 (#6327)Alon Zakai2024-02-223-5/+8
* Fuzzer: Match the logging of i31ref between JS and C++ (#6335)Alon Zakai2024-02-221-0/+4
* Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)Alon Zakai2024-02-202-3/+8
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-202-17/+43
* Fuzzer: Remove Asyncify integration (#6309)Alon Zakai2024-02-142-194/+0
* Fuzzer: Use a directory for important fuzz testcases (#6297)Alon Zakai2024-02-121-23/+14
* Fuzz shell: Add a j2wasm import (#6296)Alon Zakai2024-02-121-0/+9
* StringLowering: Start to lower instructions (#6281)Alon Zakai2024-02-061-0/+1
* [EH] Support CFGWalker for new EH spec (#6235)Heejin Ahn2024-01-251-0/+1
* [EH] Add translator from old to new EH instructions (#6210)Heejin Ahn2024-01-231-0/+1
* Typed continuations: resume instructions (#6083)Frank Emrich2024-01-112-0/+3
* [Parser] Parse br_if correctly (#6202)Thomas Lively2024-01-041-2/+2
* Match names more precisely in update_lit_checks.py (#6190)Thomas Lively2024-01-021-6/+14
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-3/+7
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-1/+3
* [EH][test] Split EH tests into old and new spec (#6178)Heejin Ahn2023-12-131-0/+2
* [test] Port tests in test/ to test/lit/basic/ (#6160)Heejin Ahn2023-12-132-63/+8
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-1/+1
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-0/+1
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-1/+1
* [test] Fix wasm2js stale check failure (#6168)Heejin Ahn2023-12-111-2/+2
* [test] Remove asm2wasm tests from scripts (#6162)Heejin Ahn2023-12-112-24/+0
* [test] Remove / move *.js tests from test/ (#6163)Heejin Ahn2023-12-111-4/+4
* [test] Make get_tests return only files (#6164)Heejin Ahn2023-12-112-0/+3
* [Parser] Parse try/catch/catch_all/delegate (#6128)Thomas Lively2023-11-291-6/+4
* [wasm-emscripten-finalize] Remove --separate-data-segments (#6091)Sam Clegg2023-11-271-37/+12
* Remove various testing spam (#6109)Alon Zakai2023-11-143-6/+7
* [Parser][NFC] Filter out unused instructions in gen-s-parser.py (#6095)Thomas Lively2023-11-091-0/+5
* Implement table.copy (#6078)Alon Zakai2023-11-061-2/+1
* Support '%S' placeholder in update_lit_checks.py (#6075)Alexander Guryanov2023-11-021-0/+1
* Typed Continuations: Add cont type (#5998)Frank Emrich2023-10-241-0/+2
* [analysis][NFC] Use C++20 concepts for Lattice (#6027)Thomas Lively2023-10-181-3/+6
* Fuzzer: Add missing simplify-globals* passes (#6025)Alon Zakai2023-10-181-0/+2
* Fuzzer: Mark runs where over 50% of functions trap as ignored (#6007)Alon Zakai2023-10-131-3/+18
* Add an "unsubtyping" optimization (#5982)Thomas Lively2023-10-101-0/+1
* [NFC][Parser] Simplify instruction handling (#5964)Thomas Lively2023-09-211-3/+2
* [Parser] Parse if-else in the new wat parser and IRBuilder (#5963)Thomas Lively2023-09-211-0/+3
* Add passes to finalize or unfinalize types (#5944)Alon Zakai2023-09-181-0/+2