summaryrefslogtreecommitdiff
path: root/test/lit/passes/local-cse_all-features.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+0
* [WasmGC] Add missing ArrayNew variants to Properties::isGenerative (#6691)Alon Zakai2024-06-241-5/+87
* LocalCSE: Fix regression from #6587 by accumulating generativity (#6591)Alon Zakai2024-05-151-4/+34
* LocalCSE: Ignore traps of code in between (#6588)Alon Zakai2024-05-141-0/+52
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-13/+13
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-8/+8
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-5/+6
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-6/+5
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-151-5/+6
* Emit call_ref with a type annotation (#5079)Thomas Lively2022-09-231-2/+2
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-11/+7
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-1/+1
* Remove RTTs (#4848)Thomas Lively2022-08-051-16/+8
* [Wasm GC] Effects: Differentiate Struct and Array types (#4088)Alon Zakai2021-08-181-2/+53
* LocalCSE: ignore traps (#4085)Alon Zakai2021-08-171-2/+42
* LocalCSE rewrite (#4079)Alon Zakai2021-08-171-0/+272