summaryrefslogtreecommitdiff
path: root/src/passes/SpillPointers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-1/+1
* [NFC] Standardize Super:: over super:: (#6920)Alon Zakai2024-09-101-1/+1
* Automatically discard global effects in the rare passes that add effects (#5999)Alon Zakai2023-10-061-0/+3
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-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-2/+3
* Restore and fix SpillPointers pass (#4570)Alon Zakai2022-06-061-0/+206
* Remove old/non-working SpillPointers pass (#3261)Sam Clegg2020-10-201-206/+0
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-1/+1
* Skip liveness analysis if too many locals (#2560)Alon Zakai2020-01-061-0/+3
* Move Type-related functions into Type class (NFC) (#2556)Heejin Ahn2019-12-291-4/+4
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-2/+2
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-5/+5
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-4/+8
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-37/+45
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-7/+0
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-4/+4
* SpillPointers pass (#1339)Alon Zakai2017-12-301-0/+198