summaryrefslogtreecommitdiff
path: root/test/memorygrowth.fromasm
Commit message (Expand)AuthorAgeFilesLines
* Massive renaming (#1855)Thomas Lively2019-01-071-2477/+2477
* Properly optimize loop values (#1800)Alon Zakai2018-12-051-239/+238
* Run coalesce-locals after the final simplify-locals.Alon Zakai (kripken)2018-12-041-306/+291
* Speculate in simplify-locals that it is worth turning an if intoAlon Zakai (kripken)2018-12-041-146/+137
* Stricter Canonicalization (#1774)Alon Zakai2018-11-271-774/+799
* Merge-Blocks improvements (#1760)Alon Zakai2018-11-261-1904/+1904
* Fix a merge-blocks fuzz bug (#1755)Alon Zakai2018-11-191-378/+369
* Optimize an if exit block into an if arm (#1749)Alon Zakai2018-11-151-4872/+4814
* Rename tableBase/memoryBase to __table_base/__memory_base (#1731)Sam Clegg2018-11-081-4/+4
* 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-3/+3
* DeadArgumentElimination Pass (#1641)Alon Zakai2018-09-051-67/+56
* Stack IR (#1623)Alon Zakai2018-07-301-36/+36
* Merge loop tails up (#1543)Alon Zakai2018-05-101-6/+6
* Optimize equivalent locals (#1540)Alon Zakai2018-05-101-1005/+997
* Generate loop return values in optimizer (#1527)Alon Zakai2018-05-011-234/+230
* More simplify-locals opts (#1526)Alon Zakai2018-05-011-3617/+3584
* do more optimizations after inlining: precompute-propagate plus all regular o...Alon Zakai2018-04-301-175/+140
* code-folding improvements (#1512)Alon Zakai2018-04-261-12/+14
* Some simple integer math opts (#1504)Alon Zakai2018-04-111-2/+2
* Inlining improvements (#1375)Alon Zakai2018-01-241-73/+18
* optimize out 0-x, a zero only used to negate an int, when possible (#1365)Alon Zakai2018-01-171-5/+2
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-47/+47
* Redundant Set Elimination pass (#1344)Alon Zakai2018-01-051-46/+9
* De-morgan's "and" law (#1297)Alon Zakai2017-11-301-8/+4
* Update call_indirect text syntax to match spec update (#1281)Derek Schuff2017-11-131-8/+8
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-38/+38
* Improve and enable inlining pass (#966)Alon Zakai2017-08-071-32/+22
* Code folding (#1076)Alon Zakai2017-06-281-4232/+4227
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-41/+41
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-8817/+8817
* optimize out add/sub of 0Alon Zakai (kripken)2017-02-161-6/+3
* optimize sign-extends to eqzAlon Zakai (kripken)2017-02-161-9/+3
* Optimize "squared" operations (#905)Alon Zakai2017-02-161-106/+70
* Optimize precise mode integer ops (#907)Alon Zakai2017-02-161-2/+11
* Improve handling of implicit traps (#898)Alon Zakai2017-02-061-5/+5
* emit globals before table and memory, because they may use a global for their...Alon Zakai2016-12-301-2/+2
* add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...Alon Zakai2016-12-071-29/+0
* use tableBase for the table segmentsAlon Zakai2016-12-071-1/+1
* Fix regression from #850 (#851)Alon Zakai2016-11-301-143/+152
* Optimize added factors into load/store offsets (#850)Alon Zakai2016-11-291-152/+143
* improve local simplication: simplify without if/block structure values before...Alon Zakai2016-11-061-690/+681
* remove-unused-brs after coalesce-localsAlon Zakai2016-11-041-7/+5
* Optimize away copies through an if (#816)Alon Zakai2016-10-311-423/+421
* recreate simply ifsAlon Zakai2016-10-271-35/+33
* optimize ne of 0 in a boolean context (#808)Alon Zakai2016-10-271-6/+3
* Code pushing (#807)Alon Zakai2016-10-261-45/+45
* Optimize out bool & 1 (#804)Alon Zakai2016-10-251-21/+21
* Add priority to copies on backedges (#791)Alon Zakai2016-10-201-1016/+1022
* reorder locals after simplify-locals, to remove unused locals before coalesce...Alon Zakai2016-10-161-1028/+1028