summaryrefslogtreecommitdiff
path: root/src/passes/ConstHoisting.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* Remove basic reference types (#4802)Thomas Lively2022-07-201-7/+1
* Remove externref (#4633)Thomas Lively2022-05-041-1/+0
* Modernize code to C++17 (#3104)Max Graey2021-11-221-3/+1
* Remove Type ordering (#3793)Thomas Lively2021-05-181-7/+6
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-1/+0
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-1/+2
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-1/+3
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-1/+2
* Update reference types (#3084)Daniel Wirtz2020-09-091-1/+0
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-1/+2
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-1/+1
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-1/+1
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-12/+12
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-3/+6
* Move Type-related functions into Type class (NFC) (#2556)Heejin Ahn2019-12-291-1/+1
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-3/+2
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-6/+3
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-2/+2
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-2/+2
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+4
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-15/+7
* Massive renaming (#1855)Thomas Lively2019-01-071-2/+2
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+4
* Remove default cases (#1757)Thomas Lively2018-11-271-2/+5
* Optimize equivalent locals (#1540)Alon Zakai2018-05-101-1/+6
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* Const hoisting (#1176)Alon Zakai2017-09-121-0/+131