index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
1
-0
/
+5
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
10
-17
/
+56
*
Fuzzer: Stop emitting nullable stringviews (#6574)
Alon Zakai
2024-05-08
1
-5
/
+17
*
[Strings] wasm-ctor-eval: Stop on seeing a string view, which we cannot preco...
Alon Zakai
2024-04-29
1
-0
/
+8
*
[Strings] Work around ref.cast not working on string views, and add fuzzing (...
Alon Zakai
2024-04-29
2
-4
/
+34
*
[Strings] Fix effects of string.compare and add fuzzing (#6547)
Alon Zakai
2024-04-25
2
-11
/
+26
*
[Strings] Fuzz string.encode (#6539)
Alon Zakai
2024-04-25
2
-15
/
+52
*
Do not add an extra null character when reading files (#6538)
Thomas Lively
2024-04-24
3
-6
/
+1
*
Fuzzer: Update the typeLocals data structure before mutation (#6537)
Alon Zakai
2024-04-24
2
-2
/
+20
*
Add a flag to opt in to the old WAT parser (#6536)
Thomas Lively
2024-04-24
1
-0
/
+7
*
[Parser] Use the new parser in wasm-shell and wasm-as (#6529)
Thomas Lively
2024-04-24
2
-58
/
+101
*
[wasm-shell] Error on unknown commands (#6528)
Thomas Lively
2024-04-24
1
-0
/
+2
*
[Strings] Fuzzer: Emit StringConcat (#6532)
Alon Zakai
2024-04-24
2
-67
/
+90
*
Fuzzer: Compare strings (#6530)
Alon Zakai
2024-04-24
1
-11
/
+15
*
[Strings] Add the string heaptype to core fuzzer places (#6527)
Alon Zakai
2024-04-23
1
-20
/
+23
*
[Strings] Fuzz and interpret all relevant StringNew methods (#6526)
Alon Zakai
2024-04-23
2
-41
/
+83
*
Remove unused options from wasm-shell (#6508)
Thomas Lively
2024-04-17
1
-53
/
+10
*
Fuzzer: Randomly pick which functions to use in RefFunc (#6503)
Alon Zakai
2024-04-15
1
-10
/
+12
*
Fuzzer: Emit signed Struct/ArrayGet operations (#6486)
Alon Zakai
2024-04-11
2
-5
/
+17
*
Handle return calls correctly
Thomas Lively
2024-04-08
1
-68
/
+126
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
2
-0
/
+13
*
wasm-merge: Check that the types of imports and exports match (#6437)
Jérôme Vouillon
2024-03-27
1
-0
/
+108
*
Fuzzer HeapType generator: Do not use string types if not allowed (#6447)
Alon Zakai
2024-03-27
1
-1
/
+1
*
Fuzzer: Work around the lack of wtf8/iter support (#6445)
Alon Zakai
2024-03-27
1
-5
/
+6
*
Fix stringview subtyping (#6440)
Thomas Lively
2024-03-26
1
-1
/
+8
*
Add "interposition" to the fuzzer's mutate() method (#6427)
Alon Zakai
2024-03-26
1
-15
/
+145
*
Fuzzer: Implement a few more String TODOs (#6439)
Alon Zakai
2024-03-25
1
-1
/
+3
*
Generate interesting strings in fuzzer (#6430)
Thomas Lively
2024-03-23
1
-2
/
+38
*
Remove "minimal" JS import/export legalization (#6428)
Sam Clegg
2024-03-22
1
-4
/
+2
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-2
/
+8
*
[Strings] Implement TODOs in the fuzzer (#6416)
Alon Zakai
2024-03-21
1
-1
/
+6
*
Fix a build error when assertions are disabled (#6397)
Thomas Lively
2024-03-13
1
-2
/
+4
*
Handle extended const segment offsets in the fuzzer (#6382)
Thomas Lively
2024-03-07
1
-13
/
+13
*
Fix EH fuzz bugs (#6381)
Thomas Lively
2024-03-07
1
-1
/
+1
*
Add sourcemap support to wasm-metadce and wasm-merge (#6372)
Jérôme Vouillon
2024-03-06
2
-3
/
+79
*
Fuzzer: Allow using initial content with V8 (#6327)
Alon Zakai
2024-02-22
1
-0
/
+9
*
Fuzzer: Match the logging of i31ref between JS and C++ (#6335)
Alon Zakai
2024-02-22
1
-21
/
+35
*
Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)
Alon Zakai
2024-02-20
3
-160
/
+12
*
Fuzzer: Do not emit huge and possibly non-validating tables (#6288)
Alon Zakai
2024-02-12
1
-0
/
+17
*
[EH] Add --experimental-new-eh option to wasm-opt (#6270)
Heejin Ahn
2024-02-06
1
-2
/
+37
*
wasm-ctor-eval: Properly eval strings (#6276)
Alon Zakai
2024-02-05
1
-8
/
+3
*
wasm-ctor-eval: Eval strings (#6244)
Alon Zakai
2024-01-25
1
-0
/
+6
*
wasm-merge: Sort globals to ensure proper validation (#6221)
Alon Zakai
2024-01-11
1
-5
/
+9
*
Fix global effect computation with -O flags (#6211)
Alon Zakai
2024-01-09
1
-21
/
+23
*
wasm-reduce: Improve tryToReduceCurrentToConst() (#6193)
Alon Zakai
2024-01-02
1
-9
/
+26
*
Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)
Heejin Ahn
2023-12-14
2
-6
/
+0
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
2
-3
/
+20
*
wasm-metadce all the things (#6142)
Alon Zakai
2023-11-30
1
-141
/
+82
*
wasm-metadce: Improve name deduplication (#6138)
Alon Zakai
2023-11-30
1
-2
/
+5
*
[wasm-emscripten-finalize] Remove --separate-data-segments (#6091)
Sam Clegg
2023-11-27
1
-28
/
+0
[next]