summaryrefslogtreecommitdiff
path: root/src/passes/RemoveImports.cpp
Commit message (Expand)AuthorAgeFilesLines
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-1/+1
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-5/+3
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-5/+3
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-2/+2
* Harden exnref literals (#3092)Daniel Wirtz2020-09-021-2/+1
* Remove FunctionType (#2510)Thomas Lively2019-12-111-2/+2
* Skip imports in table during RemoveImports (#2181)Thomas Lively2019-06-241-1/+12
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-10/+7
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-10/+13
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* wasm-reduce tool (#1139)Alon Zakai2017-09-011-2/+4
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-1/+1
* clean up raw pointer import->functionType, make it a Name like everything els...Alon Zakai2017-02-171-1/+1
* refactor pass hooks, creating a proper way to run code before a pass is runAlon Zakai2016-09-121-11/+3
* import type for globalsAlon Zakai2016-09-071-1/+1
* Add initialization functions for passes to avoid missing pass registration du...Jukka Jylänki2016-06-211-1/+3
* allocate only expressions in arenas - functions, imports, exports, function t...Alon Zakai2016-04-271-3/+6
* create a UnifiedExpressionVisitor for passes that want a single visitor funct...Alon Zakai2016-04-181-1/+1
* De-recurse traversals (#333)Alon Zakai2016-04-111-1/+1
* add apis for accessing module elementsAlon Zakai2016-04-041-6/+8
* Some cleanup.Michael Bebenita2016-01-141-1/+1
* Use LLVM style static polymorphism for WasmVisitors.Michael Bebenita2016-01-131-3/+3
* A more generic compiler pass system.Michael Bebenita2016-01-131-1/+1
* refactor FunctionType to always be accessed from the Module's central store, ...Alon Zakai2016-01-111-1/+1
* Fix the license headersJF Bastien2015-12-211-1/+16
* Fix missing override warning.Bruce Mitchener2015-12-181-1/+1
* emit constants instead of callImport when there is a type necessaryAlon Zakai2015-11-221-5/+12
* add remove-imports passAlon Zakai2015-11-221-0/+36