summaryrefslogtreecommitdiff
path: root/src/passes/MultiMemoryLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add memory: init, copy, fill support to Multi-Memory Lowering Pass (#5346)Ashley Nelson2022-12-151-0/+112
* Refactor Multi-Memory Lowering pass to support additional instructions (#5352)Ashley Nelson2022-12-151-44/+64
* Add Atomics support to Multi-Memory Lowering Pass (#5339)Ashley Nelson2022-12-121-0/+41
* Add SIMD support to Multi-Memory Lowering Pass (#5336)Ashley Nelson2022-12-121-6/+34
* Adds bounds checks to Load/Store in Multi-Memories Lowering Pass (#5256)Ashley Nelson2022-12-091-70/+110
* Handles memory.grow failure in MultiMemoryLowering Pass (#5241)Ashley Nelson2022-11-111-4/+9
* Multi-Memories Lowering Pass (#5107)Ashley Nelson2022-11-011-0/+421