summaryrefslogtreecommitdiff
path: root/src/passes/FuncCastEmulation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-2/+2
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-27/+28
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-8/+8
* Remove FunctionType (#2510)Thomas Lively2019-12-111-20/+13
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-12/+6
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+8
* Simpify PassRunner.add() and automatically parallelize parallel functions (#2...Alon Zakai2019-07-191-4/+1
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-4/+4
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-1/+1
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+8
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-30/+22
* Increase FuncCastEmulation NUM_PARAMS (#1884)Will Glynn2019-01-291-1/+1
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+8
* Remove default cases (#1757)Thomas Lively2018-11-271-8/+0
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-7/+4
* fix a fuzz bug in fpcast-emu: if the call_indirect we are modifying is unreac...Alon Zakai2018-03-191-1/+2
* Function pointer cast emulation (#1468)Alon Zakai2018-03-131-0/+235