summaryrefslogtreecommitdiff
path: root/test/wasm-only.fromasm.imprecise
Commit message (Expand)AuthorAgeFilesLines
* use TypeUpdater in vacuumAlon Zakai (kripken)2017-05-201-1/+0
* Validate finalization (#1014)Alon Zakai2017-05-181-0/+331
* optimize if and select in the case their values are identical (#1013)Alon Zakai2017-05-171-19/+4
* merge blocks before and after remove-unused-brsAlon Zakai (kripken)2017-05-101-1/+0
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-397/+397
* stop doing dce in -O0, which was just need temporarily while browsers figure ...Alon Zakai2017-03-061-0/+1
* add a dce at the end of asm2wasm, so it handles code changes from intermediat...Alon Zakai (kripken)2017-01-121-1/+0
* add a test showing unreachable code after a returnAlon Zakai (kripken)2017-01-121-0/+30
* emit globals before table and memory, because they may use a global for their...Alon Zakai2016-12-301-1/+1
* properly legalize imported table elementsAlon Zakai2016-12-071-2/+18
* fix legalization issues with f32sAlon Zakai2016-12-071-2/+15
* verify we don't legalize table elementsAlon Zakai2016-12-071-1/+2
* add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...Alon Zakai2016-12-071-2/+10
* improve local simplication: simplify without if/block structure values before...Alon Zakai2016-11-061-6/+0
* run remove-unused-functions by defaultAlon Zakai2016-10-141-0/+42
* if we see no asm.js function tables, the table size is 0Alon Zakai2016-10-111-1/+1
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-7/+7
* handle ifs with an i64 condition #741 (#742)Alon Zakai2016-10-041-1/+3
* wasm-only additions: i32.cttz, copysign, popcnt (#729)Alon Zakai2016-10-021-0/+9
* More wasm-only opts (#727)Alon Zakai2016-10-021-0/+314