index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
emcc_hello_world.fromasm.clamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-4019
/
+4019
*
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
-53
/
+53
*
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
-81
/
+46
*
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
-55
/
+55
*
Share trap mode between asm2wasm and s2wasm (#1168)
jgravelle-google
2017-10-02
1
-1
/
+27
*
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
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-109
/
+109
*
use TypeUpdater in vacuum
Alon Zakai (kripken)
2017-05-20
1
-2482
/
+2473
*
allow values to flow out of loops in RemoveUnneededBrs, and simplify some unn...
Alon Zakai (kripken)
2017-05-10
1
-344
/
+330
*
use a single space for pretty printing of wasts, so massive wasts are less un...
Alon Zakai
2017-03-09
1
-14264
/
+14264
*
Use 3 modes for potentially trapping ops in asm2wasm (#929)
Alon Zakai
2017-03-07
1
-0
/
+15797