index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
wasm2js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --deterministic flag to wasm2js, for fuzzing (#2757)
Alon Zakai
2020-04-13
3
-0
/
+101
*
Remove writes to globals that are never written to (#2741)
Sam Clegg
2020-04-09
1
-4
/
+1
*
Fix missing newline after // EMSCRIPTEN_START_FUNCS and // EMSCRIPTEN_END_FUN...
juj
2020-02-10
6
-12
/
+24
*
Optimize base64 decoding (#2623)
juj
2020-02-09
8
-150
/
+182
*
Optimize passive segments in memory-packing (#2426)
Thomas Lively
2020-01-15
1
-4
/
+2
*
wasm2js: Do not convert x >>> 0 | 0 to x >>> 0 (#2581)
Alon Zakai
2020-01-10
4
-18
/
+18
*
DCE at the end of wasm2js (#2574)
Alon Zakai
2020-01-06
7
-69
/
+262
*
Update spec test suite (#2484)
Heejin Ahn
2019-11-29
12
-784
/
+4629
*
SimplifyGlobals: Apply known constant values in linear traces (#2340)
Alon Zakai
2019-09-13
1
-1
/
+1
*
[wasm2js] Fix memory.size (#2330)
Alon Zakai
2019-09-05
18
-40
/
+72
*
Followup to workaround for minification of wasm2js mem init (#2318)
Brion Vibber
2019-08-30
9
-27
/
+27
*
Allow all features on wasm2js and add atomic tests (#2311)
Heejin Ahn
2019-08-28
3
-0
/
+102
*
Do not hoist truncation of wasm2js divisions (#2305)
Thomas Lively
2019-08-26
3
-0
/
+87
*
wasm2js: Fix switch lowering, don't fall through after the hoisted parts (#2301)
Alon Zakai
2019-08-16
7
-0
/
+119
*
Support empty export names in wasm2js and JS mangling in general (#2290)
Alon Zakai
2019-08-09
3
-0
/
+75
*
Python3-ify check.py and auto_update_tests.py (#2270)
Alon Zakai
2019-07-31
1
-30
/
+0
*
wasm2js: Mangle import names for JS (#2267)
Alon Zakai
2019-07-28
3
-0
/
+80
*
Stop emitting "almost asm" in wasm2js output (#2221)
Alon Zakai
2019-07-12
98
-120
/
+0
*
wasm2js: export memory growth function only if memory growth is enabled (#2194)
Alon Zakai
2019-07-03
6
-0
/
+384
*
Workaround for wasm2js output minification issue with emscripten (#2185)
Brion Vibber
2019-07-01
5
-10
/
+15
*
wasm2js: Switch optimizations (#2141)
Alon Zakai
2019-05-28
10
-37278
/
+37616
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
15
-45
/
+45
*
Fix an infinite loop in avoid-reinterprets in unreachable code with loops of ...
Alon Zakai
2019-05-17
3
-0
/
+97
*
wasm2js: more coercion optimization (#2109)
Alon Zakai
2019-05-15
4
-1
/
+170
*
wasm2js: remove unnecessary labels (#2108)
Alon Zakai
2019-05-15
4
-5
/
+5
*
wasm2js: optimize away unneeded load coercions (#2107)
Alon Zakai
2019-05-15
91
-1
/
+235
*
wasm2js: Emit table in a way that is friendly to emscripten minification (#2102)
Alon Zakai
2019-05-13
2
-2
/
+4
*
wasm2js: precompute bitwise operations (#2101)
Alon Zakai
2019-05-13
15
-183
/
+183
*
Look through fallthrough values in precompute-propagate (#2093)
Alon Zakai
2019-05-10
11
-357
/
+75
*
wasm2js: avoid reinterprets (#2094)
Alon Zakai
2019-05-10
11
-324
/
+280
*
wasm2js: optimize booleans (#2090)
Alon Zakai
2019-05-07
3
-0
/
+26
*
wasm2js: optimize loads (#2085)
Alon Zakai
2019-05-03
91
-121
/
+36
*
wasm2js: avoid some slow operations when not optimizing (#2082)
Alon Zakai
2019-05-03
19
-3747
/
+4081
*
wasm2js: don't emit obviously unnecessary parens (#2080)
Alon Zakai
2019-05-02
49
-8688
/
+5568
*
wasm2js: ignore implicit traps (#2079)
Alon Zakai
2019-05-02
5
-56
/
+29
*
Add a pass to lower unaligned loads and stores (#2078)
Alon Zakai
2019-05-02
3
-51
/
+104
*
wasm2js: don't run coalesce-locals if not optimizing (#2076)
Alon Zakai
2019-05-01
49
-16947
/
+22081
*
wasm2js: run more optimizations (#2073)
Alon Zakai
2019-05-01
60
-22417
/
+17230
*
wasm2js: run full optimizations during the pipeline (#2071)
Alon Zakai
2019-04-30
78
-5965
/
+22887
*
wasm2js: optimize away casts going into a suitable store (#2069)
Alon Zakai
2019-04-30
3
-6
/
+31
*
I64ToI32Lowering: don't use alignment 1 everywhere (#2070)
Alon Zakai
2019-04-30
3
-8
/
+8
*
wasm2js: optimize switches (#2067)
Alon Zakai
2019-04-30
6
-73950
/
+12
*
wasm2js: remove unneeded break/continue labels (#2058)
Alon Zakai
2019-04-26
12
-56
/
+56
*
wasm2js2: optimize call_indirect and select operands (#2056)
Alon Zakai
2019-04-25
13
-95
/
+231
*
wasm2js: support non-constant indexes for memory and table segments (#2055)
Alon Zakai
2019-04-25
2
-0
/
+87
*
wasm2js: optimize loops and eqz (#2051)
Alon Zakai
2019-04-25
18
-206
/
+178
*
Remove f32 legalization from LegalizeJSInterface (#2052)
Sam Clegg
2019-04-25
20
-530
/
+126
*
wasm2js: more js optimization (#2050)
Alon Zakai
2019-04-24
47
-2430
/
+1448
*
wasm2js: start to optionally optimize the JS (#2046)
Alon Zakai
2019-04-24
48
-4989
/
+5011
*
wasm2js: emit quoted properties for the exports, to support closure compiler ...
Alon Zakai
2019-04-23
55
-992
/
+992
[next]