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
*
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
*
Reduce interpreter recursion limit (#2162)
Alon Zakai
2019-06-04
1
-1
/
+1
*
Add a recursion limit for the interpreter's expression runner (#2160)
Alon Zakai
2019-06-03
1
-2
/
+11
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-14
/
+14
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+2
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-85
/
+170
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-456
/
+830
*
Finish bulk memory support (#2030)
Thomas Lively
2019-04-22
1
-17
/
+72
*
Refactor interpreter initialization to use bulk memory (#2025)
Thomas Lively
2019-04-18
1
-254
/
+346
*
Use OverriddenVisitor in ExpressionRunner (#2024)
Alon Zakai
2019-04-17
1
-16
/
+20
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-3
/
+3
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-0
/
+24
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
1
-1
/
+1
*
Rename `idx` to `index` in SIMD code for consistency (#1836)
Thomas Lively
2018-12-18
1
-14
/
+14
*
Fuzzing v128 and associated bug fixes (#1827)
Thomas Lively
2018-12-14
1
-1
/
+1
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-3
/
+199
*
Update wrap and demote literal op names (#1817)
Thomas Lively
2018-12-12
1
-5
/
+5
*
Implement nontrapping float-to-int instructions (#1780)
Thomas Lively
2018-12-04
1
-4
/
+12
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-1
/
+2
*
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Alon Zakai
2018-11-29
1
-1
/
+1
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-6
/
+11
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-12
/
+11
*
remove PageSize and HasFeature, which wasm removed a while back (#1667)
Alon Zakai
2018-09-12
1
-6
/
+0
*
Mark arguments const in callExport (#1626)
Alex Beregszaszi
2018-07-21
1
-6
/
+5
*
Refactor interpreter (#1508)
Alon Zakai
2018-04-13
1
-187
/
+165
[next]