index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-validator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-3
/
+3
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-220
/
+306
*
Allow subtype in throw instruction (#2568)
Heejin Ahn
2020-01-06
1
-47
/
+52
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-131
/
+175
*
Move Type-related functions into Type class (NFC) (#2556)
Heejin Ahn
2019-12-29
1
-5
/
+5
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
1
-0
/
+2
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-7
/
+7
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-69
/
+67
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-5
/
+5
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-13
/
+10
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-24
/
+23
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+1
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+12
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-1
/
+2
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-2
/
+18
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+15
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-1
/
+13
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-6
/
+6
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+16
*
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
-4
/
+101
*
Allow 0-value events (#2256)
Heejin Ahn
2019-07-24
1
-3
/
+0
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-0
/
+60
*
Re-land #2235 with fixes (#2245)
Thomas Lively
2019-07-20
1
-8
/
+14
*
Revert "Remove bulk memory instructions refering to active segments (#2235)" ...
Thomas Lively
2019-07-19
1
-14
/
+8
*
Remove bulk memory instructions refering to active segments (#2235)
Thomas Lively
2019-07-19
1
-8
/
+14
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-3
/
+1
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-2
/
+2
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-0
/
+6
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+35
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-14
/
+17
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+2
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-24
/
+48
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-299
/
+792
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-29
/
+27
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-7
/
+12
*
Update test/spec/memory.wast to latest upstream (#1801)
Alon Zakai
2019-04-03
1
-0
/
+11
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-5
/
+5
*
More validation tests and fixes for SIMD (#1964)
Thomas Lively
2019-03-25
1
-0
/
+8
*
Validate that types match features (#1949)
Thomas Lively
2019-03-18
1
-0
/
+5
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-0
/
+35
*
Validate unique local names, and use validation in wasm2js. Fixes #1885 (#1886)
Alon Zakai
2019-01-23
1
-0
/
+6
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-10
/
+10
*
Refactor Features code (#1848)
Alon Zakai
2019-01-02
1
-3
/
+3
*
Fix fuzzing JS glue code (#1843)
Alon Zakai
2018-12-27
1
-0
/
+3
*
Rename `idx` to `index` in SIMD code for consistency (#1836)
Thomas Lively
2018-12-18
1
-4
/
+4
*
Fuzzing v128 and associated bug fixes (#1827)
Thomas Lively
2018-12-14
1
-2
/
+8
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-18
/
+214
*
Implement nontrapping float-to-int instructions (#1780)
Thomas Lively
2018-12-04
1
-25
/
+76
[next]