summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-1/+1
* Remove legacy GC text syntax (#5929)Thomas Lively2023-09-121-1/+0
* Do not prompt user on fuzz_opt.py --auto-initial-contents (#5907)Thomas Lively2023-08-291-8/+0
* Update stringref text format (#5891)Jérôme Vouillon2023-08-221-0/+9
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-4/+4
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-16/+2
* GUFA: Add a version that casts all of our inferences (#5846)Alon Zakai2023-07-271-0/+1
* [NFC] Port passes remove-unused-brs_all-features.wast to lit (#5843)Thomas Lively2023-07-271-1/+1
* Add new V8 flag for final types and remove old removed ones (#5807)Alon Zakai2023-07-101-2/+1
* CtorEval Fuzzer: Generalize export regex (#5778)Alon Zakai2023-06-221-1/+1
* StackIR: Remove nops (#5746)Alon Zakai2023-05-301-0/+2
* Fuzzer: Ignore testcases that V8 OOMs on (#5733)Alon Zakai2023-05-181-0/+3
* Reintroduce wasm-merge (#5709)Alon Zakai2023-05-162-5/+66
* Prune trapping code during TrapsNeverHappen fuzzing (#5717)Alon Zakai2023-05-121-25/+68
* [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...Alon Zakai2023-05-041-4/+4
* Fuzzer: Run --dce when GC is enabled (#5677)Alon Zakai2023-04-191-0/+9
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-141-5/+0
* Implement array.fill, array.init_data, and array.init_elem (#5637)Thomas Lively2023-04-061-0/+3
* Adjust fuzzer frequencies (#5612)Alon Zakai2023-03-311-6/+5
* Switch fuzzer to hybrid typing (#5609)Alon Zakai2023-03-311-1/+1
* Fuzz partial-inlining-ifs (#5600)Alon Zakai2023-03-291-0/+4
* Use more than a single wasm page in Asyncify fuzzing (#5597)Alon Zakai2023-03-221-1/+3
* Fuzzer: Ignore infinite recursion in Asyncify handler (#5596)Alon Zakai2023-03-221-0/+17
* Fix misoptimization in TypeMerging (#5572)Thomas Lively2023-03-141-3/+1
* Fuzzer: CompareVMs: Do not compare when hitting a host limitation (#5562)Alon Zakai2023-03-141-2/+18
* TrapsNeverHappen fuzzing: Handle a trap vs a host limitation (#5560)Alon Zakai2023-03-101-0/+8
* Integrate the heap type fuzzer into the main fuzzer (#5555)Alon Zakai2023-03-091-1/+3
* Fuzzer: Skip testcases that hit V8's array size limit (#5550)Alon Zakai2023-03-071-2/+8
* Fuzzer: Count the number of VM runs we ignore (#5538)Alon Zakai2023-03-011-1/+11
* Fuzzer: Ignore host limits (#5536)Alon Zakai2023-03-011-0/+6
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-1/+2
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-1/+1
* Fuzzing: Add wasm-ctor-eval fuzzing in fuzz_opt.py (#5523)Alon Zakai2023-02-241-4/+44
* [wasm-ctor-eval] Add v128 load/store support (#5512)Alon Zakai2023-02-231-0/+5
* [Strings] Add experimental string.hash instruction (#5480)Alon Zakai2023-02-031-0/+1
* [Wasm GC] Add AbstractTypeRefining pass (#5461)Alon Zakai2023-02-031-0/+2
* Add a CMake flag to enable Wasm exceptions in the BinaryenJS build (#5454)Derek Schuff2023-02-021-1/+1
* [Strings] Add experimental StringNew variants (#5459)Alon Zakai2023-01-261-4/+7
* [Strings] Add string.compare (#5453)Alon Zakai2023-01-251-1/+2
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-4/+0
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-3/+3
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-4/+4
* Consolidate br_on* operations (#5399)Thomas Lively2023-01-061-12/+12
* [Parser] Parse blocks (#5393)Thomas Lively2023-01-051-1/+1
* Skip some new initial content in the fuzzer, with imported memories (#5383)Alon Zakai2023-01-031-0/+3
* Work around bugs with open world type optimizations (#5367)Thomas Lively2022-12-201-69/+89
* Fixed fuzzing of closed-world after #5347 (#5359)Alon Zakai2022-12-161-4/+19
* Fix OOB string_view read in generated parser code (#5349)Thomas Lively2022-12-141-7/+5
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-9/+12
* [Wasm GC] Add TypeMerging pass (#5321)Alon Zakai2022-12-071-0/+1