index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add optimize, shrink level and debug info options to C/JS (#1357)
Daniel Wirtz
2018-01-17
6
-11
/
+182
*
Function metrics pass (#1353)
Alon Zakai
2018-01-12
5
-24
/
+87
*
when not allowing atomics, don't emit the new extend instructions that arrive...
Alon Zakai
2018-01-10
1
-2
/
+16
*
runFunction => runOnFunction (we run on the function, not run the function) (...
Alon Zakai
2018-01-10
7
-12
/
+12
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
6
-66
/
+143
*
Do not emit 100k data segments, browsers reject it (#1350)
Alon Zakai
2018-01-09
2
-5
/
+86
*
Redundant Set Elimination pass (#1344)
Alon Zakai
2018-01-05
7
-2
/
+446
*
Fix stackAlloc runtime function generation for wasm backend (#1348)
Derek Schuff
2018-01-04
1
-5
/
+3
*
Validation fixes for #1317 (#1347)
Alon Zakai
2018-01-03
1
-0
/
+16
*
fix an infinite loop in fuzz testcase generation code (#1345)
Alon Zakai
2018-01-03
1
-1
/
+1
*
Fixes for #5998 (#1341)
Alon Zakai
2017-12-30
2
-1467
/
+1449
*
SpillPointers pass (#1339)
Alon Zakai
2017-12-30
10
-283
/
+723
*
Add getters for various specific expression fields to C/JS (#1332)
Daniel Wirtz
2017-12-20
3
-93
/
+1503
*
merge-locals pass (#1334)
Alon Zakai
2017-12-17
8
-30
/
+269
*
Fix 2 binary fuzz bugs (#1323)
Alon Zakai
2017-12-14
1
-1
/
+6
*
allow exporting an import (#1326)
Alon Zakai
2017-12-08
1
-9
/
+6
*
metadce fixes (#1329)
Alon Zakai
2017-12-07
1
-37
/
+114
*
binaryen.js improvements (#1324)
Alon Zakai
2017-12-07
1
-13
/
+17
*
wasm-metadce tool (#1320)
Alon Zakai
2017-12-06
3
-1
/
+874
*
support i*.extend* instructions in interpreter (#1322)
Alon Zakai
2017-12-06
2
-15
/
+20
*
Handle debug info without a filename in asm2wasm (#1249)
Alon Zakai
2017-12-05
1
-6
/
+29
*
support fixed (non-relocatable) segments in wasm-merge. also a few printing f...
Alon Zakai
2017-12-05
3
-13
/
+34
*
br_if-to-table (#1313)
Alon Zakai
2017-12-04
2
-6
/
+171
*
Fixed compilation in GCC 7 (#1301)
Iban Eguia
2017-11-30
1
-1
/
+15
*
De-morgan's "and" law (#1297)
Alon Zakai
2017-11-30
1
-0
/
+26
*
add invocation functions for fuzz functions, so they are tested with many inp...
Alon Zakai
2017-11-30
1
-4
/
+36
*
make sure we do not fold out code from blocks with a fallthrough value, and t...
Alon Zakai
2017-11-30
1
-4
/
+18
*
JS: Make 'segments' optional in setMemory (#1310)
Daniel Wirtz
2017-11-29
1
-0
/
+1
*
Binary fuzz fix: disallow popping from outside a block (#1305)
Alon Zakai
2017-11-28
1
-0
/
+6
*
Provide AddImport/AddExport for each element in the C-API (#1292)
Daniel Wirtz
2017-11-22
4
-11
/
+175
*
Fix reading breaks to the function exit (#1304)
Alon Zakai
2017-11-21
2
-18
/
+5
*
name function imports using name section (#1290)
Alon Zakai
2017-11-21
2
-21
/
+33
*
Fix wasm-reduce testing out of tree (#1284)
Alon Zakai
2017-11-21
2
-2
/
+61
*
Running passes on a single function in binaryen-c/.js (#1295)
Daniel Wirtz
2017-11-21
3
-2
/
+107
*
Add atomic load/store to binaryen-c/.js (#1298)
Daniel Wirtz
2017-11-20
3
-1
/
+67
*
Fix a code-folding fuzz bug (#1282)
Alon Zakai
2017-11-17
2
-2
/
+15
*
Flatten tee (#1296)
Alon Zakai
2017-11-17
1
-1
/
+15
*
Fix if copying (#1278)
Alon Zakai
2017-11-16
2
-6
/
+36
*
Decouple wasm-linker from Emscripten glue (#1293)
Jacob Gravelle
2017-11-15
6
-139
/
+170
*
Add const expression utilities to binaryen-c/.js (#1288)
Daniel Wirtz
2017-11-15
3
-0
/
+85
*
add i64_atomics_* support to asm2wasm (#1262)
Alon Zakai
2017-11-14
3
-1
/
+51
*
accept overlapping segments (#1289)
Alon Zakai
2017-11-14
1
-5
/
+2
*
a stacky value in the middle of a block may be consumed (#1267)
Alon Zakai
2017-11-13
1
-1
/
+20
*
Update call_indirect text syntax to match spec update (#1281)
Derek Schuff
2017-11-13
2
-2
/
+4
*
Fix yet another BinaryenAddGlobal tracing issue (#1283)
Daniel Wirtz
2017-11-13
1
-1
/
+1
*
Add atomic ops to binaryen.js (#1280)
Daniel Wirtz
2017-11-13
1
-0
/
+180
*
Fast pass fuzzing (#1258)
Alon Zakai
2017-11-13
2
-24
/
+85
*
Added expression utility functions to binaryen-c/.js (#1269)
Daniel Wirtz
2017-11-11
3
-0
/
+121
*
Fixed use of undefined 'types' array in BinaryenAddGlobal tracing (#1279)
Daniel Wirtz
2017-11-10
1
-1
/
+1
*
Rereloop fuzz fix (#1259)
Alon Zakai
2017-11-09
1
-0
/
+12
[next]