index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
emcc_hello_world.fromasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove writes to globals that are never written to (#2741)
Sam Clegg
2020-04-09
1
-8
/
+2
*
Remove function index printing (#2742)
Thomas Lively
2020-04-09
1
-51
/
+51
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-16
/
+21
*
Optimize select fallthrough values (#2220)
Alon Zakai
2019-07-11
1
-7
/
+3
*
Optimize if of br_if (#2216)
Alon Zakai
2019-07-11
1
-6
/
+11
*
Optimize mutable globals (#2066)
Alon Zakai
2019-05-02
1
-13
/
+12
*
Semi-SSA improvements (#1965)
Alon Zakai
2019-03-25
1
-510
/
+490
*
Optimize away sets of the same local (#1940)
Alon Zakai
2019-03-07
1
-8
/
+11
*
CoalesceLocals: run even if we have just 1 var, as we may be able to remove t...
Alon Zakai
2019-03-06
1
-7
/
+8
*
Optimize added constants with propagation only if we see we will remove all u...
Alon Zakai
2019-03-06
1
-1760
/
+1636
*
Run multiple iterations in OptimizeAddedConstants
Alon Zakai
2019-03-06
1
-3963
/
+3973
*
Propagate a load/store offset even if locals are not in ssa form
Alon Zakai
2019-03-06
1
-2271
/
+2128
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-4711
/
+4702
*
Dead return value elimination in DeadArgumentElimination (#1917)
Alon Zakai
2019-02-26
1
-1318
/
+1238
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-4007
/
+4007
*
Properly optimize loop values (#1800)
Alon Zakai
2018-12-05
1
-542
/
+533
*
Run coalesce-locals after the final simplify-locals.
Alon Zakai (kripken)
2018-12-04
1
-555
/
+531
*
Speculate in simplify-locals that it is worth turning an if into
Alon Zakai (kripken)
2018-12-04
1
-207
/
+211
*
Stricter Canonicalization (#1774)
Alon Zakai
2018-11-27
1
-3817
/
+3852
*
Branches only invalidate side effects (#1765)
Alon Zakai
2018-11-26
1
-2376
/
+2375
*
Merge-Blocks improvements (#1760)
Alon Zakai
2018-11-26
1
-1869
/
+1869
*
Switch optimizations in remove-unused-brs (#1753)
Alon Zakai
2018-11-20
1
-15
/
+15
*
Fix a merge-blocks fuzz bug (#1755)
Alon Zakai
2018-11-19
1
-261
/
+262
*
Optimize an if exit block into an if arm (#1749)
Alon Zakai
2018-11-15
1
-6884
/
+6801
*
Don't try to optimize away unused names in RemoveUnusedBrs (#1750)
Alon Zakai
2018-11-15
1
-47
/
+45
*
MergeBlocks: canonicalize loop exit block position on the inside (#1736)
Alon Zakai
2018-11-14
1
-20
/
+20
*
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Sam Clegg
2018-11-08
1
-2
/
+2
*
Emit imports before defined things in text format (#1715)
Alon Zakai
2018-11-01
1
-1
/
+1
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-3
/
+3
*
DeadArgumentElimination Pass (#1641)
Alon Zakai
2018-09-05
1
-96
/
+49
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-51
/
+51
*
Merge loop tails up (#1543)
Alon Zakai
2018-05-10
1
-2475
/
+2463
*
Optimize equivalent locals (#1540)
Alon Zakai
2018-05-10
1
-808
/
+761
*
Generate loop return values in optimizer (#1527)
Alon Zakai
2018-05-01
1
-2
/
+2
*
More simplify-locals opts (#1526)
Alon Zakai
2018-05-01
1
-3058
/
+3047
*
do more optimizations after inlining: precompute-propagate plus all regular o...
Alon Zakai
2018-04-30
1
-64
/
+38
*
code-folding improvements (#1512)
Alon Zakai
2018-04-26
1
-9
/
+6
*
br_table optimizations (#1502)
Alon Zakai
2018-04-10
1
-15
/
+29
*
More simple math opts (#1414)
Alon Zakai
2018-02-14
1
-22
/
+8
*
Inlining improvements (#1375)
Alon Zakai
2018-01-24
1
-79
/
+44
*
optimize out 0-x, a zero only used to negate an int, when possible (#1365)
Alon Zakai
2018-01-17
1
-5
/
+2
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
1
-4
/
+3
*
Redundant Set Elimination pass (#1344)
Alon Zakai
2018-01-05
1
-54
/
+7
*
De-morgan's "and" law (#1297)
Alon Zakai
2017-11-30
1
-77
/
+53
*
Update call_indirect text syntax to match spec update (#1281)
Derek Schuff
2017-11-13
1
-8
/
+8
*
Emit binary function index in comment in text format, for convenience (#1232)
Alon Zakai
2017-10-20
1
-53
/
+53
*
precompute-propagate pass (#1179)
Alon Zakai
2017-09-12
1
-9
/
+3
*
Improve and enable inlining pass (#966)
Alon Zakai
2017-08-07
1
-346
/
+324
*
loads may trap, do not remove them in vacuum unless the pass options allow that
Alon Zakai (kripken)
2017-07-11
1
-20
/
+46
*
Code folding (#1076)
Alon Zakai
2017-06-28
1
-4046
/
+3970
[next]