summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RedundantSetElimination: Look at fallthrough values (#5213)Alon Zakai2022-11-032-5/+6
* [C API] Add APIs to inspect compound heap types (#5195)dcode2022-11-034-3/+106
* Fuzzer: Skip fuzzing VMs when multi-memories are enabled (#5207)Alon Zakai2022-11-031-3/+3
* SimplifyLocals: Fix handling of subtyping (#5210)Alon Zakai2022-11-022-21/+118
* ReorderGlobals pass (#4904)Alon Zakai2022-11-027-1/+477
* [Wasm GC] SimplifyLocals: Switch local.get to use a more refined type when po...Alon Zakai2022-11-017-69/+238
* [NFC] Mention relevant flags in validator errors (#5203)Alon Zakai2022-11-013-106/+126
* Multi-Memories Lowering Pass (#5107)Ashley Nelson2022-11-018-0/+681
* CodePushing: Push into If arms (#5191)Alon Zakai2022-11-013-99/+923
* Fix a fuzz issue with scanning heap read types (#5184)Alon Zakai2022-11-012-1/+58
* [Wasm GC] Enable various passes in hybrid mode, not just nominal (#5202)Alon Zakai2022-10-316-11/+18
* Fix br_if fallthrough value (#5200)Alon Zakai2022-10-312-1/+62
* Work around some gcc 10.x issues (#5199)Alon Zakai2022-10-311-5/+5
* fix trivial typo (extra close paren) (#5197)William Stein2022-10-311-1/+1
* Fix comment in Asyncify.cpp (#5196)William Stein2022-10-311-1/+1
* [NFC] Rewrite PossibleContents::combine to be static (#5192)Alon Zakai2022-10-283-57/+62
* [Wasm GC] Fix the depth of the new array heap type (#5186)Alon Zakai2022-10-283-3/+74
* [C API] Add essential heap type utilities (#5160)dcode2022-10-263-21/+75
* Move removable code in CodePushing (#5187)Alon Zakai2022-10-252-3/+66
* [Parser] Parse `return` (#5181)Thomas Lively2022-10-252-22/+113
* [NFC] Remove an ancient hack in ReFinalize (#5183)Alon Zakai2022-10-242-11/+0
* [NFC] Inherit from Visitor in OverriddenVisitor (#5182)Alon Zakai2022-10-241-17/+1
* [Parser][NFC] Combine InstrParserCtx into ParseDefsCtx (#5179)Thomas Lively2022-10-211-302/+312
* [Parser] Parse `memory.copy` and `memory.fill` (#5178)Thomas Lively2022-10-212-2/+108
* [Wasm GC] Support BrOn* in CodePushing (#5177)Alon Zakai2022-10-212-2/+82
* Fix fuzzer to ignore externalize/internalize (#5176)Alon Zakai2022-10-213-54/+61
* [Parser] Parse loads and stores (#5174)Thomas Lively2022-10-217-122/+575
* [Wasm GC] Externalize/Internalize allow nulls (#5175)Alon Zakai2022-10-212-0/+60
* [Parser] Parse shared memory declarations (#5173)Thomas Lively2022-10-213-18/+24
* [NFC] Avoid re-parsing instruction names (#5171)Thomas Lively2022-10-205-411/+325
* Traverse data segments in walkModuleCode (#5169)Alon Zakai2022-10-201-0/+5
* Remove excessive validation that is not in the wasm spec (#5167)Alon Zakai2022-10-201-28/+1
* [NFC] Add nullptr init for ElementSegment offset (#5168)Alon Zakai2022-10-201-1/+1
* [Parser] Parse `memory.size` and `memory.grow` (#5165)Thomas Lively2022-10-203-8/+131
* [Parser] Parse memories (#5164)Thomas Lively2022-10-192-23/+224
* [NFC] Add a generic hash implementation for tuples (#5162)Thomas Lively2022-10-192-5/+22
* [NFC] Remove obsolete `makePush` functions (#5159)Thomas Lively2022-10-192-7/+0
* [Parser] Parse SIMD ternary expressions and shifts (#5158)Thomas Lively2022-10-192-4/+52
* [Wasm GC] Use Cones in GUFA data reads and writes (#5157)Alon Zakai2022-10-193-92/+92
* [C API] Align I31ref and Dataref to be nullable (#5153)dcode2022-10-194-8/+9
* [Parser] Parse SIMD lane manipulation instructions (#5156)Thomas Lively2022-10-192-5/+98
* [Parser] Parse global.get and global.set (#5155)Thomas Lively2022-10-192-17/+87
* [Wasm GC] [NFC] Remove .type checks from GUFA that are not needed with modern...Alon Zakai2022-10-181-10/+4
* [Wasm GC] Filter GUFA expression locations by their type (#5149)Alon Zakai2022-10-183-19/+239
* [C API] Add bottom heap types and array heap type (#5150)dcode2022-10-184-0/+73
* [NFC] Add namespacing to wasm-features.h (#5152)Alon Zakai2022-10-181-0/+4
* Parse and emit `array.len` without a type annotation (#5151)Thomas Lively2022-10-1815-36/+68
* Implement `array` basic heap type (#5148)Thomas Lively2022-10-1817-89/+261
* Exhaustively test basic heap type relationships (#5147)Thomas Lively2022-10-172-4/+202
* [GUFA] Add some tests for #5142 (#5146)Alon Zakai2022-10-171-0/+130