Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modernize code to C++17 (#3104) | Max Graey | 2021-11-22 | 1 | -9/+6 |
* | Use the new module version of EffectAnalyzer (#4116) | Alon Zakai | 2021-08-31 | 1 | -9/+8 |
* | Initial implementation of "Memory64" proposal (#3130) | Wouter van Oortmerssen | 2020-09-18 | 1 | -3/+6 |
* | AvoidReinterprets should not remove code around a reinterpret's value's fallt... | Alon Zakai | 2020-07-28 | 1 | -3/+3 |
* | Add EH support for OptimizeInstructions (#2608) | Heejin Ahn | 2020-02-05 | 1 | -9/+20 |
* | [NFC] Enforce use of `Type::` on type names (#2434) | Thomas Lively | 2020-01-07 | 1 | -4/+4 |
* | Move Type-related functions into Type class (NFC) (#2556) | Heejin Ahn | 2019-12-29 | 1 | -5/+6 |
* | Reflect instruction renaming in code (#2128) | Heejin Ahn | 2019-05-21 | 1 | -10/+10 |
* | Fix AvoidReinterprets on reinterpreted loads of fewer than the full size (#2123) | Alon Zakai | 2019-05-17 | 1 | -3/+13 |
* | Fix an infinite loop in avoid-reinterprets in unreachable code with loops of ... | Alon Zakai | 2019-05-17 | 1 | -0/+7 |
* | wasm2js: avoid reinterprets (#2094) | Alon Zakai | 2019-05-10 | 1 | -0/+181 |