index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
SSAify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
1
-1
/
+1
*
[NFC] Convert LocalGraph influences accesses to function calls (#6899)
Alon Zakai
2024-09-04
1
-1
/
+1
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
1
-2
/
+2
*
Fix SSA on null refinement (#5886)
Alon Zakai
2023-08-17
1
-0
/
+11
*
End the current basic block on a Call (#5823)
Alon Zakai
2023-07-26
1
-1
/
+1
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-3
/
+4
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-4
/
+5
*
Allow only computing necessary influences in LocalGraph. NFC (#3861)
Alon Zakai
2021-05-05
1
-1
/
+1
*
[Wasm GC] Do not inline a function with an RTT parameter (#3808)
Alon Zakai
2021-04-14
1
-1
/
+1
*
[Wasm GC] Fix SSA pass on non-nullable parameters (#3745)
Alon Zakai
2021-03-29
1
-0
/
+3
*
Warn when running a pass not compatible with DWARF (#3506)
Alon Zakai
2021-01-26
1
-0
/
+4
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-1
/
+1
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-7
/
+7
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-1
/
+2
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-29
/
+22
*
Semi-SSA improvements (#1965)
Alon Zakai
2019-03-25
1
-6
/
+51
*
determinism fix for SSAify::computeGetsAndPhis (#1850)
Alon Zakai
2019-01-03
1
-3
/
+3
*
Determinism fix for SSA pass (#1841)
Alon Zakai
2019-01-02
1
-7
/
+6
*
misc minor cleanups in the codebase (#1531)
Alon Zakai
2018-05-04
1
-1
/
+1
*
fix an ssa bug: we can't assume that even if all set locations assign to the ...
Alon Zakai
2018-02-22
1
-58
/
+28
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-1
/
+1
*
Improve LocalGraph (#1382)
Alon Zakai
2018-01-24
1
-1
/
+1
*
runFunction => runOnFunction (we run on the function, not run the function) (...
Alon Zakai
2018-01-10
1
-1
/
+1
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-2
/
+2
*
fix ssaify bug where we failed to update the location of values as we moved t...
Alon Zakai
2017-10-11
1
-6
/
+12
*
precompute-propagate pass (#1179)
Alon Zakai
2017-09-12
1
-250
/
+42
*
SSA pass (#1049)
Alon Zakai
2017-06-13
1
-0
/
+395