summaryrefslogtreecommitdiff
path: root/src/passes/MemoryPacking.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-4/+4
* [NFC] Standardize Super:: over super:: (#6920)Alon Zakai2024-09-101-1/+1
* Respect the Web limitation on Table size (#6567)Alon Zakai2024-05-011-0/+1
* MemoryPacking: Handle non-empty trapping segments (#6261)Alon Zakai2024-02-011-9/+68
* MemoryPacking: Ignore empty segments (#6243)Alon Zakai2024-01-251-0/+7
* Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)Heejin Ahn2023-12-141-3/+0
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-1/+1
* MemoryPacking: memory.init fixes for 64 bit (#5809)Arthur Islamov2023-07-181-12/+15
* [NFC] Track the kinds of items that names refer to in wasm-delegations-fields...Alon Zakai2023-05-051-12/+29
* [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...Alon Zakai2023-05-041-15/+9
* Fix MemoryPacking handling of array.init_data (#5644)Thomas Lively2023-04-071-5/+7
* Fix a crash in MemoryPacking due to an unreachable pointer (#5623)Thomas Lively2023-04-051-1/+1
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-49/+38
* Support memory64 in MemoryPacking (#5605)Thomas Lively2023-03-291-2/+5
* Update MemoryPacking for array.new_data (#5229)Thomas Lively2022-11-081-26/+46
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-2/+1
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-21/+20
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+11
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-14/+22
* First class Data Segments (#4733)Ashley Nelson2022-06-211-55/+65
* Fix MemoryPacking bug (#4579)Thomas Lively2022-04-051-2/+1
* [MemoryPacking] Remove workaround for old V8 bug (#4558)Thomas Lively2022-03-311-10/+1
* [NFC][MemoryPacking] Avoid unnecessarily enormous memory allocations (#4556)Thomas Lively2022-03-301-26/+33
* Support 64-bit data segment init-exps in Memory64 (#3593)Wouter van Oortmerssen2021-02-251-3/+8
* MemoryPacking: Preserve segment names (#3458)Sam Clegg2020-12-181-4/+29
* MemoryPacking: Properly notice zeroFilledMemory (#3306)Alon Zakai2020-11-021-9/+19
* Avoid name collisions in MemoryPacking (#3265)Alon Zakai2020-10-201-4/+3
* Warn on memory segment overlaps (#3257)Alon Zakai2020-10-201-0/+2
* Fuzz fix for MemoryPacking on trampled data (#3222)Alon Zakai2020-10-151-3/+66
* [MemoryPacking] Emit the correct segment indices on memory.init (#3239)Thomas Lively2020-10-141-1/+6
* Refactor naming convention for functions handling tuples (#3196)Max Graey2020-10-091-2/+1
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-10/+12
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-3/+2
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-11/+9
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-101-1/+2
* Limit the number of passive segments to work around a Chrome bug (#2613)Thomas Lively2020-01-221-1/+9
* Optimize passive segments in memory-packing (#2426)Thomas Lively2020-01-151-111/+608
* Fix memory size calculation in MemoryPacking (#2548)Heejin Ahn2019-12-201-1/+6
* Fix trapping and dangling insts in memory packing (#2540)Heejin Ahn2019-12-191-4/+14
* Implement 0-len/drop spec changes in bulk memory (#2529)Heejin Ahn2019-12-161-6/+0
* Re-land #2235 with fixes (#2245)Thomas Lively2019-07-201-4/+42
* Revert "Remove bulk memory instructions refering to active segments (#2235)" ...Thomas Lively2019-07-191-40/+4
* Remove bulk memory instructions refering to active segments (#2235)Thomas Lively2019-07-191-4/+40
* Loosen conditions on MemoryPacking (#2205)Thomas Lively2019-07-031-4/+12
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-7/+9
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-1/+1
* Move segment merging to fit web limits into its own pass (#1980)Thomas Lively2019-04-081-35/+69
* Passive segments (#1976)Thomas Lively2019-04-051-2/+2
* Stack IR (#1623)Alon Zakai2018-07-301-0/+2