summaryrefslogtreecommitdiff
path: root/src/passes/StackIR.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Wasm GC] Avoid dangerous StackIR opts on GC (#4007)Alon Zakai2021-07-221-4/+40
* Allow only computing necessary influences in LocalGraph. NFC (#3861)Alon Zakai2021-05-051-1/+1
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-1/+3
* Support Stack IR for new try-catch(_all) (#3538)Heejin Ahn2021-02-031-0/+1
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-1/+1
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-2/+2
* Remove 'none' type as a branch target in ReFinalize (#2492)Alon Zakai2019-12-041-1/+1
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-1/+1
* Add Stack IR optimization support for EH (#2425)Heejin Ahn2019-11-071-3/+7
* Refactor stack IR / binary writer (NFC) (#2250)Heejin Ahn2019-07-231-20/+3
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-4/+4
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-5/+10
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-44/+31
* Massive renaming (#1855)Thomas Lively2019-01-071-3/+3
* Print Stack IR in proper .wat format (#1630)Alon Zakai2018-08-141-26/+0
* Stack IR (#1623)Alon Zakai2018-07-301-0/+393