index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
More #1678 fixes (#1685)
Alon Zakai
2018-09-20
10
-10
/
+115
*
fix an iterator invalidation regression from #1678 (#1684)
Alon Zakai
2018-09-20
1
-5
/
+24
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
314
-2534
/
+2141
*
wasm-opt fuzz script (#1682) [ci skip]
Alon Zakai
2018-09-19
1
-0
/
+226
*
Add debug information locations to the function prolog/epilog (#1674)
Yury Delendik
2018-09-17
16
-84
/
+233
*
fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#...
Alon Zakai
2018-09-15
8
-31
/
+151
*
Note that calls to imports are not lightweight in inlining pass (#1673)
Alon Zakai
2018-09-12
2
-2581
/
+2542
*
Misc tiny fuzz fixes (#1668)
Alon Zakai
2018-09-12
19
-27
/
+20
*
remove PageSize and HasFeature, which wasm removed a while back (#1667)
Alon Zakai
2018-09-12
9
-34
/
+4
*
Fix parsing of memory attributes in s-expression parser (#1666)
Alon Zakai
2018-09-11
1
-13
/
+21
*
check-in the test/spec suite instead of as submodule (#1677)
Jay Phelps
2018-09-11
98
-0
/
+22299
*
Binary format local parsing fixes (#1664)
Alon Zakai
2018-09-11
32
-577
/
+581
*
[wasm2js] Fix base64 encoding (#1670)
Yury Delendik
2018-09-05
3
-8
/
+59
*
DeadArgumentElimination Pass (#1641)
Alon Zakai
2018-09-05
30
-1738
/
+1706
*
[wasm2js] Fix nested selects (#1671)
Yury Delendik
2018-09-05
3
-3
/
+65
*
Loop Invariant Code Motion (#1658)
Alon Zakai
2018-09-04
9
-3
/
+1335
*
Change the Literal class's operator== to be bitwise (#1661)
Alon Zakai
2018-09-01
8
-20
/
+71
*
BinaryenSetFunctionTable now accepts array of func names not funcs. (#1650)
Jay Phelps
2018-09-01
10
-64
/
+97
*
Remove assert that import names match (#1662)
Jacob Gravelle
2018-08-31
1
-4
/
+0
*
Fix findField (#1660)
Yury Delendik
2018-08-31
1
-0
/
+2
*
Fix read-write of dylink section (#1648)
Alon Zakai
2018-08-31
5
-9
/
+50
*
Escape name section ids in binary format reading/writing to be WebAssembly sp...
Yury Delendik
2018-08-31
8
-2
/
+116
*
Remove replaced imports in LegalizeJSInterface (#1657)
Sam Clegg
2018-08-30
8
-145
/
+131
*
Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)
Alex Crichton
2018-08-30
85
-1078
/
+2506
*
Update tests after #1653 (#1656)
Sam Clegg
2018-08-30
1
-6
/
+45
*
use comma for -rpath instead of equals sign to fix MacOS (#1651)
Jay Phelps
2018-08-30
2
-2
/
+2
*
Run legalize-js-interface during wasm-emscripten-finalize (#1653)
Sam Clegg
2018-08-29
3
-4
/
+24
*
wasm-emscripten-finalize: Don't allow duplicates in 'declares'/'invokā¦ (#1655)
Sam Clegg
2018-08-29
3
-2
/
+110
*
Greatly simplify iteration.h (#1654)
Alon Zakai
2018-08-29
1
-139
/
+20
*
wasm-emscripten-finalize: make _wasm_call_ctors optional (#1647)
Sam Clegg
2018-08-28
1
-1
/
+3
*
Improve getFallthrough (#1643)
Alon Zakai
2018-08-27
4
-18
/
+176
*
Souper integration + DataFlow optimizations (#1638)
Alon Zakai
2018-08-27
22
-104
/
+15525
*
Fix value flowing in remove-unused-brs (#1639)
Alon Zakai
2018-08-20
3
-27
/
+128
*
switch from CMAKE_SOURCE_DIR to PROJECT_SOURCE_DIR to support add_subdirector...
Jay Phelps
2018-08-17
2
-4
/
+4
*
Print Stack IR in proper .wat format (#1630)
Alon Zakai
2018-08-14
17
-1067
/
+1380
*
wasm-ctor-eval improvements (#1631)
Alon Zakai
2018-08-07
13
-126
/
+18
*
Stack IR (#1623)
Alon Zakai
2018-07-30
106
-1740
/
+5323
*
Fix source map entries offset when LEB is compressed. (#1628)
Yury Delendik
2018-07-25
10
-37
/
+64
*
Notice parse errors on number parsing in the text format (#1608)
Loppin Vincent
2018-07-24
5
-2
/
+16
*
Clarify what function-parallel passes can do, and fix an asm2wasm bug (#1627)
Alon Zakai
2018-07-23
3
-13
/
+29
*
Some minor LocalGraph improvements (#1625)
Alon Zakai
2018-07-21
1
-80
/
+57
*
Mark arguments const in callExport (#1626)
Alex Beregszaszi
2018-07-21
1
-6
/
+5
*
Speedup localgraph (#1610)
Loppin Vincent
2018-07-20
1
-18
/
+64
*
Support constant globals in precompute pass (#1622)
Daniel Wirtz
2018-07-18
18
-108
/
+140
*
Refactor stack writing code into a new StackWriter class (#1620)
Alon Zakai
2018-07-16
3
-228
/
+248
*
Minor code cleanups (#1617)
Alon Zakai
2018-07-10
4
-125
/
+130
*
Proper error handling in add* and get* methods (#1570)
Alon Zakai
2018-07-10
9
-38
/
+116
*
Fix out-of-tree install of wasm.js (#1616)
Sam Clegg
2018-07-06
1
-2
/
+2
*
Stop bundling binaryen.js builds (#1609)
Alon Zakai
2018-07-04
7
-226
/
+34
*
emscripten no longer allows modifying Module['print'] at runtime. Modify the ...
Alon Zakai
2018-07-03
1
-9
/
+9
[next]