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
*
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
*
Use unordered maps of Name where possible (#3546)
Alon Zakai
2021-02-05
1
-1
/
+1
*
[GC] Do not crash on unreachable inputs to struct.get/set (#3542)
Alon Zakai
2021-02-03
1
-0
/
+16
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-8
/
+13
*
[GC] Update br_on_cast: the text format also no longer has a heap type (#3523)
Alon Zakai
2021-01-27
1
-9
/
+6
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-4
/
+4
*
Reorder i31ref and dataref (#3509)
Heejin Ahn
2021-01-23
1
-2
/
+2
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-37
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-1
/
+3
*
Update interpreter for new EH spec (#3498)
Heejin Ahn
2021-01-21
1
-4
/
+2
*
Prototype additional f64x2 conversions (#3501)
Thomas Lively
2021-01-19
1
-0
/
+6
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-14
/
+20
*
[GC] Add Type::IsDefaultable and use that to do more validation (#3456)
Alon Zakai
2021-01-11
1
-6
/
+3
*
[GC] Validate that struct.set is to a mutable field. (#3473)
Alon Zakai
2021-01-08
1
-1
/
+4
*
[GC] Fix parsing/printing of ref types using i31 (#3469)
Alon Zakai
2021-01-07
1
-1
/
+3
[next]