summaryrefslogtreecommitdiff
path: root/src/passes/AvoidReinterprets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-4/+4
* [NFC] Refactor LocalGraph's core getSets API (#6877)Alon Zakai2024-08-281-1/+1
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-4/+6
* Modernize code to C++17 (#3104)Max Graey2021-11-221-9/+6
* Use the new module version of EffectAnalyzer (#4116)Alon Zakai2021-08-311-9/+8
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-3/+6
* AvoidReinterprets should not remove code around a reinterpret's value's fallt...Alon Zakai2020-07-281-3/+3
* Add EH support for OptimizeInstructions (#2608)Heejin Ahn2020-02-051-9/+20
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-4/+4
* Move Type-related functions into Type class (NFC) (#2556)Heejin Ahn2019-12-291-5/+6
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-10/+10
* Fix AvoidReinterprets on reinterpreted loads of fewer than the full size (#2123)Alon Zakai2019-05-171-3/+13
* Fix an infinite loop in avoid-reinterprets in unreachable code with loops of ...Alon Zakai2019-05-171-0/+7
* wasm2js: avoid reinterprets (#2094)Alon Zakai2019-05-101-0/+181