index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
emcc_O2_hello_world.fromasm.imprecise
Commit message (
Expand
)
Author
Age
Files
Lines
*
Semi-SSA improvements (#1965)
Alon Zakai
2019-03-25
1
-4337
/
+4077
*
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
-1015
/
+946
*
Run multiple iterations in OptimizeAddedConstants
Alon Zakai
2019-03-06
1
-318
/
+306
*
Propagate a load/store offset even if locals are not in ssa form
Alon Zakai
2019-03-06
1
-2630
/
+2614
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-130
/
+87
*
Dead return value elimination in DeadArgumentElimination (#1917)
Alon Zakai
2019-02-26
1
-192
/
+136
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-2434
/
+2434
*
Properly optimize loop values (#1800)
Alon Zakai
2018-12-05
1
-190
/
+192
*
Run coalesce-locals after the final simplify-locals.
Alon Zakai (kripken)
2018-12-04
1
-270
/
+259
*
Speculate in simplify-locals that it is worth turning an if into
Alon Zakai (kripken)
2018-12-04
1
-618
/
+602
*
Stricter Canonicalization (#1774)
Alon Zakai
2018-11-27
1
-944
/
+970
*
Fix a merge-blocks fuzz bug (#1755)
Alon Zakai
2018-11-19
1
-1393
/
+1379
*
Optimize an if exit block into an if arm (#1749)
Alon Zakai
2018-11-15
1
-4573
/
+4513
*
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
-2
/
+2
*
DeadArgumentElimination Pass (#1641)
Alon Zakai
2018-09-05
1
-70
/
+58
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-34
/
+34
*
Merge loop tails up (#1543)
Alon Zakai
2018-05-10
1
-6
/
+6
*
Optimize equivalent locals (#1540)
Alon Zakai
2018-05-10
1
-740
/
+728
*
Generate loop return values in optimizer (#1527)
Alon Zakai
2018-05-01
1
-436
/
+431
*
More simplify-locals opts (#1526)
Alon Zakai
2018-05-01
1
-2871
/
+2847
*
do more optimizations after inlining: precompute-propagate plus all regular o...
Alon Zakai
2018-04-30
1
-110
/
+71
*
code-folding improvements (#1512)
Alon Zakai
2018-04-26
1
-12
/
+14
*
Inlining improvements (#1375)
Alon Zakai
2018-01-24
1
-90
/
+31
*
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
-45
/
+9
*
De-morgan's "and" law (#1297)
Alon Zakai
2017-11-30
1
-4
/
+2
*
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
-36
/
+36
*
Improve and enable inlining pass (#966)
Alon Zakai
2017-08-07
1
-16
/
+10
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-52
/
+52
*
use a single space for pretty printing of wasts, so massive wasts are less un...
Alon Zakai
2017-03-09
1
-8743
/
+8743
*
optimize out add/sub of 0
Alon Zakai (kripken)
2017-02-16
1
-6
/
+3
*
optimize sign-extends to eqz
Alon Zakai (kripken)
2017-02-16
1
-9
/
+3
*
Optimize "squared" operations (#905)
Alon Zakai
2017-02-16
1
-106
/
+70
*
emit globals before table and memory, because they may use a global for their...
Alon Zakai
2016-12-30
1
-1
/
+1
*
add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...
Alon Zakai
2016-12-07
1
-29
/
+0
*
use tableBase for the table segments
Alon Zakai
2016-12-07
1
-1
/
+1
*
improve local simplication: simplify without if/block structure values before...
Alon Zakai
2016-11-06
1
-1171
/
+1163
*
remove-unused-brs after coalesce-locals
Alon Zakai
2016-11-04
1
-7
/
+5
*
Optimize away copies through an if (#816)
Alon Zakai
2016-10-31
1
-176
/
+175
*
recreate simply ifs
Alon Zakai
2016-10-27
1
-35
/
+33
*
recurse in optimizeBoolean (#809)
Alon Zakai
2016-10-27
1
-6
/
+3
*
optimize ne of 0 in a boolean context (#808)
Alon Zakai
2016-10-27
1
-20
/
+8
*
Code pushing (#807)
Alon Zakai
2016-10-26
1
-45
/
+45
*
Optimize out bool & 1 (#804)
Alon Zakai
2016-10-25
1
-21
/
+21
*
Add priority to copies on backedges (#791)
Alon Zakai
2016-10-20
1
-1180
/
+1182
[next]