index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove interp and fix tests (#1858)
Alon Zakai
2019-01-08
1
-115
/
+0
*
Relooper CFG optimizations (#1759)
Alon Zakai
2018-11-21
1
-56
/
+48
*
updated build (#1734)
Alon Zakai
2018-11-09
1
-75
/
+81
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-62
/
+62
*
BinaryenSetFunctionTable now accepts array of func names not funcs. (#1650)
Jay Phelps
2018-09-01
1
-19
/
+19
*
Souper integration + DataFlow optimizations (#1638)
Alon Zakai
2018-08-27
1
-99
/
+100
*
Stop bundling binaryen.js builds (#1609)
Alon Zakai
2018-07-04
2
-216
/
+1
*
wasm2asm: Fix and enable a large number of spec tests (#1558)
Alex Crichton
2018-05-29
2
-41
/
+41
*
wasm2asm: Finish i64 lowering operations (#1563)
Alex Crichton
2018-05-25
2
-188
/
+189
*
Cleanup .gitignore (#1555)
Sam Clegg
2018-05-21
1
-0
/
+0
*
wasm2asm: Finish f32/f64 operations (#1554)
Alex Crichton
2018-05-19
2
-118
/
+118
*
wasm2asm: Add math aliases for floor, ceil and sqrt (#1549)
Daniel Wirtz
2018-05-14
2
-39
/
+48
*
Optimize equivalent locals (#1540)
Alon Zakai
2018-05-10
2
-100
/
+101
*
More reducer improvements (#1533)
Alon Zakai
2018-05-08
2
-124
/
+116
*
remap {get,set}_local indices (#1486)
Nathan Froyd
2018-03-23
2
-32
/
+32
*
reorder locals in wasm2asm (#1482)
Nathan Froyd
2018-03-22
2
-37
/
+37
*
add the highbits global to the IR (#1483)
Nathan Froyd
2018-03-20
2
-1736392
/
+291
*
create Math_{min,max} variables for wasm2asm-generated JS (#1476)
Nathan Froyd
2018-03-16
2
-293
/
+1736392
*
eliminate multiple return statements for wasm2asm functions (#1448)
Nathan Froyd
2018-03-01
2
-34
/
+41
*
Drop 'start' in RemoveUnusedModuleElements if the function is empty (#1449)
Daniel Wirtz
2018-02-28
2
-80
/
+82
*
Flexible param numbers in asm2wasm (#1439)
Alon Zakai
2018-02-27
2
-82
/
+80
*
Improve name mangling of asm.js identifiers (#1433)
Daniel Wirtz
2018-02-21
2
-34
/
+34
*
More simple math opts (#1414)
Alon Zakai
2018-02-14
2
-171
/
+172
*
Fix hard-wired buffer limit in the JS API (#1394)
Daniel Wirtz
2018-02-01
1
-142
/
+142
*
Sourcemap support for Binaryen C/JS (#1392)
Daniel Wirtz
2018-01-29
2
-155
/
+156
*
Also clear imports and exports maps in BinaryenModuleDispose (#1372)
Daniel Wirtz
2018-01-19
2
-35
/
+35
*
Use Emscripten's MODULARIZE_INSTANCE when building binaryen.js (#1368)
Daniel Wirtz
2018-01-19
2
-208
/
+237
*
Refactor optimization defaults (#1366)
Alon Zakai
2018-01-17
2
-65
/
+57
*
Add optimize, shrink level and debug info options to C/JS (#1357)
Daniel Wirtz
2018-01-17
2
-241
/
+225
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
2
-184
/
+178
*
Validation fixes for #1317 (#1347)
Alon Zakai
2018-01-03
2
-180
/
+176
*
Fixes for #5998 (#1341)
Alon Zakai
2017-12-30
2
-1570
/
+304
*
Add getters for various specific expression fields to C/JS (#1332)
Daniel Wirtz
2017-12-20
2
-421
/
+1570
*
binaryen.js improvements (#1324)
Alon Zakai
2017-12-07
2
-1478
/
+411
*
JS: Make 'segments' optional in setMemory (#1310)
Daniel Wirtz
2017-11-29
2
-410
/
+412
*
Provide AddImport/AddExport for each element in the C-API (#1292)
Daniel Wirtz
2017-11-22
2
-1181
/
+1186
*
Running passes on a single function in binaryen-c/.js (#1295)
Daniel Wirtz
2017-11-21
1
-663
/
+666
*
Add atomic load/store to binaryen-c/.js (#1298)
Daniel Wirtz
2017-11-20
2
-424
/
+1478
*
Fix js builds and add testing (#1291)
Alon Zakai
2017-11-18
2
-1473
/
+424
*
Add const expression utilities to binaryen-c/.js (#1288)
Daniel Wirtz
2017-11-15
2
-894
/
+897
*
Add atomic ops to binaryen.js (#1280)
Daniel Wirtz
2017-11-13
2
-744
/
+755
*
Added expression utility functions to binaryen-c/.js (#1269)
Daniel Wirtz
2017-11-11
2
-397
/
+1447
*
Fix binaryen.js's wasm2asm (#1257)
Alon Zakai
2017-11-01
2
-1441
/
+397
*
Added the ability to run specific optimization passes to binaryen-c/.js (#1252)
Daniel Wirtz
2017-10-30
2
-1315
/
+1402
*
Initial asm.js output for binaryen-c / binaryen.js (#1136)
Daniel Wirtz
2017-08-24
2
-1113
/
+1154
*
add docs and error hints when a Call should be a CallImport (#1081)
Alon Zakai
2017-07-11
2
-672
/
+1318
*
Unified module loader support in binaryen.js (#1074)
Daniel Wirtz
2017-07-05
2
-606
/
+618
*
S-expression parsing in C API and binaryen.js (#1050)
Alon Zakai
2017-06-13
2
-628
/
+646
*
fix interpreted code from wasm.js (#1043)
Alon Zakai
2017-06-12
2
-541
/
+543
*
Update binaryen-c/binaryen.js, fixes #1028, fixes #1029 (#1030)
Daniel Wirtz
2017-06-07
2
-586
/
+634
[next]