summaryrefslogtreecommitdiff
path: root/src/passes/MultiMemoryLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-3/+3
* [NFC] Standardize Super:: over super:: (#6920)Alon Zakai2024-09-101-1/+1
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-3/+3
* [NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)Alon Zakai2023-08-021-0/+1
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-1/+1
* Make constant expression validation stricter (#5557)Thomas Lively2023-03-101-11/+13
* Maintain first memory import/export in Multi-Memory Lowering Pass (#5363)Ashley Nelson2023-01-031-2/+50
* Move assert in MultiMemoryLowering (#5376)Ashley Nelson2023-01-031-3/+6
* 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