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
*
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
*
wasm2js: emit calls for memory growth helper only if memory growth is used (#...
Alon Zakai
2019-04-23
1
-1
/
+1
*
wasm2js: avoid non-ES5 stuff like "let" (#2041)
Alon Zakai
2019-04-23
61
-1157
/
+1157
*
wasm2js: remove more code we don't need since we have flat IR (#2039)
Alon Zakai
2019-04-22
14
-479
/
+255
*
wasm2js: get rid of some non-flat code assumptions (#2036)
Alon Zakai
2019-04-22
12
-439
/
+161
*
wasm2js: unreachability fixes (#2037)
Alon Zakai
2019-04-22
12
-1856
/
+2382
*
wasm2js: fix printing of negated negative constants (#2034)
Alon Zakai
2019-04-22
2
-0
/
+58
*
wasm2js: use scratch memory properly (#2033)
Alon Zakai
2019-04-22
12
-2104
/
+2388
*
wasm2js2 import fixes (#2031)
Alon Zakai
2019-04-19
58
-1002
/
+11250
[next]