summaryrefslogtreecommitdiff
path: root/src/passes/LegalizeJSInterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LegalizeJSInterface] Use explicit names for stub functions (#6806)Sam Clegg2024-08-051-0/+2
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-3/+2
* When creating `dynCall` and `legalstub` function mark them as hasExplicitName...Sam Clegg2024-04-121-0/+1
* Remove "minimal" JS import/export legalization (#6428)Sam Clegg2024-03-221-37/+6
* Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)Alon Zakai2024-02-201-0/+86
* Automatically discard global effects in the rare passes that add effects (#5999)Alon Zakai2023-10-061-0/+3
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-2/+2
* Add `hasArgument` helper to pass options. NFC (#5278)Sam Clegg2022-11-171-6/+2
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-4/+4
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-6/+8
* LegalizeJSInterface: Look for get/setTempRet0 as exports (#4881)Sam Clegg2022-08-151-7/+55
* Add runOnModuleCode helper. NFC (#4234)Alon Zakai2021-10-111-1/+1
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-20/+17
* LegalizeJSInterface: Remove illegal imports once they are no longer used (#3815)Sam Clegg2021-04-161-0/+5
* Fix LegalizeJSInterface with RefFuncs (#3749)Alon Zakai2021-03-301-45/+16
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-6/+5
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-6/+4
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-8/+10
* [wasm-builder] Construct module elements as unique_ptrs (#3391)Thomas Lively2020-11-191-3/+3
* Remove dead code and unused includes. NFC. (#3328)Sam Clegg2020-11-081-1/+0
* Fix LegalizeJSInterface leaking duplicate stub Functions (#3095)Daniel Wirtz2020-09-021-6/+9
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-3/+3
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-8/+8
* Legalize return_calls properly (#2752)Alon Zakai2020-04-121-2/+4
* Initialize the LegalizeJSInterface vector once, not once in each function (#2...Alon Zakai2020-01-231-6/+6
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-3/+3
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-2/+31
* Remove FunctionType (#2510)Thomas Lively2019-12-111-65/+55
* When legalizing, optionally export the original function too with orig$X (#2427)Alon Zakai2019-11-111-1/+28
* Simpify PassRunner.add() and automatically parallelize parallel functions (#2...Alon Zakai2019-07-191-4/+1
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-3/+3
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-5/+10
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-34/+52
* Remove f32 legalization from LegalizeJSInterface (#2052)Sam Clegg2019-04-251-18/+2
* wasm2js2 import fixes (#2031)Alon Zakai2019-04-191-3/+2
* Fix memory leaks (#1925)Bohdan2019-02-281-12/+13
* legalize invokes even when doing minimal legalization, as js needs them (#1883)Alon Zakai2019-02-081-40/+47
* Require unique_ptr to Module::addFunctionType() (#1672)Paweł Bylica2019-01-101-3/+3
* Partial legalization (#1824) review followup (#1832)Alon Zakai2018-12-171-2/+2
* Minimal JS legalization (#1824)Alon Zakai2018-12-141-40/+62
* Cleanup shared constants (#1784)Sam Clegg2018-11-291-5/+3
* Use getTempRet0/setTempRet0 in LegalizeJSInterface.cpp (#1709)Sam Clegg2018-11-201-57/+26
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-44/+48
* Remove replaced imports in LegalizeJSInterface (#1657)Sam Clegg2018-08-301-0/+4
* Add i64 high bits (tempRet0) helper funcs when legalizing JS interface (#1428)Alon Zakai2018-02-221-0/+43
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-2/+2
* Add Builder::makeGlobal for nicer global creation (#1221)Alon Zakai2017-10-101-6/+7
* Wasm h to cpp (#926)jgravelle-google2017-03-101-3/+3
* fix BINARYEN_PASS_DEBUG option (#908)Alon Zakai2017-02-231-0/+1
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-1/+1