summaryrefslogtreecommitdiff
path: root/src/passes/CodeFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-4/+4
* Remove FunctionType (#2510)Thomas Lively2019-12-111-1/+1
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-2/+2
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-21/+42
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-99/+154
* determinism fix for code-folding (#1852)Alon Zakai2019-01-081-4/+12
* code-folding improvements (#1512)Alon Zakai2018-04-261-3/+22
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-2/+2
* make sure we do not fold out code from blocks with a fallthrough value, and t...Alon Zakai2017-11-301-4/+18
* Fix a code-folding fuzz bug (#1282)Alon Zakai2017-11-171-2/+12
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-3/+3
* Add a superclass typedef to WalkerPass to simplify overrides (#1211)jgravelle-google2017-10-041-1/+1
* code-folding must propagate types when it optimizes somethingAlon Zakai2017-09-091-3/+6
* Code folding (#1076)Alon Zakai2017-06-281-0/+603