summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Unpin V8 (#5277)Thomas Lively2022-11-171-3/+1
* [Wasm GC] Start an OptimizeCasts pass and reuse cast values there (#5263)Alon Zakai2022-11-171-0/+1
* [Wasm GC] Add Monomorphize pass (#5238)Alon Zakai2022-11-111-0/+2
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-0/+2
* Fix fuzzer default contents after #5212 (#5223)Thomas Lively2022-11-071-1/+1
* [Wasm GC] Fix GUFA on externalize/internalize (#5220)Alon Zakai2022-11-041-0/+1
* Fuzzer: Skip fuzzing VMs when multi-memories are enabled (#5207)Alon Zakai2022-11-031-3/+3
* Fix fuzzer to ignore externalize/internalize (#5176)Alon Zakai2022-10-211-0/+2
* [Parser] Parse loads and stores (#5174)Thomas Lively2022-10-211-24/+28
* [NFC] Avoid re-parsing instruction names (#5171)Thomas Lively2022-10-201-88/+88
* [Parser][NFC] Pass instruction locations to `makeXXX` functions (#5133)Thomas Lively2022-10-121-2/+2
* [Parser][NFC] Move `ParseInput` into the parser context (#5132)Thomas Lively2022-10-121-2/+2
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-3/+6
* Fix fuzzer after #5114 (#5117)Sam Clegg2022-10-061-7/+7
* Pin v8 10.8.104 (#5112)Thomas Lively2022-10-051-1/+4
* [Strings] Add missing String effects + tests (#5057)Alon Zakai2022-09-191-0/+1
* Allow optimizing with global function effects (#5040)Alon Zakai2022-09-161-0/+5
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-1/+0
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-1/+2
* Implement `extern.externalize` and `extern.internalize` (#4975)Thomas Lively2022-08-292-1/+5
* Simplify TrapsNeverHappen fuzzing (#4957)Alon Zakai2022-08-241-4/+5
* [Fuzzer] Fuzz TrapsNeverHappen mode (#4936)Alon Zakai2022-08-221-2/+85
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-0/+8
* Fix require() in wasm2js test suite for newer Node.js (#4913)Alon Zakai2022-08-171-0/+2
* Fuzzer: When typed-function-references is disabled, disable GC too (#4908)Alon Zakai2022-08-161-1/+2
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-2/+2
* Port test/passes/legalize-js-interface* to lit (#4903)Sam Clegg2022-08-121-3/+12
* Move `auto_update_tests.py` into scripts directory. NFC (#4879)Sam Clegg2022-08-112-2/+202
* Fuzzer: Emit absolute paths in commands (#4890)Alon Zakai2022-08-101-28/+31
* Fuzzer: Add some docs and error handling" (#4887)Alon Zakai2022-08-091-4/+19
* Remove metadata generation from wasm-emscripten-finalize (#4863)Sam Clegg2022-08-071-10/+0
* Remove RTTs (#4848)Thomas Lively2022-08-052-18/+9
* Bail out of fuzz_shell.js if instantiation fails (#4873)Thomas Lively2022-08-041-2/+9
* Re-run scripts/test/generate_lld_tests.py. NFC (#4861)Sam Clegg2022-08-021-4/+6
* Grand Unified Flow Analysis (GUFA) (#4598)Alon Zakai2022-07-221-0/+2
* [Strings] GC variants for string.encode (#4817)Alon Zakai2022-07-211-0/+2
* [Strings] Add string.new GC variants (#4813)Alon Zakai2022-07-191-0/+2
* [Strings] stringview_wtf16.length (#4809)Alon Zakai2022-07-181-0/+1
* [Strings] stringview_*.slice (#4805)Alon Zakai2022-07-151-0/+3
* [Strings] stringview access operations (#4798)Alon Zakai2022-07-131-0/+5
* [Strings] string.as (#4797)Alon Zakai2022-07-121-0/+3
* [Parser] Start to parse instructions (#4789)Thomas Lively2022-07-111-6/+22
* Parse `rec` in update_lit_checks.py (#4784)Thomas Lively2022-07-081-1/+1
* [Strings] string.is_usv_sequence (#4783)Alon Zakai2022-07-081-0/+1
* [Strings] string.eq (#4781)Alon Zakai2022-07-081-0/+1
* [Strings] string.concat (#4777)Alon Zakai2022-07-081-0/+1
* [Strings] string.encode (#4776)Alon Zakai2022-07-071-0/+2
* Fuzzer: Fix determinism fuzzing (#4767)Alon Zakai2022-07-071-6/+14
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-0/+2
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-0/+1