index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
min.fromasm.imprecise.no-opts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove f32 legalization from LegalizeJSInterface (#2052)
Sam Clegg
2019-04-25
1
-28
/
+3
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-26
/
+26
*
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
-1
/
+1
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
1
-1
/
+1
*
Emit binary function index in comment in text format, for convenience (#1232)
Alon Zakai
2017-10-20
1
-8
/
+8
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-1
/
+1
*
use a single space for pretty printing of wasts, so massive wasts are less un...
Alon Zakai
2017-03-09
1
-88
/
+88
*
make legalizeJSInterface handle f32s as well, which are not valid in asm.js ffis
Alon Zakai
2016-12-07
1
-3
/
+28
*
run remove-unused-functions by default
Alon Zakai
2016-10-14
1
-0
/
+3
*
if we see no asm.js function tables, the table size is 0
Alon Zakai
2016-10-11
1
-1
/
+1
*
Change print order of top-level module components (#751)
Derek Schuff
2016-10-07
1
-2
/
+2
*
Print the name of memory along with size (#720)
Derek Schuff
2016-09-28
1
-1
/
+1
*
memory and table printing fixes
Alon Zakai
2016-09-20
1
-3
/
+2
*
globals mutability fixes
Alon Zakai
2016-09-19
1
-2
/
+3
*
block signatures
Alon Zakai
2016-09-16
1
-1
/
+1
*
handle getTempRet0 having extra code, which can happen in emterpreter asserti...
Alon Zakai
2016-09-15
1
-0
/
+10
*
new export syntax in spec repo
Alon Zakai
2016-09-07
1
-1
/
+1
*
new import syntax in spec repo
Alon Zakai
2016-09-07
1
-5
/
+5
*
import memoryBase and tableBase
Alon Zakai
2016-09-07
1
-0
/
+2
*
import table
Alon Zakai
2016-09-07
1
-0
/
+1
*
import memory #684
Alon Zakai
2016-09-07
1
-1
/
+1
*
fix AutoDrop block handling - the block type might change as we modify its co...
Alon Zakai
2016-09-07
1
-17
/
+13
*
use globals in asm2wasm
Alon Zakai
2016-09-07
1
-0
/
+1
*
export kinds
Alon Zakai
2016-09-07
1
-1
/
+1
*
add a drop for final elements in blocks if they are not used
Alon Zakai
2016-09-07
1
-2
/
+4
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-9
/
+17
*
add --no-opt testing to asm2wasm
Alon Zakai
2016-05-19
1
-0
/
+53