summaryrefslogtreecommitdiff
path: root/test/min.fromasm.imprecise
Commit message (Expand)AuthorAgeFilesLines
* Optimize mutable globals (#2066)Alon Zakai2019-05-021-1/+1
* Remove f32 legalization from LegalizeJSInterface (#2052)Sam Clegg2019-04-251-27/+21
* Massive renaming (#1855)Thomas Lively2019-01-071-8/+8
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-1/+1
* Stack IR (#1623)Alon Zakai2018-07-301-5/+5
* Optimize equivalent locals (#1540)Alon Zakai2018-05-101-5/+2
* do more optimizations after inlining: precompute-propagate plus all regular o...Alon Zakai2018-04-301-2/+5
* Global optimization fixes (#1360)Alon Zakai2018-01-171-36/+16
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-3/+0
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-8/+8
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-57/+57
* make legalizeJSInterface handle f32s as well, which are not valid in asm.js ffisAlon Zakai2016-12-071-3/+28
* add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...Alon Zakai2016-12-071-2/+0
* run remove-unused-functions by defaultAlon Zakai2016-10-141-0/+3
* if we see no asm.js function tables, the table size is 0Alon Zakai2016-10-111-1/+1
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-2/+2
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* memory and table printing fixesAlon Zakai2016-09-201-3/+2
* globals mutability fixesAlon Zakai2016-09-191-2/+3
* handle getTempRet0 having extra code, which can happen in emterpreter asserti...Alon Zakai2016-09-151-0/+8
* new export syntax in spec repoAlon Zakai2016-09-071-1/+1
* new import syntax in spec repoAlon Zakai2016-09-071-5/+5
* import memoryBase and tableBaseAlon Zakai2016-09-071-0/+2
* import tableAlon Zakai2016-09-071-0/+1
* import memory #684Alon Zakai2016-09-071-1/+1
* use globals in asm2wasmAlon Zakai2016-09-071-0/+1
* export kindsAlon Zakai2016-09-071-1/+1
* add a precompute passAlon Zakai2016-06-181-3/+1
* move blocks outside in merge-blocks so that they can be merged laterAlon Zakai2016-05-241-8/+6
* vacuum away everything not tied downAlon Zakai2016-05-191-11/+1
* add cfg-building traversal and a pass to coalesce locals using itAlon Zakai2016-05-151-12/+12
* optimize returns that flow outAlon Zakai2016-04-251-19/+13
* drop completely unused locals in ReorderLocalsAlon Zakai2016-04-111-1/+0
* remove set_locals with no remaining gets in SimplifyLocalsAlon Zakai2016-04-111-10/+8
* optimize llvm.cttz.i32 into i32.ctzAlon Zakai2016-04-081-0/+7
* update testsAlon Zakai2016-04-071-12/+11
* handle minified tempDoublePtrAlon Zakai2016-04-011-0/+13
* add option for imprecise asm2wasm optsAlon Zakai2016-03-201-0/+33