summaryrefslogtreecommitdiff
path: root/test/lit/passes/simplify-globals-read_only_to_write.wast
Commit message (Expand)AuthorAgeFilesLines
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-104/+228
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-21/+21
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-13/+11
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-1/+1
* SimplifyGlobals: Handle nested read-only-to-write patterns (#4365)Alon Zakai2021-12-081-0/+269
* SimplifyGlobals: Ignore irrelevant effects in read-only-to-write (#4363)Alon Zakai2021-12-021-40/+189
* SimplifyGlobals: Detect trivial read-only-to-write functions (#4257)Alon Zakai2021-10-191-0/+149
* SimplifyGlobals: Optimize away globals that are only read in order to write t...Alon Zakai2021-08-101-0/+240