summaryrefslogtreecommitdiff
path: root/test/wasm-only.fromasm.no-opts
Commit message (Expand)AuthorAgeFilesLines
* Remove f32 legalization from LegalizeJSInterface (#2052)Sam Clegg2019-04-251-14/+4
* Massive renaming (#1855)Thomas Lively2019-01-071-506/+506
* Use getTempRet0/setTempRet0 in LegalizeJSInterface.cpp (#1709)Sam Clegg2018-11-201-50/+43
* Rename tableBase/memoryBase to __table_base/__memory_base (#1731)Sam Clegg2018-11-081-3/+3
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-1/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-2/+2
* DeadArgumentElimination Pass (#1641)Alon Zakai2018-09-051-0/+8
* Remove replaced imports in LegalizeJSInterface (#1657)Sam Clegg2018-08-301-42/+38
* Add i64 high bits (tempRet0) helper funcs when legalizing JS interface (#1428)Alon Zakai2018-02-221-0/+10
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-4/+4
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-36/+36
* Share trap mode between asm2wasm and s2wasm (#1168)jgravelle-google2017-10-021-9/+83
* Improve and enable inlining pass (#966)Alon Zakai2017-08-071-0/+44
* fix asm2wasm wasm-only i64 switches with a large (>32 bit) offset #1109 (#1111)Alon Zakai2017-07-261-3/+92
* Consistently handle possible traps in all cases (#1062)Alon Zakai2017-06-221-6/+36
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-6/+6
* Validate finalization (#1014)Alon Zakai2017-05-181-0/+592
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-1035/+1035
* stop doing dce in -O0, which was just need temporarily while browsers figure ...Alon Zakai2017-03-061-1/+4
* Optimize precise mode integer ops (#907)Alon Zakai2017-02-161-3/+16
* DCE even in -O0 (#884)Alon Zakai2017-01-191-4/+1
* asm2wasm: when a switch is too big, create an if-else chain instead (#877)Alon Zakai2017-01-121-0/+132
* add a test showing unreachable code after a returnAlon Zakai (kripken)2017-01-121-0/+41
* 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/+21
* fix legalization issues with f32sAlon Zakai2016-12-071-2/+22
* 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
* 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
* don't create an unnecessary duplicate block in asm2wasm switches, when there ...Alon Zakai2016-10-031-18/+16
* wasm-only additions: i32.cttz, copysign, popcnt (#729)Alon Zakai2016-10-021-0/+32
* More wasm-only opts (#727)Alon Zakai2016-10-021-0/+785