summaryrefslogtreecommitdiff
path: root/src/passes/LogExecution.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Standardize Super:: over super:: (#6920)Alon Zakai2024-09-101-1/+1
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-2/+1
* LogExecution: Optionally take a module name for the logger function (#6629)YAMAMOTO Takashi2024-05-311-12/+30
* Automatically discard global effects in the rare passes that add effects (#5999)Alon Zakai2023-10-061-0/+3
* The name of the import object might not always be "env" (e.g. when Emscripten...juj2022-09-131-1/+20
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-4/+3
* Remove dead code and unused includes. NFC. (#3328)Sam Clegg2020-11-081-1/+0
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-2/+1
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-1/+1
* Remove FunctionType (#2510)Thomas Lively2019-12-111-4/+1
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-21/+11
* Improve log-execution pass to also log around returns (#2019)Alon Zakai2019-04-171-1/+14
* More #1678 fixes (#1685)Alon Zakai2018-09-201-0/+3
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-5/+7
* add a pass to log execution traces via instrumenting the code (#950)Alon Zakai2017-03-161-0/+77