summaryrefslogtreecommitdiff
path: root/src/passes/RemoveUnusedModuleElements.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-5/+2
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+6
* Remove FunctionType (#2510)Thomas Lively2019-12-111-56/+0
* Refactor removing module elements (#2489)Heejin Ahn2019-12-021-42/+14
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-3/+0
* Don't remove events used in instructions (#2412)Heejin Ahn2019-11-011-0/+12
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+1
* Add event section (#2151)Heejin Ahn2019-05-311-7/+26
* Simplify function lists in RemoveUnusedModuleElements (NFC) (#2147)Heejin Ahn2019-05-281-9/+1
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-3/+3
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-60/+53
* Finish bulk memory support (#2030)Thomas Lively2019-04-221-0/+13
* Passive segments (#1976)Thomas Lively2019-04-051-1/+3
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-1/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-50/+23
* improve remove-unused-module-elements (#1532)Alon Zakai2018-05-041-13/+49
* Drop 'start' in RemoveUnusedModuleElements if the function is empty (#1449)Daniel Wirtz2018-02-281-1/+7
* Global optimization fixes (#1360)Alon Zakai2018-01-171-0/+1
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-0/+57
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-1/+1
* initial call_indirect support in ttf modeAlon Zakai2017-09-061-0/+1
* Optimize/merge duplicate function types (#1041)Alon Zakai2017-06-121-1/+66
* Wasm h to cpp (#926)jgravelle-google2017-03-101-2/+2
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-1/+1
* add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...Alon Zakai2016-12-071-0/+155