summaryrefslogtreecommitdiff
path: root/src/passes/Memory64Lowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-1/+1
* [NFC] Standardize Super:: over super:: (#6920)Alon Zakai2024-09-101-1/+1
* Memory64Lowering: Handle -1 return value from memory.grow (#6733)Sam Clegg2024-07-111-2/+25
* [Memory64Lowering/Table64Lowering] Avoid dependency in visitation order. NFC...Sam Clegg2024-05-161-15/+11
* [Table64Lowering] Don't assume that all segments are from 64-bit tables (#6599)Sam Clegg2024-05-161-3/+9
* Add table64 lowering pass (#6595)Sam Clegg2024-05-151-36/+39
* Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)Sam Clegg2024-05-151-2/+2
* Disable the memory64 feature in Memory64Lowering.cpp (#5679)Thomas Lively2023-04-191-0/+8
* Memory64Lowering: Ignore data segments with non-const iniital offset (#5074)Sam Clegg2022-09-281-3/+31
* Fix Memory64 binary parsing after #4811 (#4933)Alon Zakai2022-08-181-4/+0
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-38/+60
* First class Data Segments (#4733)Ashley Nelson2022-06-211-7/+8
* [Memory64] Fixed atomics / bulk memory support. (#3992)Wouter van Oortmerssen2021-07-191-3/+13
* [Memory64] further memory limit fixes (#3865)Wouter van Oortmerssen2021-07-091-0/+3
* Support 64-bit data segment init-exps in Memory64 (#3593)Wouter van Oortmerssen2021-02-251-0/+5
* [Memory64] (#3302)Wouter van Oortmerssen2020-10-301-12/+26
* Added Initial Memory64Lowering pass (#3230)Wouter van Oortmerssen2020-10-131-0/+87