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
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+68
*
Fix binary parsing of data segment memory (#5208)
Thomas Lively
2022-11-03
1
-3
/
+5
*
[NFC] Mention relevant flags in validator errors (#5203)
Alon Zakai
2022-11-01
1
-93
/
+116
*
Remove excessive validation that is not in the wasm spec (#5167)
Alon Zakai
2022-10-20
1
-28
/
+1
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-6
/
+28
*
Validate memory initial < max only if memory hasMax (#5125)
Ashley Nelson
2022-10-07
1
-2
/
+4
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-29
/
+73
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-17
/
+8
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-26
/
+36
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
1
-0
/
+35
*
Adding Multi-Memories Wasm Feature (#4968)
Ashley Nelson
2022-08-25
1
-0
/
+6
*
Multi-Memories Validate (#4945)
Ashley Nelson
2022-08-23
1
-37
/
+43
*
Validator: Validate unreachable calls more carefully (#4909)
Alon Zakai
2022-08-18
1
-0
/
+57
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-4
/
+4
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-64
/
+76
*
Validator: More carefully check for stale types (#4907)
Alon Zakai
2022-08-16
1
-4
/
+8
*
Validator: Validate intrinsics (#4880)
Alon Zakai
2022-08-16
1
-8
/
+55
*
Function-level pass-debug mode 2 validation (#4897)
Alon Zakai
2022-08-12
1
-0
/
+17
*
[EH] Pop should be supertype of tag type (#4901)
Heejin Ahn
2022-08-11
1
-1
/
+1
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-126
/
+17
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-18
/
+10
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-20
/
+20
*
Update relaxed SIMD instructions
Thomas Lively
2022-06-07
1
-2
/
+1
*
[NFC] Refactor EHUtils::findPops() method (#4704)
Alon Zakai
2022-06-01
1
-25
/
+2
*
[Wasm GC] Fix CFG traversal of call_ref and add missing validation check (#4690)
Alon Zakai
2022-05-25
1
-0
/
+32
*
Validator: Check features for ref.null's type (#4677)
Alon Zakai
2022-05-18
1
-0
/
+5
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-7
/
+4
*
[NominalFuzzing] Add a validation error on ref.cast's etc. intended type (#4606)
Alon Zakai
2022-04-21
1
-0
/
+7
*
Implement relaxed SIMD dot product instructions (#4586)
Thomas Lively
2022-04-11
1
-1
/
+3
*
[SIMD] Make swizzle's opcode name consistent (NFC) (#4585)
Heejin Ahn
2022-04-09
1
-2
/
+2
*
Implement i16x8.relaxed_q15mulr_s (#4583)
Thomas Lively
2022-04-07
1
-1
/
+2
*
[Wasm GC] Fix non-nullable tuples (#4555)
Alon Zakai
2022-03-30
1
-4
/
+4
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
1
-9
/
+20
*
Fix an assertion in the validator on call_ref heaptypes (#4496)
Alon Zakai
2022-02-03
1
-4
/
+5
*
[EH] Enable fuzzer with initial contents (#4409)
Heejin Ahn
2022-01-04
1
-1
/
+2
*
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
[next]