summaryrefslogtreecommitdiff
path: root/src/ir/memory-utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-1/+1
* [wasm64] Fix wasm-ctor-eval + utils on 64-bit indexes for memory64 (#7059)Alon Zakai2024-11-061-2/+7
* Memory flattening: Check for overflow (#6233)Alon Zakai2024-01-241-1/+6
* Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)Heejin Ahn2023-12-141-3/+0
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-1/+1
* [NFC] Track the kinds of items that names refer to in wasm-delegations-fields...Alon Zakai2023-05-051-5/+29
* [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...Alon Zakai2023-05-041-4/+2
* Do not flatten memory when array.new_data is present (#5650)Alon Zakai2023-04-101-12/+25
* Memory flattening cannot be done in the presence of DataDrop (#5521)Alon Zakai2023-02-241-7/+9
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-1/+4
* First class Data Segments (#4733)Ashley Nelson2022-06-211-12/+14
* [ctor-eval] Stop if there are any memory.init instructions (#4442)Alon Zakai2022-01-111-0/+72