summaryrefslogtreecommitdiff
path: root/test/lit/passes/Oz.wast
Commit message (Expand)AuthorAgeFilesLines
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-9/+9
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-081-1/+1
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-18/+42
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-13/+13
* LinearExecutionTraversal: Add an option to connect adjacent code, use in Simp...Alon Zakai2023-08-081-4/+2
* [NFC] Avoid unneeded work in GTO (#5304)Alon Zakai2022-11-301-5/+4
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-13/+14
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-1/+1
* [Precompute][SIMD] Enable constant folding for simd (#4381)Max Graey2021-12-131-1/+14
* CoalesceLocals: Remove a redundant tee of the same local as a parent set (#4318)Alon Zakai2021-11-091-5/+3
* CoalesceLocals: Rewrite the algorithm to be linear and to ignore copies (#4314)Alon Zakai2021-11-101-4/+2
* [OptimizeInstructions] Fold select into zero or single expression for some pa...Max Graey2021-10-051-2/+126
* [OptimizeInstructions] propagate sign for integer multiplication (#4098)Max Graey2021-09-091-0/+38
* Enable LocalCSE by default (#4089)Alon Zakai2021-08-191-14/+12
* Port test/passes/O* to lit (#3969)Thomas Lively2021-07-071-0/+117