summaryrefslogtreecommitdiff
path: root/test/passes
Commit message (Expand)AuthorAgeFilesLines
* Do not sink blocks into ifs with unreachable conditions (#7129)Thomas Lively2024-12-021-13/+13
* Use IRBuilder in the binary parser (#6963)Thomas Lively2024-11-2617-878/+1012
* Make more Ifs unreachable (#7094)Thomas Lively2024-11-272-9/+15
* Handle concrete values in CodeFolding (#7117)Thomas Lively2024-11-262-292/+260
* Fuzzer: Legalize and prune the JS interface in pickPasses (#7092)Alon Zakai2024-11-201-30/+30
* Improve fuzzing of both closed and open world styles of modules (#7090)Alon Zakai2024-11-192-62/+68
* Fuzzing: ClusterFuzz integration (#7079)Alon Zakai2024-11-193-0/+36
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-1411-21/+2
* Record binary locations for nested blocks (#7078)Thomas Lively2024-11-145-0/+21
* Consolidate printing of function signatures (#7073)Thomas Lively2024-11-121-1/+1
* [EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)Alon Zakai2024-11-082-72/+64
* [wasm64] Fix copying of 64-bit tables, and fuzz them (#7065)Alon Zakai2024-11-072-63/+74
* [wasm64] Fuzz wasm64 memories (#7064)Alon Zakai2024-11-072-69/+63
* Fuzz the Table from JS (#7042)Alon Zakai2024-10-311-47/+40
* [EH] Fuzz throws from JS (#7027)Alon Zakai2024-10-236-76/+83
* [Wasm GC] Fuzz BrOn (#7006)Alon Zakai2024-10-161-41/+39
* ReFinalize in MergeBlocks so we can optimize unreachable instructions too (#6...Alon Zakai2024-10-103-142/+103
* Fuzzer: Generate TryTables (#6987)Alon Zakai2024-10-071-41/+41
* Fix a fuzz issue with #6984 (#6988)Alon Zakai2024-10-073-33/+70
* MergeBlocks: Optimize all dropped blocks (#6984)Alon Zakai2024-10-043-70/+33
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-0/+1
* Add a customizable title to Metrics reporting (#6792)Alon Zakai2024-07-3010-0/+21
* [threads] Update the fuzzer for shared types (#6771)Thomas Lively2024-07-181-46/+37
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-1/+1
* Simplify fuzzer generation of function references (#6745)Thomas Lively2024-07-151-28/+30
* SafeHeap: Handle overflows when adding the pointer and the size (#6409)Alon Zakai2024-07-125-5514/+11947
* Convert memory64 lowering test to lit. NFC (#6731)Sam Clegg2024-07-112-264/+0
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-0/+1
* [NFC] Port LogExecution test to lit (#6634)Alon Zakai2024-05-302-140/+0
* Fuzzer: Better fuzzing of globals (#6611)Alon Zakai2024-05-212-63/+75
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-0911-132/+121
* [StackIR] Support source maps and DWARF with StackIR (#6564)Alon Zakai2024-05-011-1909/+1885
* [Strings] Work around ref.cast not working on string views, and add fuzzing (...Alon Zakai2024-04-291-35/+37
* [Strings] Fix effects of string.compare and add fuzzing (#6547)Alon Zakai2024-04-251-33/+35
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-2513-138/+135
* [Strings] Fuzz string.encode (#6539)Alon Zakai2024-04-251-31/+30
* [Strings] Fuzzer: Emit StringConcat (#6532)Alon Zakai2024-04-241-44/+34
* [Strings] Add the string heaptype to core fuzzer places (#6527)Alon Zakai2024-04-232-41/+42
* Do not repeat types names in text output (#6499)Thomas Lively2024-04-167-82/+82
* Fuzzer: Randomly pick which functions to use in RefFunc (#6503)Alon Zakai2024-04-151-31/+28
* Fuzzer: Emit signed Struct/ArrayGet operations (#6486)Alon Zakai2024-04-111-43/+44
* Fixes regarding explicit names (#6466)Jérôme Vouillon2024-04-111-2/+2
* Heap2Local: Optimize packed fields (#6480)Alon Zakai2024-04-091-19/+9
* Add "interposition" to the fuzzer's mutate() method (#6427)Alon Zakai2024-03-262-57/+71
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-205-204/+4
* Fix --spill-pointers for the stack growing down (#6294)YAMAMOTO Takashi2024-02-131-190/+266
* Precompute: Optimize array.len (#6299)Alon Zakai2024-02-121-16/+14
* Get more tests working with the new text parser (#6284)Thomas Lively2024-02-078-18/+18
* Properly stringify names in tests (#6279)Thomas Lively2024-02-061-2/+2
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-264-6/+6