summaryrefslogtreecommitdiff
path: root/test/unit.fromasm
Commit message (Expand)AuthorAgeFilesLines
* fix sign-ext opt issues (#935)Alon Zakai2017-03-091-4/+7
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-1054/+1054
* Optimize "squared" operations (#905)Alon Zakai2017-02-161-7/+4
* optimize linear sums (#904)Alon Zakai2017-02-161-25/+7
* add sqrt test (#912)Alon Zakai2017-02-161-0/+22
* Optimize precise mode integer ops (#907)Alon Zakai2017-02-161-2/+10
* emit globals before table and memory, because they may use a global for their...Alon Zakai2016-12-301-2/+2
* make legalizeJSInterface handle f32s as well, which are not valid in asm.js ffisAlon Zakai2016-12-071-3/+41
* convert ftCall_* and mftCall_* into table callsAlon Zakai2016-12-071-0/+16
* support asm.js numeric exports by creating a global and exporting thatAlon Zakai2016-12-071-0/+2
* add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...Alon Zakai2016-12-071-8/+0
* use tableBase for the table segmentsAlon Zakai2016-12-071-1/+1
* increase limit in RelooperJumpThreading (#847)Alon Zakai2016-11-281-32/+32
* support assigns of f32 to HEAP64 in asm2wasm (#830)Alon Zakai2016-11-071-0/+11
* handle a label setting inside the if-body of a label value in RelooperJumpThr...Alon Zakai2016-11-061-0/+53
* improve local simplication: simplify without if/block structure values before...Alon Zakai2016-11-061-2/+1
* Optimize out bool & 1 (#804)Alon Zakai2016-10-251-8/+12
* optimize out i32.and of -1Alon Zakai2016-10-151-5/+2
* run remove-unused-functions by defaultAlon Zakai2016-10-141-0/+39
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-4/+4
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-66/+64
* don't create an unnecessary duplicate block in asm2wasm switches, when there ...Alon Zakai2016-10-031-17/+17
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* Type check block/loop/if sigs (#717)Alon Zakai2016-09-281-3/+3
* optimize if(const)Alon Zakai2016-09-241-6/+6
* precompute void expressions tooAlon Zakai2016-09-241-9/+3
* replace two drops in an if-else with one on the ifAlon Zakai2016-09-231-0/+13
* autoDrop fixAlon Zakai2016-09-231-7/+15
* memory and table printing fixesAlon Zakai2016-09-201-4/+2
* globals mutability fixesAlon Zakai2016-09-191-7/+12
* br_if returns its valueAlon Zakai2016-09-161-4/+6
* block signaturesAlon Zakai2016-09-161-3/+3
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-41/+41
* drop if-else arms as necessaryAlon Zakai2016-09-131-2/+13
* update br type when turning it into a br_if in remove-unused-brsAlon Zakai2016-09-131-0/+17
* simple jump threadingAlon Zakai2016-09-121-58/+51
* thread relooper jumpsAlon Zakai2016-09-121-11/+200
* run another optimize-expressions at the end of asm2wasmAlon Zakai2016-09-101-0/+22
* sort locals by number of total copiesAlon Zakai2016-09-101-0/+36
* take into account removed copies even when number of locals is the same, in c...Alon Zakai2016-09-091-0/+30
* optimize loop endings in RemoveUnusedBrsAlon Zakai2016-09-091-12/+12
* autodrop if body if no elseAlon Zakai2016-09-071-2/+14
* properly handle blocks with return values in vacuum - we cannot remove their ...Alon Zakai2016-09-071-4/+2
* vacuum drops betterAlon Zakai2016-09-071-10/+8
* add a testAlon Zakai2016-09-071-0/+8
* optimize out a set of a get of a globalAlon Zakai2016-09-071-6/+0
* track globals in EffectAnalyzerAlon Zakai2016-09-071-0/+28
* optimize loads+shifts into signed loadsAlon Zakai2016-09-071-0/+66
* new export syntax in spec repoAlon Zakai2016-09-071-2/+2
* new import syntax in spec repoAlon Zakai2016-09-071-15/+15