summaryrefslogtreecommitdiff
path: root/src/passes/InstrumentMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-12/+16
* Automatically discard global effects in the rare passes that add effects (#5999)Alon Zakai2023-10-061-0/+3
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-5/+8
* Remove RTTs (#4848)Thomas Lively2022-08-051-1/+1
* [Wasm GC] Add Wasm GC support to InstrumentMemory (#3976)Alon Zakai2021-07-151-0/+135
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-4/+2
* Remove dead code and unused includes. NFC. (#3328)Sam Clegg2020-11-081-1/+0
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-6/+11
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-2/+2
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-19/+15
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-2/+2
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-10/+10
* Remove FunctionType (#2510)Thomas Lively2019-12-111-15/+14
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-66/+72
* Improve instrumentation passes (#2012)Alon Zakai2019-04-161-51/+92
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-6/+8
* Optimizer support for atomic instructions (#1094)Derek Schuff2017-07-211-0/+1
* Add pass to instrument loads / stores. (#959)Michael Bebenita2017-04-291-0/+123