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
*
Harden exnref literals (#3092)
Daniel Wirtz
2020-09-02
1
-1
/
+1
*
Fix ExceptionPackage memory errors (#3088)
Thomas Lively
2020-09-01
1
-1
/
+1
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-5
/
+3
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-2
/
+2
*
Implement prototype v128.load{32,64}_zero instructions (#3011)
Thomas Lively
2020-08-03
1
-0
/
+22
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-2
/
+2
*
Add prototype SIMD rounding instructions (#2895)
Thomas Lively
2020-06-05
1
-0
/
+16
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
1
-14
/
+0
*
Implement i64x2.mul (#2860)
Thomas Lively
2020-05-19
1
-0
/
+2
*
Fix br_on_exn handling in ReFinalize (#2854)
Heejin Ahn
2020-05-15
1
-23
/
+18
*
Implement pseudo-min/max SIMD instructions (#2847)
Thomas Lively
2020-05-12
1
-0
/
+8
*
Add interpreter support for EH (#2780)
Heejin Ahn
2020-05-06
1
-17
/
+44
*
Refactor ExpressionRunner (#2804)
Daniel Wirtz
2020-04-27
1
-128
/
+165
*
Fix ExpressionRunner issues found by the fuzzer (#2790)
Daniel Wirtz
2020-04-23
1
-16
/
+17
*
Refactor expression runner so it can be used via the C and JS APIs (#2702)
Daniel Wirtz
2020-04-20
1
-25
/
+243
*
Dummy interpreter support for EH (#2774)
Heejin Ahn
2020-04-16
1
-6
/
+51
*
Fix Atomics fuzz bugs in interpreter (#2760)
Alon Zakai
2020-04-13
1
-22
/
+91
*
Tuple globals (#2718)
Thomas Lively
2020-04-02
1
-5
/
+5
*
SIMD integer abs and bitmask instructions (#2703)
Thomas Lively
2020-03-20
1
-0
/
+12
*
makeConstExpression => makeConstantExpression (#2698)
Alon Zakai
2020-03-17
1
-1
/
+1
*
Interpret tuple locals and tail-calls correctly (#2690)
Thomas Lively
2020-03-16
1
-33
/
+13
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
1
-8
/
+2
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
1
-33
/
+59
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-93
/
+130
*
Trap when call_indirect's signatures mismatch (#2636)
Heejin Ahn
2020-02-03
1
-1
/
+2
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-2
/
+2
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-35
/
+35
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-11
/
+36
*
Move Type-related functions into Type class (NFC) (#2556)
Heejin Ahn
2019-12-29
1
-1
/
+1
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
1
-0
/
+4
*
Implement 0-len/drop spec changes in bulk memory (#2529)
Heejin Ahn
2019-12-16
1
-13
/
+22
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-9
/
+11
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-68
/
+78
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-10
/
+9
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+2
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+24
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+3
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-0
/
+76
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+2
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+34
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+25
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-8
/
+14
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+6
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+2
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+4
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-2
/
+22
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-2
/
+2
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+21
*
Limit interpreter depth in precompute, but not when running whole modules (#2...
Alon Zakai
2019-07-01
1
-15
/
+25
*
Relax bulk memory rules (#2186)
Thomas Lively
2019-06-30
1
-17
/
+6
[next]