summaryrefslogtreecommitdiff
path: root/src/passes/SSAify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-1/+1
* [NFC] Convert LocalGraph influences accesses to function calls (#6899)Alon Zakai2024-09-041-1/+1
* [NFC] Refactor LocalGraph's core getSets API (#6877)Alon Zakai2024-08-281-2/+2
* Fix SSA on null refinement (#5886)Alon Zakai2023-08-171-0/+11
* End the current basic block on a Call (#5823)Alon Zakai2023-07-261-1/+1
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-3/+4
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-4/+5
* Allow only computing necessary influences in LocalGraph. NFC (#3861)Alon Zakai2021-05-051-1/+1
* [Wasm GC] Do not inline a function with an RTT parameter (#3808)Alon Zakai2021-04-141-1/+1
* [Wasm GC] Fix SSA pass on non-nullable parameters (#3745)Alon Zakai2021-03-291-0/+3
* Warn when running a pass not compatible with DWARF (#3506)Alon Zakai2021-01-261-0/+4
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-121-1/+1
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-7/+7
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-29/+22
* Semi-SSA improvements (#1965)Alon Zakai2019-03-251-6/+51
* determinism fix for SSAify::computeGetsAndPhis (#1850)Alon Zakai2019-01-031-3/+3
* Determinism fix for SSA pass (#1841)Alon Zakai2019-01-021-7/+6
* misc minor cleanups in the codebase (#1531)Alon Zakai2018-05-041-1/+1
* fix an ssa bug: we can't assume that even if all set locations assign to the ...Alon Zakai2018-02-221-58/+28
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* Improve LocalGraph (#1382)Alon Zakai2018-01-241-1/+1
* runFunction => runOnFunction (we run on the function, not run the function) (...Alon Zakai2018-01-101-1/+1
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-2/+2
* fix ssaify bug where we failed to update the location of values as we moved t...Alon Zakai2017-10-111-6/+12
* precompute-propagate pass (#1179)Alon Zakai2017-09-121-250/+42
* SSA pass (#1049)Alon Zakai2017-06-131-0/+395