index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not emit 100k data segments, browsers reject it (#1350)
Alon Zakai
2018-01-09
4
-0
/
+406861
*
Redundant Set Elimination pass (#1344)
Alon Zakai
2018-01-05
26
-495
/
+776
*
Fix stackAlloc runtime function generation for wasm backend (#1348)
Derek Schuff
2018-01-04
87
-870
/
+783
*
Validation fixes for #1317 (#1347)
Alon Zakai
2018-01-03
6
-2
/
+38
*
fix an infinite loop in fuzz testcase generation code (#1345)
Alon Zakai
2018-01-03
1
-21
/
+3
*
Fixes for #5998 (#1341)
Alon Zakai
2017-12-30
4
-13
/
+35
*
SpillPointers pass (#1339)
Alon Zakai
2017-12-30
2
-0
/
+812
*
Add getters for various specific expression fields to C/JS (#1332)
Daniel Wirtz
2017-12-20
11
-229
/
+258
*
merge-locals pass (#1334)
Alon Zakai
2017-12-17
3
-142
/
+2059
*
Fix 2 binary fuzz bugs (#1323)
Alon Zakai
2017-12-14
2
-0
/
+0
*
allow exporting an import (#1326)
Alon Zakai
2017-12-08
4
-0
/
+37
*
metadce fixes (#1329)
Alon Zakai
2017-12-07
9
-28
/
+79
*
binaryen.js improvements (#1324)
Alon Zakai
2017-12-07
3
-5
/
+187
*
wasm-metadce tool (#1320)
Alon Zakai
2017-12-06
40
-0
/
+587
*
support i*.extend* instructions in interpreter (#1322)
Alon Zakai
2017-12-06
3
-346
/
+274
*
Handle debug info without a filename in asm2wasm (#1249)
Alon Zakai
2017-12-05
13
-7
/
+40
*
support fixed (non-relocatable) segments in wasm-merge. also a few printing f...
Alon Zakai
2017-12-05
26
-16
/
+406
*
br_if-to-table (#1313)
Alon Zakai
2017-12-04
2
-0
/
+797
*
De-morgan's "and" law (#1297)
Alon Zakai
2017-11-30
11
-267
/
+266
*
add invocation functions for fuzz functions, so they are tested with many inp...
Alon Zakai
2017-11-30
1
-776
/
+349
*
make sure we do not fold out code from blocks with a fallthrough value, and t...
Alon Zakai
2017-11-30
2
-0
/
+35
*
Provide AddImport/AddExport for each element in the C-API (#1292)
Daniel Wirtz
2017-11-22
11
-38
/
+38
*
Fix reading breaks to the function exit (#1304)
Alon Zakai
2017-11-21
2
-0
/
+10
*
name function imports using name section (#1290)
Alon Zakai
2017-11-21
6
-10
/
+10
*
Running passes on a single function in binaryen-c/.js (#1295)
Daniel Wirtz
2017-11-21
2
-0
/
+39
*
Add atomic load/store to binaryen-c/.js (#1298)
Daniel Wirtz
2017-11-20
2
-0
/
+112
*
Fix a code-folding fuzz bug (#1282)
Alon Zakai
2017-11-17
2
-0
/
+119
*
Flatten tee (#1296)
Alon Zakai
2017-11-17
6
-41
/
+95
*
Fix if copying (#1278)
Alon Zakai
2017-11-16
2
-0
/
+60
*
Decouple wasm-linker from Emscripten glue (#1293)
Jacob Gravelle
2017-11-15
79
-315
/
+315
*
Add const expression utilities to binaryen-c/.js (#1288)
Daniel Wirtz
2017-11-15
2
-14
/
+35
*
add i64_atomics_* support to asm2wasm (#1262)
Alon Zakai
2017-11-14
9
-0
/
+560
*
Run binaryen.js tests using node, and on travis (#1275)
Alon Zakai
2017-11-14
1
-1
/
+1
*
accept overlapping segments (#1289)
Alon Zakai
2017-11-14
4
-0
/
+23
*
fix some tests that broke due to recent merges (#1287)
Alon Zakai
2017-11-14
3
-20
/
+6
*
a stacky value in the middle of a block may be consumed (#1267)
Alon Zakai
2017-11-13
2
-0
/
+16
*
Update call_indirect text syntax to match spec update (#1281)
Derek Schuff
2017-11-13
75
-354
/
+354
*
Fix yet another BinaryenAddGlobal tracing issue (#1283)
Daniel Wirtz
2017-11-13
3
-4
/
+19
*
Added expression utility functions to binaryen-c/.js (#1269)
Daniel Wirtz
2017-11-11
2
-1
/
+65
*
Rereloop fuzz fix (#1259)
Alon Zakai
2017-11-09
3
-18
/
+127
*
Fix binaryen.js's wasm2asm (#1257)
Alon Zakai
2017-11-01
4
-53
/
+57
*
Added the ability to run specific optimization passes to binaryen-c/.js (#1252)
Daniel Wirtz
2017-10-30
2
-0
/
+9
*
Improve constant fuzzing (#1244)
Alon Zakai
2017-10-24
1
-825
/
+705
*
fix safe-heap regression with handling of existing imports (#1237)
Alon Zakai
2017-10-24
2
-0
/
+4048
*
Emit binary function index in comment in text format, for convenience (#1232)
Alon Zakai
2017-10-20
349
-4048
/
+4048
*
Atomics support in interpreter + optimizer + fuzz fixes for that (#1227)
Alon Zakai
2017-10-20
4
-821
/
+791
*
use simplify-locals in wasm2asm, so the output is not horribly verbose with l...
Alon Zakai
2017-10-20
9
-1224
/
+379
*
Use the type system to check if something is flowed out of (#1224)
Alon Zakai
2017-10-16
2
-12
/
+50
*
Fixed parseFile() skipping every other line (#1223)
Alexander Meißner
2017-10-16
1
-0
/
+1
*
fix ssaify bug where we failed to update the location of values as we moved t...
Alon Zakai
2017-10-11
2
-0
/
+64
[next]