index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
CoalesceLocals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Standardize Super:: over super:: (#6920)
Alon Zakai
2024-09-10
1
-1
/
+1
*
CoalesceLocals: ReFinalize when we refine a type (#6502)
Alon Zakai
2024-04-16
1
-12
/
+12
*
CFGWalker: Allow users to ignore branches outside the function [NFC] (#5838)
Alon Zakai
2023-07-26
1
-0
/
+4
*
Use C++17's [[maybe_unused]]. NFC (#5309)
Sam Clegg
2022-12-02
1
-2
/
+1
*
[Wasm GC] Fix CoalesceLocals on tees that receive a refined type (#5289)
Alon Zakai
2022-11-22
1
-3
/
+22
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-2
/
+6
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-1
/
+19
*
Lift the restriction in liveness-traversal.h that supported max 65535 locals ...
juj
2022-04-28
1
-25
/
+23
*
Use LiteralUtils::canMakeZero before calling makeZero (#4568)
Alon Zakai
2022-04-01
1
-4
/
+5
*
CoalesceLocals: Use ValueNumbering (#4355)
Alon Zakai
2021-11-24
1
-14
/
+20
*
CoalesceLocals: Remove a redundant tee of the same local as a parent set (#4318)
Alon Zakai
2021-11-09
1
-1
/
+6
*
CoalesceLocals: Rewrite the algorithm to be linear and to ignore copies (#4314)
Alon Zakai
2021-11-10
1
-27
/
+161
*
Fix Emscripten build by changing `|` to `||` (#4205)
Thomas Lively
2021-10-04
1
-1
/
+1
*
[Wasm GC] Fix precomputing of incompatible fallthrough values (#3875)
Alon Zakai
2021-05-10
1
-1
/
+0
*
Warn when running a pass not compatible with DWARF (#3506)
Alon Zakai
2021-01-26
1
-0
/
+4
*
Run reorder-locals more in wasm2js (#2729)
Alon Zakai
2020-04-08
1
-0
/
+5
*
Skip liveness analysis if too many locals (#2560)
Alon Zakai
2020-01-06
1
-0
/
+3
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-9
/
+9
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-7
/
+14
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-69
/
+117
*
Remove unnecessary semicolons (#1942)
Ryoga
2019-03-18
1
-1
/
+1
*
Optimize away sets of the same local (#1940)
Alon Zakai
2019-03-07
1
-0
/
+4
*
CoalesceLocals: run even if we have just 1 var, as we may be able to remove t...
Alon Zakai
2019-03-06
1
-5
/
+0
*
Move if copy logic from coalesce-locals to remove-unused-brs.
Alon Zakai (kripken)
2018-12-04
1
-33
/
+0
*
Optimize equivalent locals (#1540)
Alon Zakai
2018-05-10
1
-6
/
+2
*
Fix MSVC warnings when compiling the binaryen target (#1535)
Daniel Wirtz
2018-05-09
1
-2
/
+2
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-1
/
+1
*
Improve LocalGraph (#1382)
Alon Zakai
2018-01-24
1
-1
/
+1
*
SpillPointers pass (#1339)
Alon Zakai
2017-12-30
1
-283
/
+4
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-1
/
+1
*
Add a superclass typedef to WalkerPass to simplify overrides (#1211)
jgravelle-google
2017-10-04
1
-1
/
+1
*
when removing an if-copy in coalesce-locals, if it's a tee, we do still need ...
Alon Zakai (kripken)
2017-07-13
1
-1
/
+3
*
fix handling of an if in a tee without an else, in coalesce-locals
Alon Zakai (kripken)
2017-07-13
1
-1
/
+3
*
fix coalesce-locals handling of set/tee local of an unreachable; we still nee...
Alon Zakai (kripken)
2017-07-11
1
-2
/
+6
*
SSA pass (#1049)
Alon Zakai
2017-06-13
1
-29
/
+1
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-7
/
+4
*
Preserve debug info through the optimizer (#981)
Alon Zakai
2017-04-28
1
-0
/
+1
*
Optimize away copies through an if (#816)
Alon Zakai
2016-10-31
1
-4
/
+52
*
Add priority to copies on backedges (#791)
Alon Zakai
2016-10-20
1
-1
/
+31
*
handle unreachable tee_local properly in coalesce-locals (#761)
Alon Zakai
2016-10-12
1
-1
/
+5
*
Implement binary search for coalesce-locals (#744)
Loo Rong Jie
2016-10-12
1
-27
/
+14
*
track unreachable code in coalesce-locals, we know what is unreachable anyhow...
Alon Zakai
2016-10-08
1
-1
/
+10
*
add a comment
Alon Zakai
2016-09-14
1
-1
/
+1
*
allocate newCopies on demand in coalesce-locals, to avoid n^2 allocation when...
Alon Zakai
2016-09-14
1
-1
/
+2
*
coalesce-locals code cleanup
Alon Zakai
2016-09-14
1
-3
/
+3
*
fix getCopies return type, so that we take into account the full range of values
Alon Zakai
2016-09-14
1
-1
/
+1
*
optimization comment
Alon Zakai
2016-09-10
1
-1
/
+1
*
sort locals by number of total copies
Alon Zakai
2016-09-10
1
-11
/
+77
*
take into account removed copies even when number of locals is the same, in c...
Alon Zakai
2016-09-09
1
-5
/
+46
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-1
/
+11
[next]