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
*
LocalCSE fuzz fix: invalidate the set operations too (#1778)
Alon Zakai
2018-11-28
2
-0
/
+43
*
Start to implement #1764 (#1776)
Alon Zakai
2018-11-28
2
-0
/
+145
*
Stricter Canonicalization (#1774)
Alon Zakai
2018-11-27
27
-19858
/
+20422
*
ReFinalize fuzz fix (#1771)
Alon Zakai
2018-11-27
2
-0
/
+45
*
Relooper: Merge consecutive blocks (#1770)
Alon Zakai
2018-11-26
9
-441
/
+590
*
Branches only invalidate side effects (#1765)
Alon Zakai
2018-11-26
4
-7118
/
+7115
*
Merge-Blocks improvements (#1760)
Alon Zakai
2018-11-26
13
-11394
/
+11917
*
Merge pull request #1761 from juj/minify_exports
juj
2018-11-22
2
-0
/
+15024
|
\
|
*
Adjust MinifyImportsAndExports to optionally minify the export names, sometim...
Jukka Jylänki
2018-11-22
2
-0
/
+15024
*
|
Relooper CFG optimizations (#1759)
Alon Zakai
2018-11-21
26
-558
/
+3066
|
/
*
Use getTempRet0/setTempRet0 in LegalizeJSInterface.cpp (#1709)
Sam Clegg
2018-11-20
19
-388
/
+300
*
Switch optimizations in remove-unused-brs (#1753)
Alon Zakai
2018-11-20
9
-125
/
+212
*
Reject all nonexistent instructions in sexp format (#1756)
Thomas Lively
2018-11-19
5
-10
/
+6
*
Fix a merge-blocks fuzz bug (#1755)
Alon Zakai
2018-11-19
20
-6369
/
+6610
*
Generate sexp instruction parser (#1754)
Thomas Lively
2018-11-19
5
-7
/
+11
*
Optimize an if exit block into an if arm (#1749)
Alon Zakai
2018-11-15
16
-51403
/
+50965
*
Don't try to optimize away unused names in RemoveUnusedBrs (#1750)
Alon Zakai
2018-11-15
14
-246
/
+225
*
MergeBlocks: canonicalize loop exit block position on the inside (#1736)
Alon Zakai
2018-11-14
8
-77
/
+108
*
Handle EM_ASM functions in Tables (#1739)
Jacob Gravelle
2018-11-14
2
-0
/
+77
*
Restructure ifs with a value (#1743)
Alon Zakai
2018-11-14
2
-0
/
+113
*
ReFinalize fix (#1742)
Alon Zakai
2018-11-14
5
-17
/
+62
*
Add wasm-emscripten-finalize flag to separate data segments into a file (#1741)
Derek Schuff
2018-11-14
2
-0
/
+61
*
Better fuzzing (#1735)
Alon Zakai
2018-11-13
1
-1083
/
+777
*
fix flipping in dataflow graph generation (#1732)
Alon Zakai
2018-11-08
3
-107
/
+201
*
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Sam Clegg
2018-11-08
151
-408
/
+474
*
Fix a merge-blocks fuzz bug (#1730)
Alon Zakai
2018-11-08
2
-21
/
+134
*
Fix a DataFlowOpts bug (#1729)
Alon Zakai
2018-11-07
2
-0
/
+21
*
Fix a bug with (add (sub 0 X) Y) => (sub Y X) (#1727)
Alon Zakai
2018-11-07
2
-0
/
+53
*
add support for new call_indirect syntax ; fixes #1724 (#1725)
Alon Zakai
2018-11-05
4
-0
/
+69
*
Suppress the 'has StackIR' comment when printing StackIR (#1726)
Daniel Wirtz
2018-11-04
6
-58
/
+58
*
Fix asm2wasm handling of HEAP8[x >> 2] (#1720)
Alon Zakai
2018-11-02
7
-9
/
+78
*
Add pass to minify import and export names (#1719)
Alon Zakai
2018-11-01
2
-0
/
+15026
*
Emit imports before defined things in text format (#1715)
Alon Zakai
2018-11-01
186
-255
/
+255
*
Add Module#emitStackIR to the JS-API (#1717)
Daniel Wirtz
2018-10-31
2
-0
/
+77
*
Expand asmConsts metadata to fit the shape of proxying async EM_ASMs (no actu...
Jacob Gravelle
2018-10-25
1
-1
/
+1
*
Support 4GB Memories (#1702)
Alon Zakai
2018-10-15
9
-2
/
+34
*
Shared memory support for add memory import and set memory functions. (#1686)
Nidin Vinayakan
2018-10-11
7
-9
/
+9
*
No atomic float operations (#1693)
Alon Zakai
2018-10-05
1
-1104
/
+110
*
Add initial/maximum table size parameters to C/JS API (#1687)
Daniel Wirtz
2018-09-28
4
-7
/
+6
*
More #1678 fixes (#1685)
Alon Zakai
2018-09-20
6
-6
/
+100
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
251
-801
/
+773
*
Add debug information locations to the function prolog/epilog (#1674)
Yury Delendik
2018-09-17
9
-6
/
+79
*
fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#...
Alon Zakai
2018-09-15
7
-30
/
+150
*
Note that calls to imports are not lightweight in inlining pass (#1673)
Alon Zakai
2018-09-12
1
-2581
/
+2537
*
Misc tiny fuzz fixes (#1668)
Alon Zakai
2018-09-12
15
-25
/
+8
*
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
30
-568
/
+568
*
[wasm2js] Fix base64 encoding (#1670)
Yury Delendik
2018-09-05
2
-0
/
+51
*
DeadArgumentElimination Pass (#1641)
Alon Zakai
2018-09-05
19
-1709
/
+1243
*
[wasm2js] Fix nested selects (#1671)
Yury Delendik
2018-09-05
2
-0
/
+62
[next]