summaryrefslogtreecommitdiff
path: root/src/passes/AvoidReinterprets.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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