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
*
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
5
-8
/
+296
*
wasm2js: optimize switches (#2067)
Alon Zakai
2019-04-30
6
-73950
/
+12
*
Properly handle optimizing out a set from inside the value of another set in ...
Alon Zakai
2019-04-29
2
-0
/
+51
*
Fix CI (#2061)
Alon Zakai
2019-04-26
1
-1
/
+1
*
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
40
-1248
/
+484
*
wasm2js: more js optimization (#2050)
Alon Zakai
2019-04-24
48
-2431
/
+1449
*
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
57
-998
/
+998
*
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
64
-1164
/
+1164
*
wasm2js: remove more code we don't need since we have flat IR (#2039)
Alon Zakai
2019-04-22
15
-480
/
+256
*
Finish bulk memory support (#2030)
Thomas Lively
2019-04-22
1
-0
/
+183
*
wasm2js: get rid of some non-flat code assumptions (#2036)
Alon Zakai
2019-04-22
14
-445
/
+163
*
wasm2js: unreachability fixes (#2037)
Alon Zakai
2019-04-22
14
-1857
/
+2451
*
wasm-emscripten-finalize: Handle relocatable code in AsmConstWalker (#2035)
Sam Clegg
2019-04-22
2
-18
/
+7
*
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
13
-2156
/
+2439
*
wasm2js2 import fixes (#2031)
Alon Zakai
2019-04-19
61
-1017
/
+11252
*
wasm2js: handle unreachable select and global.set (#2029)
Alon Zakai
2019-04-18
8
-11
/
+174
*
Reland emitting of DataCount section (#2027)
Thomas Lively
2019-04-18
1
-0
/
+15
*
wasm2js: do not try to be smart with not emitting if braces, the corner cases...
Alon Zakai
2019-04-18
38
-4002
/
+6288
*
wasm2js: remove "use asm", we are not asm.js anymore (#2020)
Alon Zakai
2019-04-18
60
-107
/
+281
*
Wasm2js: support i64 globals (#2021)
Alon Zakai
2019-04-18
4
-1
/
+127
*
Do not precompute bulk memory operations (#2023)
Thomas Lively
2019-04-17
2
-2
/
+53
*
wasm2js: fix br_table to loop (#2018)
Alon Zakai
2019-04-17
2
-0
/
+83
*
Improve log-execution pass to also log around returns (#2019)
Alon Zakai
2019-04-17
1
-18
/
+28
*
Fix if else JS printing when if body is a labelled block (#2017)
Alon Zakai
2019-04-17
23
-571
/
+637
*
Change default feature set to MVP (#1993)
Thomas Lively
2019-04-16
52
-143
/
+60
*
Improve instrumentation passes (#2012)
Alon Zakai
2019-04-16
2
-234
/
+384
*
wasm2js: support memory imports properly, updating their buffer too (#2013)
Alon Zakai
2019-04-16
2
-2
/
+41
*
Make sure we always add signature to `fp$` functions (#1994)
Sam Clegg
2019-04-16
4
-39
/
+80
*
Verify flat IR where it is expected, and give a nice error (#2009)
Alon Zakai
2019-04-16
13
-928
/
+1585
*
Do not emit the DataCount section (#2010)
Thomas Lively
2019-04-15
3
-18
/
+2
*
Use a single table in wasm2js (#2005)
Alon Zakai
2019-04-15
58
-65
/
+121
*
DataCount section (#2006)
Thomas Lively
2019-04-15
7
-24
/
+45
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
20
-62
/
+56
*
Wasm2js memory fixes (#2003)
Alon Zakai
2019-04-12
18
-409
/
+8869
*
wasm2js memory improvements (#2002)
Alon Zakai
2019-04-12
3
-26
/
+44
*
wasm2js: emscripten glue option (#2000)
Alon Zakai
2019-04-11
2
-0
/
+110
*
Wasm2js refactoring (#1997)
Alon Zakai
2019-04-11
57
-84
/
+137
*
Bulk memory side effects (#1998)
Thomas Lively
2019-04-11
2
-0
/
+265
*
don't precompute anything to a vector for now (#1999)
Alon Zakai
2019-04-10
2
-0
/
+14
*
Handle relocatable code in AsmConstWalker (#1992)
Sam Clegg
2019-04-10
11
-28
/
+556
*
Minor wasm2js cleanups (#1995)
Alon Zakai
2019-04-10
5
-10
/
+10
*
Fuzz fixes (#1991)
Alon Zakai
2019-04-10
3
-3537
/
+458
[next]