summaryrefslogtreecommitdiff
path: root/src/passes/Flatten.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-8/+8
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-2/+35
* Remove redundant instructions in Flatten (#2524)Heejin Ahn2019-12-121-17/+23
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-121-2/+3
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+1
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-10/+10
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-16/+16
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-2/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-18/+24
* Verify flat IR where it is expected, and give a nice error (#2009)Alon Zakai2019-04-161-39/+4
* Massive renaming (#1855)Thomas Lively2019-01-071-7/+7
* Switch optimizations in remove-unused-brs (#1753)Alon Zakai2018-11-201-6/+3
* flatten improvement (#1522)Alon Zakai2018-04-301-8/+2
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-11/+11
* Flatten tee (#1296)Alon Zakai2017-11-171-1/+15
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-2/+2
* Flattening rewrite (#1201)Alon Zakai2017-10-031-0/+337