index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
memorygrowth.fromasm.clamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove asm2wasm (#3042)
Alon Zakai
2020-08-17
1
-9084
/
+0
*
Remove writes to globals that are never written to (#2741)
Sam Clegg
2020-04-09
1
-13
/
+2
*
Remove function index printing (#2742)
Thomas Lively
2020-04-09
1
-36
/
+36
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-14
/
+16
*
Optimize if of br_if (#2216)
Alon Zakai
2019-07-11
1
-6
/
+7
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-1
/
+1
*
Semi-SSA improvements (#1965)
Alon Zakai
2019-03-25
1
-4944
/
+4664
*
CoalesceLocals: run even if we have just 1 var, as we may be able to remove t...
Alon Zakai
2019-03-06
1
-4
/
+6
*
Optimize added constants with propagation only if we see we will remove all u...
Alon Zakai
2019-03-06
1
-1769
/
+1700
*
Run multiple iterations in OptimizeAddedConstants
Alon Zakai
2019-03-06
1
-235
/
+220
*
Propagate a load/store offset even if locals are not in ssa form
Alon Zakai
2019-03-06
1
-2578
/
+2563
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-122
/
+82
*
Dead return value elimination in DeadArgumentElimination (#1917)
Alon Zakai
2019-02-26
1
-191
/
+134
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-2477
/
+2477
*
Properly optimize loop values (#1800)
Alon Zakai
2018-12-05
1
-239
/
+238
*
Run coalesce-locals after the final simplify-locals.
Alon Zakai (kripken)
2018-12-04
1
-306
/
+291
*
Speculate in simplify-locals that it is worth turning an if into
Alon Zakai (kripken)
2018-12-04
1
-146
/
+137
*
Stricter Canonicalization (#1774)
Alon Zakai
2018-11-27
1
-774
/
+799
*
Merge-Blocks improvements (#1760)
Alon Zakai
2018-11-26
1
-1904
/
+1904
*
Fix a merge-blocks fuzz bug (#1755)
Alon Zakai
2018-11-19
1
-378
/
+369
*
Optimize an if exit block into an if arm (#1749)
Alon Zakai
2018-11-15
1
-4872
/
+4814
*
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Sam Clegg
2018-11-08
1
-4
/
+4
*
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
-67
/
+56
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-36
/
+36
*
Merge loop tails up (#1543)
Alon Zakai
2018-05-10
1
-6
/
+6
*
Optimize equivalent locals (#1540)
Alon Zakai
2018-05-10
1
-1005
/
+997
*
Generate loop return values in optimizer (#1527)
Alon Zakai
2018-05-01
1
-234
/
+230
*
More simplify-locals opts (#1526)
Alon Zakai
2018-05-01
1
-3617
/
+3584
*
do more optimizations after inlining: precompute-propagate plus all regular o...
Alon Zakai
2018-04-30
1
-175
/
+140
*
code-folding improvements (#1512)
Alon Zakai
2018-04-26
1
-12
/
+14
*
Some simple integer math opts (#1504)
Alon Zakai
2018-04-11
1
-2
/
+2
*
Inlining improvements (#1375)
Alon Zakai
2018-01-24
1
-73
/
+18
*
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
-47
/
+47
*
Redundant Set Elimination pass (#1344)
Alon Zakai
2018-01-05
1
-46
/
+9
*
De-morgan's "and" law (#1297)
Alon Zakai
2017-11-30
1
-8
/
+4
*
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
-38
/
+38
*
Improve and enable inlining pass (#966)
Alon Zakai
2017-08-07
1
-32
/
+22
*
Code folding (#1076)
Alon Zakai
2017-06-28
1
-4232
/
+4227
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-41
/
+41
*
use a single space for pretty printing of wasts, so massive wasts are less un...
Alon Zakai
2017-03-09
1
-8817
/
+8817
*
Use 3 modes for potentially trapping ops in asm2wasm (#929)
Alon Zakai
2017-03-07
1
-0
/
+9836