summaryrefslogtreecommitdiff
path: root/src/passes/Asyncify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix comment in Asyncify.cpp (#5196)William Stein2022-10-311-1/+1
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-4/+4
* Make Asyncify work with wasm64 (#5105)Sam Clegg2022-10-041-57/+75
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-25/+26
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-11/+25
* Lift the restriction in liveness-traversal.h that supported max 65535 locals ...juj2022-04-281-8/+0
* Rename asyncify-side-module to asyncify-relocatable (#4596)かめのこにょこにょこ2022-04-181-3/+3
* Asyncify: Use stack instead of recursive call to avoid stack overflow (#4433)Yuta Saito2022-01-251-71/+147
* Allow import mutable globals used in Asyncify pass (#4427)かめのこにょこにょこ2022-01-141-10/+25
* Modernize code to C++17 (#3104)Max Graey2021-11-221-6/+3
* Show a clear error on asyncify+references. (#4125)Alon Zakai2021-09-071-3/+12
* Asyncify: Degrade gracefully if too many locals to compute relevantLiveLocals...Alon Zakai2021-08-271-0/+9
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-5/+5
* Refactor LinearExecutionWalker to a separate file. NFC (#3956)Alon Zakai2021-06-281-0/+1
* Remove Type ordering (#3793)Thomas Lively2021-05-181-3/+3
* [wasm-builder] Construct module elements as unique_ptrs (#3391)Thomas Lively2020-11-191-2/+2
* Rename Indirect to NonDirect in CallGraphPropertyAnalysis in preparation for ...Alon Zakai2020-11-131-4/+6
* Rewrite DCE pass (#3274)Alon Zakai2020-10-261-0/+1
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-2/+2
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-8/+7
* Fix typo in Asyncify comment (#3031)Nikita Baksalyar2020-08-101-1/+1
* Asyncify verbose option (#3022)Alon Zakai2020-08-061-4/+45
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-10/+9
* Asyncify liveness analysis (#2890)Alon Zakai2020-06-231-8/+62
* Asyncify: Instrument indirect calls from functions in add-list or only-list (...Alon Zakai2020-06-171-18/+49
* Asyncify: Add an "add list", rename old lists (#2910)Alon Zakai2020-06-121-48/+87
* Handle tuples in Asyncify call support (#2743)Thomas Lively2020-04-091-9/+41
* Revert to using globals in Asyncify call support (#2719)Thomas Lively2020-04-011-71/+53
* Convert Asyncify fake globals to fake calls. NFC (#2706)Alon Zakai2020-03-251-46/+71
* Support tuple locals in Asyncify (#2696)Thomas Lively2020-03-171-28/+46
* Asyncify: Fix wasm-only instrumentation of unnamed imports (#2682)Alon Zakai2020-03-051-23/+39
* Expose asyncify state via a getter (#2679)Alon Zakai2020-03-041-1/+16
* Handle indirect calls in CallGraphPropertyAnalysis (#2624)Alon Zakai2020-01-241-1/+2
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-43/+45
* Move Type-related functions into Type class (NFC) (#2556)Heejin Ahn2019-12-291-3/+3
* Remove FunctionType (#2510)Thomas Lively2019-12-111-6/+6
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+1
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-1/+1
* Refactor a CallGraphPropertyAnalysis helper [NFC] (#2441)Alon Zakai2019-11-181-41/+33
* Add ModAsyncify* passes (#2404)Alon Zakai2019-10-231-1/+145
* Show the unescaped name in Asyncify pattern warnings (#2351)Alon Zakai2019-09-231-3/+5
* asyncify: support *-matching in whitelist and blacklist (#2344)Beuc2019-09-231-32/+70
* Fix typo in Asyncify (#2346)Beuc2019-09-191-2/+2
* Add asserts in Asyncify (#2338)Alon Zakai2019-09-131-7/+84
* More response file support in asyncify: whitelist/blacklist (#2335)Alon Zakai2019-09-081-2/+10
* Support response files, and use that in Asyncify (#2319)Alon Zakai2019-08-301-2/+10
* Proper Asyncify list name handling (#2275)Alon Zakai2019-07-311-0/+3
* Python3-ify check.py and auto_update_tests.py (#2270)Alon Zakai2019-07-311-0/+4
* Asyncify: whitelist and blacklist support (#2264)Alon Zakai2019-07-261-16/+97
* Finalize tail call support (#2246)Thomas Lively2019-07-231-0/+6