summaryrefslogtreecommitdiff
path: root/src/ir/module-utils.h
Commit message (Expand)AuthorAgeFilesLines
* MinifyImportsAndExports: Minify the memory and table as well. (#3089)Alon Zakai2020-09-021-0/+8
* Add new compound Signature, Struct and Array types (#3012)Daniel Wirtz2020-08-241-1/+1
* Asyncify verbose option (#3022)Alon Zakai2020-08-061-3/+8
* Remove --fuzz-binary and simplify round trip (#2799)Thomas Lively2020-04-241-11/+2
* Remove function index printing (#2742)Thomas Lively2020-04-091-52/+0
* Tuple globals (#2718)Thomas Lively2020-04-021-2/+21
* Collect signatures from all block kinds (#2691)Thomas Lively2020-03-161-7/+11
* Asyncify: Fix wasm-only instrumentation of unnamed imports (#2682)Alon Zakai2020-03-051-1/+1
* Initial multivalue support (#2675)Thomas Lively2020-03-051-1/+7
* Handle indirect calls in CallGraphPropertyAnalysis (#2624)Alon Zakai2020-01-241-2/+13
* Clear Mixedarena in ModuleUtils::clearModule (#2588)Heejin Ahn2020-01-131-0/+1
* Correctly clear memory / table info in clearModule (#2536)Heejin Ahn2019-12-171-2/+2
* Remove FunctionType (#2510)Thomas Lively2019-12-111-8/+59
* Add a RoundTrip pass (#2516)Alon Zakai2019-12-091-2/+16
* Refactor and optimize binary writing type collection (#2478)Alon Zakai2019-11-261-32/+67
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-44/+17
* Refactor a CallGraphPropertyAnalysis helper [NFC] (#2441)Alon Zakai2019-11-181-20/+70
* Simpify PassRunner.add() and automatically parallelize parallel functions (#2...Alon Zakai2019-07-191-4/+1
* Bysyncify: async transform for wasm (#2172)Alon Zakai2019-06-151-0/+57
* Use BinaryIndexes instead of copies in BinaryWriter (NFC) (#2161)Heejin Ahn2019-06-041-1/+0
* Add event section (#2151)Heejin Ahn2019-05-311-0/+45
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-19/+12
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-69/+0
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-1/+70
* Fix copying of globals (#1854)Alon Zakai2019-01-101-0/+2
* Require unique_ptr to Module::addFunctionType() (#1672)Paweł Bylica2019-01-101-1/+1
* Fix comment in src/ir/module-utils.h (#1810)Sam Clegg2018-12-071-2/+4
* Handle missing function in renameFunctions (#1808)Sam Clegg2018-12-061-2/+6
* Add function rename utility (#1805)Alon Zakai2018-12-051-0/+47
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-1/+29
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-18/+84
* Stack IR (#1623)Alon Zakai2018-07-301-16/+18
* wasm2asm: Finish i64 lowering operations (#1563)Alex Crichton2018-05-251-0/+13
* Show the binary bytes we can remove without each export, in --func-metrics (#...Alon Zakai2018-01-231-0/+34
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-0/+59