summaryrefslogtreecommitdiff
path: root/test/lit/passes/dae_all-features.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-4/+4
* [NFC] Optimize ParamUtils::getUsedParams() (#6866)Alon Zakai2024-08-261-0/+31
* DeadArgumentElimination/SignaturePruning: Prune params even if called with ef...Alon Zakai2024-03-181-21/+234
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-1/+1
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-14/+13
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-1/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-72/+72
* DeadArgumentElimination: Do not error on bottom types in result refining (#5763)Alon Zakai2023-06-121-0/+36
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-2/+2
* Fix DeadArgumentElimination return value opts on nesting+recursion (#5701)Alon Zakai2023-05-041-0/+34
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-1/+1
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-52/+52
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-1/+1
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-1/+1
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-151-1/+1
* Emit call_ref with a type annotation (#5079)Thomas Lively2022-09-231-1/+1
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-1/+1
* Fix DeadArgumentElimination + TrapsNeverHappen to not leave stale types (#4910)Alon Zakai2022-08-181-4/+12
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-1/+1
* Include globals when collecting module types (#4717)Thomas Lively2022-06-101-2/+2
* Generalize PossibleConstantValues for immutable globals (#4549)Alon Zakai2022-03-281-0/+112
* Port test/passes/da* to lit (#3991)Thomas Lively2021-07-161-0/+540