summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix the fuzzer on wasm2c2wasm: emcc must request d8 support now (#3975)Alon Zakai2021-07-091-0/+1
* Port test/passes/O* to lit (#3969)Thomas Lively2021-07-071-0/+3
* Filter more passes tests in porting script (#3968)Thomas Lively2021-07-071-8/+9
* Add a script for porting passes tests to lit (#3963)Thomas Lively2021-07-031-0/+110
* Support generating checks for multiple modules (#3962)Thomas Lively2021-07-021-52/+94
* [NFC] Refactor update_lit_checks.py (#3964)Thomas Lively2021-07-021-111/+120
* Add option to add checks for all items (#3961)Thomas Lively2021-07-021-14/+44
* Generate FileCheck checks for all module items (#3957)Thomas Lively2021-06-281-31/+78
* Add a `foreach` script for use in lit testsThomas Lively2021-06-171-0/+46
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-0/+1
* Properly handle comparisons of 64-bit ints in wasm2c in the fuzzer. (#3918)Alon Zakai2021-06-081-0/+16
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-0/+5
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-0/+1
* Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)Alon Zakai2021-05-121-0/+2
* Fuzz with maximal inlining some of the time (#3871)Alon Zakai2021-05-101-0/+8
* Fuzzer: Ignore things we should ignore even if the process succeeded (#3864)Alon Zakai2021-05-061-16/+22
* Run spec test all at once after binary transform (#3817)Abbas Mashayekh2021-04-202-2/+1
* Fuzzer: Do not fuzz multivalue testcases in initial contents (#3809)Alon Zakai2021-04-151-0/+21
* Fuzzer: Distinguish traps from host limitations (#3801)Alon Zakai2021-04-121-1/+7
* Rename SIMD extending load instructions (#3798)Daniel Wirtz2021-04-121-6/+6
* Rename various SIMD load instructions (#3795)Daniel Wirtz2021-04-111-6/+6
* [Wasm GC] Enable more GC fuzzing (#3788)Alon Zakai2021-04-081-6/+7
* Fuzz --converge (#3789)Alon Zakai2021-04-081-0/+3
* Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)Daniel Wirtz2021-04-081-8/+8
* Fuzzer: Ignore our current bug with the type of br_if (#3775)Alon Zakai2021-04-061-1/+6
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-55/+42
* Disallow flatten + GC in the fuzzer due to RTTs (#3768)Alon Zakai2021-04-011-0/+3
* Avoid flatten + multivalue + reference types in the fuzzer (#3760)Alon Zakai2021-03-311-0/+3
* Allow clang-format-diff/clang-tidy-diff to take branch as argument (#3711)Sam Clegg2021-03-222-11/+8
* Add `-o pipefail` to shell scripts (#3706)Sam Clegg2021-03-193-1/+4
* Regenerate lld tests (#3684)Sam Clegg2021-03-121-0/+2
* Stop emitting features section in fuzzer (#3652)Alon Zakai2021-03-041-1/+1
* Make the reduction script more robust, and document text reduction (#3640)Alon Zakai2021-03-031-5/+17
* Update clang-tidy-diff.sh for GH Actions (#3619)Thomas Lively2021-02-261-10/+3
* Update V8 feature flags for the fuzzer (#3569)Heejin Ahn2021-02-181-3/+3
* Add feature options to wasm-dis (#3548)Abbas Mashayekh2021-02-082-2/+2
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-011-0/+2
* [GC] br_on_null (#3528)Alon Zakai2021-02-011-0/+1
* [GC] ref.as_non_null (#3527)Alon Zakai2021-01-281-0/+1
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-1/+4
* Remove test suite's assumption of minify_check roundtripping perfectly (#3524)Alon Zakai2021-01-271-13/+2
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-0/+3
* [GC] ref.is_func/data/i31 (#3519)Alon Zakai2021-01-261-2/+5
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-1/+1
* Warn when running a pass not compatible with DWARF (#3506)Alon Zakai2021-01-261-1/+2
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-222-9/+0
* Introduce a script for updating lit tests (#3503)Thomas Lively2021-01-213-5/+186
* Prototype additional f64x2 conversions (#3501)Thomas Lively2021-01-191-0/+7
* Replace "master" with "main" in scripts and docs (#3502)Thomas Lively2021-01-192-2/+2
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-061-0/+3