index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
memorygrowth.fromasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
use a single space for pretty printing of wasts, so massive wasts are less un...
Alon Zakai
2017-03-09
1
-8817
/
+8817
*
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
*
Optimize precise mode integer ops (#907)
Alon Zakai
2017-02-16
1
-2
/
+11
*
Improve handling of implicit traps (#898)
Alon Zakai
2017-02-06
1
-5
/
+5
*
emit globals before table and memory, because they may use a global for their...
Alon Zakai
2016-12-30
1
-2
/
+2
*
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
*
Fix regression from #850 (#851)
Alon Zakai
2016-11-30
1
-143
/
+152
*
Optimize added factors into load/store offsets (#850)
Alon Zakai
2016-11-29
1
-152
/
+143
*
improve local simplication: simplify without if/block structure values before...
Alon Zakai
2016-11-06
1
-690
/
+681
*
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
-423
/
+421
*
recreate simply ifs
Alon Zakai
2016-10-27
1
-35
/
+33
*
optimize ne of 0 in a boolean context (#808)
Alon Zakai
2016-10-27
1
-6
/
+3
*
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
-1016
/
+1022
*
reorder locals after simplify-locals, to remove unused locals before coalesce...
Alon Zakai
2016-10-16
1
-1028
/
+1028
*
run remove-unused-functions by default
Alon Zakai
2016-10-14
1
-76
/
+0
*
remove memory maximum in asm2wasm when memory growth is on
Alon Zakai
2016-10-11
1
-1
/
+1
*
Change print order of top-level module components (#751)
Derek Schuff
2016-10-07
1
-22
/
+22
*
Require unique names in binaryen IR (#746)
Alon Zakai
2016-10-06
1
-147
/
+147
*
Print the name of memory along with size (#720)
Derek Schuff
2016-09-28
1
-1
/
+1
*
Type check block/loop/if sigs (#717)
Alon Zakai
2016-09-28
1
-33
/
+33
*
memory and table printing fixes
Alon Zakai
2016-09-20
1
-4
/
+2
*
globals mutability fixes
Alon Zakai
2016-09-19
1
-30
/
+36
*
br_if returns its value
Alon Zakai
2016-09-16
1
-5
/
+7
*
block signatures
Alon Zakai
2016-09-16
1
-27
/
+27
*
call_import changes: no more call_import, shared index space with functions
Alon Zakai
2016-09-16
1
-100
/
+100
*
optimize if-else to br_if when in a block
Alon Zakai
2016-09-10
1
-22
/
+17
*
sort locals by number of total copies
Alon Zakai
2016-09-10
1
-1483
/
+1481
*
take into account removed copies even when number of locals is the same, in c...
Alon Zakai
2016-09-09
1
-1469
/
+1432
*
optimize loop endings in RemoveUnusedBrs
Alon Zakai
2016-09-09
1
-682
/
+635
*
autodrop if body if no else
Alon Zakai
2016-09-07
1
-13
/
+15
*
flip select-eqz when possible
Alon Zakai
2016-09-07
1
-36
/
+24
*
use eqz as an optimization
Alon Zakai
2016-09-07
1
-26
/
+13
*
new export syntax in spec repo
Alon Zakai
2016-09-07
1
-20
/
+20
*
new import syntax in spec repo
Alon Zakai
2016-09-07
1
-23
/
+23
*
import memoryBase and tableBase
Alon Zakai
2016-09-07
1
-2
/
+3
*
import table
Alon Zakai
2016-09-07
1
-0
/
+1
*
import memory #684
Alon Zakai
2016-09-07
1
-1
/
+1
*
add asm2wasm option to import a mem init file
Alon Zakai
2016-09-07
1
-0
/
+2
*
do a little more optimization at the end of asm2wasm processing
Alon Zakai
2016-09-07
1
-2
/
+1
*
use globals in asm2wasm
Alon Zakai
2016-09-07
1
-150
/
+90
*
export kinds
Alon Zakai
2016-09-07
1
-1
/
+1
*
don't depend on order of operations in calls, it varies by compiler
Alon Zakai
2016-09-07
1
-89
/
+89
*
loops no longer have an out label and other upstream loop updates
Alon Zakai
2016-09-07
1
-1147
/
+1205
*
call_indirect now has the target at the end
Alon Zakai
2016-09-07
1
-23
/
+23
[next]