index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
exec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Execution results: JS traps on exnref on the boundary (#7147)
Alon Zakai
2024-12-12
1
-0
/
+22
*
Fuzzer: Add call-ref, call-ref-catch imports (#7137)
Alon Zakai
2024-12-09
1
-1
/
+198
*
[GC] Fix trapping on array.new_data of dropped segments of offset > 0 (#7124)
Alon Zakai
2024-12-02
1
-0
/
+21
*
Fix memory.grow bounds and overflow checks for mem64 (#7112)
Thomas Lively
2024-11-25
1
-0
/
+12
*
Add nontrapping-fptoint lowering pass (#7016)
Derek Schuff
2024-11-19
1
-0
/
+261
*
Rename memory-copy-fill-lowering pass (#7082)
Derek Schuff
2024-11-16
2
-2
/
+2
*
Introduce pass to lower memory.copy and memory.fill (#7021)
Derek Schuff
2024-11-13
2
-0
/
+451
*
[EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)
Alon Zakai
2024-11-08
1
-1
/
+55
*
[wasm64] Fix 32-bit address computation in execution of SIMDLoadExtend (#7068)
Alon Zakai
2024-11-08
1
-0
/
+13
*
[wasm64] Make interpreter table methods operate on Address, not Index (#7062)
Alon Zakai
2024-11-07
1
-10
/
+45
*
[wasm64] Fix 64-bit memory/table operations in interpreter (#7058)
Alon Zakai
2024-11-06
3
-0
/
+113
*
Fuzz the Table from JS (#7042)
Alon Zakai
2024-10-31
1
-1
/
+60
*
[EH] Fuzz throws from JS (#7027)
Alon Zakai
2024-10-23
2
-1
/
+40
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
3
-0
/
+72
*
Generalize Literal::externalize/internalize for strings and shareability (#6784)
Alon Zakai
2024-07-29
1
-0
/
+26
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-1
/
+1
*
Fix scratch local optimizations when emitting string slice (#6649)
Thomas Lively
2024-06-11
1
-0
/
+19
*
[EH] Rename old EH tests from -old to -legacy (#6627)
Heejin Ahn
2024-05-28
3
-0
/
+0
*
Fix TableFill bounds checking (#6621)
Alon Zakai
2024-05-21
1
-0
/
+32
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-27
/
+4
*
Respect the Web limitation on Table size (#6567)
Alon Zakai
2024-05-01
1
-0
/
+28
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
1
-2
/
+2
*
[Strings] Implement string.measure_wtf16 in interpreter (#6535)
Alon Zakai
2024-04-24
1
-0
/
+12
*
[Strings] Fuzz and interpret all relevant StringNew methods (#6526)
Alon Zakai
2024-04-23
1
-0
/
+86
*
[Strings] string.new_wtf16_array should trap if the end index is less than th...
Alon Zakai
2024-04-01
1
-0
/
+69
*
Report timeout in interpretation of AtomicWait (#6452)
Thomas Lively
2024-03-29
1
-1
/
+1
*
[Strings] Escape strings printed by fuzz-exec (#6441)
Thomas Lively
2024-03-26
1
-3
/
+35
*
StringNew: Trap on OOB start index (#6438)
Alon Zakai
2024-03-25
1
-0
/
+53
*
[Strings] Handle overflow in string.encode_wtf16_array (#6422)
Alon Zakai
2024-03-22
1
-0
/
+38
*
[Strings] Fix StringSlice end computation (#6414)
Alon Zakai
2024-03-21
1
-0
/
+15
*
Atomics: Handle timeouts in waits in the (single-threaded) interpreter (#6408)
Alon Zakai
2024-03-19
1
-0
/
+21
*
[Strings] Implement stringview_wtf16.slice (#6404)
Alon Zakai
2024-03-19
1
-0
/
+15
*
[Strings] Implement string.encode_wtf16_array (#6402)
Alon Zakai
2024-03-14
1
-0
/
+68
*
Implement dropping of active Element Segments (#6343)
Alon Zakai
2024-02-23
1
-0
/
+104
*
Fuzzer: Match the logging of i31ref between JS and C++ (#6335)
Alon Zakai
2024-02-22
1
-0
/
+29
*
Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)
Alon Zakai
2024-02-20
1
-2
/
+2
*
Strings: Add some interpreter support (#6304)
Alon Zakai
2024-02-14
1
-0
/
+31
*
Update lit tests to parse with the new parser (#6290)
Thomas Lively
2024-02-08
1
-0
/
+1
*
[EH] Rename -eh lit test names to -eh-old (#6227)
Heejin Ahn
2024-01-22
3
-0
/
+0
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
15
-60
/
+55
*
Fix handling of exported imported functions (#6044)
Alon Zakai
2023-10-24
1
-0
/
+14
*
Work around a gcc 13 issue with signbit that made us not compute fmin of -0 p...
Alon Zakai
2023-10-04
1
-0
/
+117
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-4
/
+4
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
1
-1
/
+1
*
Limit printing of Literal[s] in a general way (#5792)
Alon Zakai
2023-06-28
1
-0
/
+43
*
Fix pop assertion (#5777)
Alon Zakai
2023-06-20
1
-0
/
+28
*
[Wasm GC] Ignore GC cycle leaks in LSan (#5686)
Alon Zakai
2023-04-24
1
-0
/
+28
*
Remove the --hybrid and --nominal command line options (#5669)
Thomas Lively
2023-04-14
1
-1
/
+1
*
Fuzzer: Ignore host limits (#5536)
Alon Zakai
2023-03-01
1
-0
/
+27
*
Parse and print `array.new_fixed` (#5527)
Thomas Lively
2023-02-28
1
-1
/
+1
[next]