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