index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
two_sides.fromasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Sam Clegg
2018-11-08
1
-2
/
+2
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-2
/
+2
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-1
/
+1
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
1
-3
/
+1
*
Emit binary function index in comment in text format, for convenience (#1232)
Alon Zakai
2017-10-20
1
-1
/
+1
*
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
-54
/
+54
*
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
-1
/
+1
*
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
-1
/
+1
*
memory and table printing fixes
Alon Zakai
2016-09-20
1
-3
/
+2
*
call_import changes: no more call_import, shared index space with functions
Alon Zakai
2016-09-16
1
-2
/
+2
*
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
-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
*
export kinds
Alon Zakai
2016-09-07
1
-1
/
+1
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-2
/
+2
*
dead code elimination pass (#536)
Alon Zakai
2016-05-22
1
-35
/
+30
*
add cfg-building traversal and a pass to coalesce locals using it
Alon Zakai
2016-05-15
1
-45
/
+37
*
optimize returns that flow out
Alon Zakai
2016-04-25
1
-3
/
+1
*
track individual locals in EffectAnalyzer
Alon Zakai
2016-04-11
1
-44
/
+38
*
update tests
Alon Zakai
2016-04-07
1
-40
/
+36
*
optimize if-eqz
Alon Zakai
2016-04-06
1
-9
/
+7
*
use eqz in asm2wasm
Alon Zakai
2016-03-21
1
-2
/
+1
*
add explicit memory export support
Alon Zakai
2016-03-15
1
-0
/
+1
*
Make initial and max memory sizes be in pages instead of bytes
Derek Schuff
2016-03-09
1
-1
/
+1
*
update if parsing to new spec rules
Alon Zakai
2016-03-07
1
-1
/
+1
*
use Return in asm2wasm
Alon Zakai
2016-02-01
1
-0
/
+9
*
refactor FunctionType to always be accessed from the Module's central store, ...
Alon Zakai
2016-01-11
1
-0
/
+1
*
use simplify-locals by default
Alon Zakai
2016-01-09
1
-2
/
+0
*
RemoveUnneededBrs: remove all code in a block after a break
Alon Zakai
2016-01-08
1
-58
/
+53
*
improve RemoveUnusedBrs: unify an if-else's brs into one br outside
Alon Zakai
2016-01-08
1
-53
/
+51
*
add a testcase
Alon Zakai
2016-01-08
1
-0
/
+85