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
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-5
/
+2
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-5
/
+9
*
Add support for relaxed-simd instructions (#4320)
Ng Zhi An
2021-11-15
1
-1
/
+10
*
[EH] Improve catch validation (#4315)
Heejin Ahn
2021-11-08
1
-0
/
+65
*
Fix RTTs for RTT-less instructions (#4294)
Thomas Lively
2021-11-03
1
-1
/
+4
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+19
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+9
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+17
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-0
/
+15
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-12
/
+36
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-12
/
+49
*
Add an Intrinsics mechanism, and a call.without.effects intrinsic (#4126)
Alon Zakai
2021-09-10
1
-0
/
+11
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+26
*
Support subtyping in tail calls (#4032)
Thomas Lively
2021-07-28
1
-5
/
+7
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-14
/
+14
*
[EH] Make tag's attribute encoding detail (#3947)
Heejin Ahn
2021-06-21
1
-4
/
+0
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-21
/
+20
*
[Wasm GC] Add experimental support for non-nullable locals (#3932)
Alon Zakai
2021-06-15
1
-0
/
+3
*
[EH] Allow catch/delegate-less trys (#3924)
Heejin Ahn
2021-06-10
1
-3
/
+0
*
[Wasm GC] Properly validate BrOn* (#3928)
Alon Zakai
2021-06-08
1
-1
/
+1
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-2
/
+2
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+26
*
Remove Type ordering (#3793)
Thomas Lively
2021-05-18
1
-1
/
+1
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-6
/
+6
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-6
/
+6
*
RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...
Alon Zakai
2021-04-08
1
-0
/
+2
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-8
/
+8
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-7
/
+76
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-21
/
+21
*
Scan module-level code in necessary places (#3744)
Alon Zakai
2021-03-29
1
-0
/
+14
*
[Wasm GC] Properly validate struct.new number of operands (#3726)
Alon Zakai
2021-03-25
1
-9
/
+10
*
Validator: Pass the module along when printing errors, so type names are used...
Alon Zakai
2021-03-24
1
-7
/
+10
*
[Wasm GC] Validate the number of arguments in struct.new (#3723)
Alon Zakai
2021-03-24
1
-0
/
+4
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-7
/
+37
*
[Wasm GC] Add support for non-nullable types, all except for locals (#3710)
Alon Zakai
2021-03-23
1
-3
/
+1
*
[Wasm GC] Validate static subtyping in rtt.sub (#3696)
Alon Zakai
2021-03-16
1
-0
/
+3
*
Validate code in global data structures (#3694)
Alon Zakai
2021-03-16
1
-3
/
+14
*
Remove LUB calculation (#3669)
Thomas Lively
2021-03-11
1
-80
/
+23
*
Make unreachable a subtype of everything (#3673)
Thomas Lively
2021-03-11
1
-87
/
+56
*
[Wasm GC] Allow set values to be subtypes (#3665)
Alon Zakai
2021-03-09
1
-8
/
+8
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-13
/
+17
*
[Wasm Exceptions] Properly ensure unique Try labels after an inlining (#3632)
Alon Zakai
2021-03-01
1
-0
/
+3
*
Use enum instead of bool for StackSignature kind (#3625)
Thomas Lively
2021-02-26
1
-5
/
+9
*
[Wasm GC] Add array.wast and validator fixes for it (#3622)
Alon Zakai
2021-02-26
1
-0
/
+1
*
Support 64-bit data segment init-exps in Memory64 (#3593)
Wouter van Oortmerssen
2021-02-25
1
-8
/
+17
*
[EH] Make rethrow's target a try label (#3568)
Heejin Ahn
2021-02-18
1
-14
/
+22
*
[EH] Rename delegateTarget to exceptionTarget (NFC) (#3562)
Heejin Ahn
2021-02-13
1
-8
/
+8
*
[EH] Support reading/writing of delegate (#3561)
Heejin Ahn
2021-02-12
1
-1
/
+67
*
StackSignature subtypes and LUBs (#3543)
Thomas Lively
2021-02-11
1
-3
/
+5
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-18
/
+30
[next]