summaryrefslogtreecommitdiff
path: root/src/passes/Flatten.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add explicit errors on unhandled instructions in Flatten (#6992)Alon Zakai2024-10-071-0/+5
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-1/+1
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-5/+3
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+3
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-12/+0
* Handle try in Flatten pass (#2567)Heejin Ahn2021-11-291-0/+36
* [Wasm GC] Do not inline a function with an RTT parameter (#3808)Alon Zakai2021-04-141-1/+1
* Avoid flatten + multivalue + reference types in the fuzzer (#3760)Alon Zakai2021-03-311-1/+29
* [Wasm GC] Handle non-nullable locals in Flatten pass (#3720)Alon Zakai2021-03-241-0/+3
* Don't error out when EH is used for Flatten (#3526)Heejin Ahn2021-01-291-4/+0
* Warn when running a pass not compatible with DWARF (#3506)Alon Zakai2021-01-261-0/+5
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-3/+1
* [TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...Alon Zakai2020-11-251-0/+2
* Update reference types (#3084)Daniel Wirtz2020-09-091-5/+5
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-2/+2
* Flatten fuzz fix with unreachable special-casing (#2876)Alon Zakai2020-05-271-3/+2
* Error out when EH is used in unsupported code (#2713)Heejin Ahn2020-03-271-0/+5
* Collect signatures from all block kinds (#2691)Thomas Lively2020-03-161-2/+2
* [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