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.no-opts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-3111
/
+3111
*
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Sam Clegg
2018-11-08
1
-3
/
+3
*
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
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
1
-4
/
+4
*
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
-39
/
+39
*
Support new result syntax for if/loop/block (#1047)
Sam Clegg
2017-06-12
1
-51
/
+51
*
use a single space for pretty printing of wasts, so massive wasts are less un...
Alon Zakai
2017-03-09
1
-10820
/
+10820
*
emit globals before table and memory, because they may use a global for their...
Alon Zakai
2016-12-30
1
-1
/
+1
*
use tableBase for the table segments
Alon Zakai
2016-12-07
1
-1
/
+1
*
Change print order of top-level module components (#751)
Derek Schuff
2016-10-07
1
-19
/
+19
*
Require unique names in binaryen IR (#746)
Alon Zakai
2016-10-06
1
-232
/
+232
*
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
-34
/
+34
*
memory and table printing fixes
Alon Zakai
2016-09-20
1
-4
/
+2
*
globals mutability fixes
Alon Zakai
2016-09-19
1
-30
/
+36
*
block signatures
Alon Zakai
2016-09-16
1
-17
/
+17
*
call_import changes: no more call_import, shared index space with functions
Alon Zakai
2016-09-16
1
-103
/
+103
*
autodrop if body if no else
Alon Zakai
2016-09-07
1
-15
/
+17
*
new export syntax in spec repo
Alon Zakai
2016-09-07
1
-18
/
+18
*
new import syntax in spec repo
Alon Zakai
2016-09-07
1
-25
/
+25
*
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
*
use globals in asm2wasm
Alon Zakai
2016-09-07
1
-120
/
+76
*
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
-113
/
+113
*
loops no longer have an out label and other upstream loop updates
Alon Zakai
2016-09-07
1
-1404
/
+1466
*
call_indirect now has the target at the end
Alon Zakai
2016-09-07
1
-23
/
+23
*
add drop and tee expressions
Alon Zakai
2016-09-07
1
-119
/
+127
*
offset support in table
Alon Zakai
2016-08-15
1
-1
/
+1
*
support function table initial and max sizes, and new printing format
Alon Zakai
2016-08-12
1
-1
/
+2
*
add --no-opt testing to asm2wasm
Alon Zakai
2016-05-19
1
-0
/
+11894