index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
passes
/
simplify-locals.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly handle optimizing out a set from inside the value of another set in ...
Alon Zakai
2019-04-29
1
-0
/
+29
*
Change default feature set to MVP (#1993)
Thomas Lively
2019-04-16
1
-1657
/
+0
*
Bulk memory side effects (#1998)
Thomas Lively
2019-04-11
1
-0
/
+109
*
Optimize away sets of the same local (#1940)
Alon Zakai
2019-03-07
1
-0
/
+31
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-381
/
+381
*
Properly optimize loop values (#1800)
Alon Zakai
2018-12-05
1
-0
/
+70
*
Speculate in simplify-locals that it is worth turning an if into
Alon Zakai (kripken)
2018-12-04
1
-0
/
+203
*
Improve local-cse (#1594)
Alon Zakai
2018-06-08
1
-1
/
+0
*
Fix optimizing equivalent locals bug introduced in #1540 (#1556)
Alon Zakai
2018-05-17
1
-0
/
+15
*
Optimize equivalent locals (#1540)
Alon Zakai
2018-05-10
1
-0
/
+98
*
Fix some fuzz bugs (#1528)
Alon Zakai
2018-05-01
1
-0
/
+32
*
Generate loop return values in optimizer (#1527)
Alon Zakai
2018-05-01
1
-0
/
+19
*
More simplify-locals opts (#1526)
Alon Zakai
2018-05-01
1
-0
/
+91
*
fix simplify-locals bug where we create a br_if value, which is dangerous if ...
Alon Zakai
2017-10-11
1
-0
/
+47
*
Update text syntax for shared memory limits (#1197)
Derek Schuff
2017-09-22
1
-1
/
+1
*
set the type of a set_local properly when it is unreachable
Alon Zakai
2017-08-25
1
-1
/
+12
*
Optimizer support for atomic instructions (#1094)
Derek Schuff
2017-07-21
1
-0
/
+58
*
changing a set to a tee or vice versa needs to take into account the value ma...
Alon Zakai (kripken)
2017-07-11
1
-0
/
+11
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-19
/
+19
*
improve local simplication: simplify without if/block structure values before...
Alon Zakai
2016-11-06
1
-0
/
+17
*
add variants of simplify-locals with and without teeing and structural opts
Alon Zakai
2016-11-05
1
-0
/
+12
*
when simplify-locals give br_if a value, the br_if also returns it, so it mus...
Alon Zakai
2016-10-13
1
-0
/
+30
*
Type check block/loop/if sigs (#717)
Alon Zakai
2016-09-28
1
-15
/
+15
*
fix a simplify-locals bug where we didn't notice and if already had a result ...
Alon Zakai
2016-09-23
1
-0
/
+26
*
call_import changes: no more call_import, shared index space with functions
Alon Zakai
2016-09-16
1
-24
/
+24
*
when optimizing a block return value, replacing the sunk set with the value i...
Alon Zakai
2016-09-14
1
-0
/
+24
*
don't simplify locals out of loops if they contain branching, as it may inval...
Alon Zakai
2016-09-07
1
-0
/
+20
*
loops no longer have an out label and other upstream loop updates
Alon Zakai
2016-09-07
1
-1
/
+1
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-143
/
+403
*
clear sinkables on unoptimizable blocks, as they have a control flow merge
Alon Zakai
2016-05-05
1
-0
/
+19
*
optimize block and if returns, by merging set_locals that flow out of them
Alon Zakai
2016-04-24
1
-0
/
+64
*
add simplify-locals testcase
Alon Zakai
2016-04-11
1
-0
/
+197
*
remove set_locals with no remaining gets in SimplifyLocals
Alon Zakai
2016-04-11
1
-0
/
+2
*
add more simplify-locals tests
Alon Zakai
2016-04-11
1
-1
/
+22
*
De-recurse traversals (#333)
Alon Zakai
2016-04-11
1
-0
/
+9
*
add missing checks on nested blocks in SimplifyExpressions
Alon Zakai
2016-04-07
1
-0
/
+13
*
handle loops in effect analyzer
Alon Zakai
2016-04-07
1
-0
/
+8
*
blocks must mark as branching in effects analyzer, as control flow can join t...
Alon Zakai
2016-04-07
1
-0
/
+10
*
add more simplify-locals testing
Alon Zakai
2016-04-07
1
-2
/
+102
*
Make initial and max memory sizes be in pages instead of bytes
Derek Schuff
2016-03-09
1
-1
/
+1
*
start work on SimplifyLocals
Alon Zakai
2016-01-09
1
-0
/
+31