summaryrefslogtreecommitdiff
path: root/test/min.fromasm.imprecise
Commit message (Expand)AuthorAgeFilesLines
* 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