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