summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* wasm2js: optimize away casts going into a suitable store (#2069)Alon Zakai2019-04-303-6/+31
* I64ToI32Lowering: don't use alignment 1 everywhere (#2070)Alon Zakai2019-04-305-8/+296
* wasm2js: optimize switches (#2067)Alon Zakai2019-04-306-73950/+12
* Properly handle optimizing out a set from inside the value of another set in ...Alon Zakai2019-04-292-0/+51
* Fix CI (#2061)Alon Zakai2019-04-261-1/+1
* wasm2js: remove unneeded break/continue labels (#2058)Alon Zakai2019-04-2612-56/+56
* wasm2js2: optimize call_indirect and select operands (#2056)Alon Zakai2019-04-2513-95/+231
* wasm2js: support non-constant indexes for memory and table segments (#2055)Alon Zakai2019-04-252-0/+87
* wasm2js: optimize loops and eqz (#2051)Alon Zakai2019-04-2518-206/+178
* Remove f32 legalization from LegalizeJSInterface (#2052)Sam Clegg2019-04-2540-1248/+484
* wasm2js: more js optimization (#2050)Alon Zakai2019-04-2448-2431/+1449
* wasm2js: start to optionally optimize the JS (#2046)Alon Zakai2019-04-2448-4989/+5011
* wasm2js: emit quoted properties for the exports, to support closure compiler ...Alon Zakai2019-04-2357-998/+998
* wasm2js: emit calls for memory growth helper only if memory growth is used (#...Alon Zakai2019-04-231-1/+1
* wasm2js: avoid non-ES5 stuff like "let" (#2041)Alon Zakai2019-04-2364-1164/+1164
* wasm2js: remove more code we don't need since we have flat IR (#2039)Alon Zakai2019-04-2215-480/+256
* Finish bulk memory support (#2030)Thomas Lively2019-04-221-0/+183
* wasm2js: get rid of some non-flat code assumptions (#2036)Alon Zakai2019-04-2214-445/+163
* wasm2js: unreachability fixes (#2037)Alon Zakai2019-04-2214-1857/+2451
* wasm-emscripten-finalize: Handle relocatable code in AsmConstWalker (#2035)Sam Clegg2019-04-222-18/+7
* wasm2js: fix printing of negated negative constants (#2034)Alon Zakai2019-04-222-0/+58
* wasm2js: use scratch memory properly (#2033)Alon Zakai2019-04-2213-2156/+2439
* wasm2js2 import fixes (#2031)Alon Zakai2019-04-1961-1017/+11252
* wasm2js: handle unreachable select and global.set (#2029)Alon Zakai2019-04-188-11/+174
* Reland emitting of DataCount section (#2027)Thomas Lively2019-04-181-0/+15
* wasm2js: do not try to be smart with not emitting if braces, the corner cases...Alon Zakai2019-04-1838-4002/+6288
* wasm2js: remove "use asm", we are not asm.js anymore (#2020)Alon Zakai2019-04-1860-107/+281
* Wasm2js: support i64 globals (#2021)Alon Zakai2019-04-184-1/+127
* Do not precompute bulk memory operations (#2023)Thomas Lively2019-04-172-2/+53
* wasm2js: fix br_table to loop (#2018)Alon Zakai2019-04-172-0/+83
* Improve log-execution pass to also log around returns (#2019)Alon Zakai2019-04-171-18/+28
* Fix if else JS printing when if body is a labelled block (#2017)Alon Zakai2019-04-1723-571/+637
* Change default feature set to MVP (#1993)Thomas Lively2019-04-1652-143/+60
* Improve instrumentation passes (#2012)Alon Zakai2019-04-162-234/+384
* wasm2js: support memory imports properly, updating their buffer too (#2013)Alon Zakai2019-04-162-2/+41
* Make sure we always add signature to `fp$` functions (#1994)Sam Clegg2019-04-164-39/+80
* Verify flat IR where it is expected, and give a nice error (#2009)Alon Zakai2019-04-1613-928/+1585
* Do not emit the DataCount section (#2010)Thomas Lively2019-04-153-18/+2
* Use a single table in wasm2js (#2005)Alon Zakai2019-04-1558-65/+121
* DataCount section (#2006)Thomas Lively2019-04-157-24/+45
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-1220-62/+56
* Wasm2js memory fixes (#2003)Alon Zakai2019-04-1218-409/+8869
* wasm2js memory improvements (#2002)Alon Zakai2019-04-123-26/+44
* wasm2js: emscripten glue option (#2000)Alon Zakai2019-04-112-0/+110
* Wasm2js refactoring (#1997)Alon Zakai2019-04-1157-84/+137
* Bulk memory side effects (#1998)Thomas Lively2019-04-112-0/+265
* don't precompute anything to a vector for now (#1999)Alon Zakai2019-04-102-0/+14
* Handle relocatable code in AsmConstWalker (#1992)Sam Clegg2019-04-1011-28/+556
* Minor wasm2js cleanups (#1995)Alon Zakai2019-04-105-10/+10
* Fuzz fixes (#1991)Alon Zakai2019-04-103-3537/+458