summaryrefslogtreecommitdiff
path: root/src/passes/FuncCastEmulation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set hasExplicitName for thunks generated in FuncCastEmulation. NFC (#6826)Sam Clegg2024-08-091-0/+1
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-2/+1
* Automatically discard global effects in the rare passes that add effects (#5999)Alon Zakai2023-10-061-0/+5
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-1/+1
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-6/+6
* Remove basic reference types (#4802)Thomas Lively2022-07-201-14/+0
* Remove externref (#4633)Thomas Lively2022-05-041-2/+0
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-4/+5
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-2/+2
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-11/+10
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-11/+9
* cleanup to allow binaryen to be built in more strict environments (#3566)walkingeyerobot2021-02-161-0/+1
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-9/+12
* Reorder i31ref and dataref (#3509)Heejin Ahn2021-01-231-4/+4
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-2/+0
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-0/+2
* Make NUM_PARAMS in FuncCastEmulation a configuration option (#3411)Dexter Chua2020-12-071-16/+18
* [wasm-builder] Construct module elements as unique_ptrs (#3391)Thomas Lively2020-11-191-2/+2
* Remove dead code and unused includes. NFC. (#3328)Sam Clegg2020-11-081-1/+0
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-2/+6
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-2/+4
* Update reference types (#3084)Daniel Wirtz2020-09-091-2/+0
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-1/+1
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-3/+3
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-2/+2
* Remove dynCall generated from fpcast-emu (#2995)Sam Clegg2020-07-281-6/+1
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-2/+2
* 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