index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-interpreter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GC] Fix trapping on array.new_data of dropped segments of offset > 0 (#7124)
Alon Zakai
2024-12-02
1
-3
/
+12
*
Fix memory.grow bounds and overflow checks for mem64 (#7112)
Thomas Lively
2024-11-25
1
-2
/
+7
*
[wasm64] Fix 32-bit address computation in execution of SIMDLoadExtend (#7068)
Alon Zakai
2024-11-08
1
-3
/
+6
*
Rename indexType -> addressType. NFC (#7060)
Sam Clegg
2024-11-07
1
-11
/
+11
*
[wasm64] Make interpreter table methods operate on Address, not Index (#7062)
Alon Zakai
2024-11-07
1
-21
/
+13
*
[wasm64] Fix 64-bit memory/table operations in interpreter (#7058)
Alon Zakai
2024-11-06
1
-9
/
+14
*
[NFC] Use RAII to manage call depth tracking in the interpreter (#7049)
Alon Zakai
2024-11-01
1
-27
/
+10
*
[NFC] Print type names in more places when logging (#6975)
Alon Zakai
2024-09-30
1
-3
/
+3
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+8
*
[NFC] Make the GCData constructor a move constructor (#6946)
Alon Zakai
2024-09-17
1
-10
/
+13
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
1
-0
/
+4
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-8
/
+8
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-0
/
+14
*
Support more reference constants in wast scripts (#6865)
Thomas Lively
2024-08-26
1
-3
/
+21
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
1
-0
/
+17
*
Support `ref.extern n` in spec tests (#6858)
Thomas Lively
2024-08-21
1
-8
/
+5
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
1
-11
/
+59
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-20
/
+75
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-0
/
+12
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+6
*
[FP16] Implement load and store instructions. (#6796)
Brendan Dahl
2024-08-06
1
-4
/
+33
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-1
/
+2
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-3
/
+3
*
Fix TableFill bounds checking (#6621)
Alon Zakai
2024-05-21
1
-9
/
+4
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
1
-1
/
+1
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-18
/
+17
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-38
/
+1
*
[interp] Make memory and table handling more consistency. NFC (#6582)
Sam Clegg
2024-05-13
1
-83
/
+73
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
1
-13
/
+24
*
Respect the Web limitation on Table size (#6567)
Alon Zakai
2024-05-01
1
-0
/
+4
*
[Strings] Limit string allocations like we do arrays (#6562)
Alon Zakai
2024-04-29
1
-3
/
+8
*
[Strings] Implement string.measure_wtf16 in interpreter (#6535)
Alon Zakai
2024-04-24
1
-1
/
+1
*
[Strings] Fuzz and interpret all relevant StringNew methods (#6526)
Alon Zakai
2024-04-23
1
-0
/
+11
*
Handle return calls correctly
Thomas Lively
2024-04-08
1
-65
/
+103
*
[Strings] string.new_wtf16_array should trap if the end index is less than th...
Alon Zakai
2024-04-01
1
-1
/
+2
*
Report timeout in interpretation of AtomicWait (#6452)
Thomas Lively
2024-03-29
1
-1
/
+1
*
Remove the TRAVERSE_CALLS option in the ConstantExpressionRunner (#6449)
Thomas Lively
2024-03-29
1
-33
/
+0
*
StringNew: Trap on OOB start index (#6438)
Alon Zakai
2024-03-25
1
-1
/
+1
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-49
/
+4
*
[Strings] Handle overflow in string.encode_wtf16_array (#6422)
Alon Zakai
2024-03-22
1
-2
/
+5
*
[Strings] Fix StringSlice end computation (#6414)
Alon Zakai
2024-03-21
1
-3
/
+2
*
[Strings] Avoid mishandling unicode in StringConcat (#6411)
Roberto Lublinerman
2024-03-19
1
-0
/
+5
*
Atomics: Handle timeouts in waits in the (single-threaded) interpreter (#6408)
Alon Zakai
2024-03-19
1
-3
/
+9
*
[Strings] Implement stringview_wtf16.slice (#6404)
Alon Zakai
2024-03-19
1
-4
/
+49
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+2
*
[Strings] Avoid mishandling unicode in interpreter (#6405)
Thomas Lively
2024-03-18
1
-0
/
+34
*
[Strings] Implement string.concat in the interpreter (#6403)
Roberto Lublinerman
2024-03-15
1
-1
/
+30
*
[Strings] Implement string.encode_wtf16_array (#6402)
Alon Zakai
2024-03-14
1
-1
/
+37
*
[Strings] Fix precomputing of StringEq (#6401)
Alon Zakai
2024-03-14
1
-35
/
+20
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+2
[next]