summaryrefslogtreecommitdiff
path: root/test/lit/passes/remove-unused-module-elements-refs.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-52/+0
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-4/+4
* Match names more precisely in update_lit_checks.py (#6190)Thomas Lively2024-01-021-16/+24
* Partially revert #6026 (#6043)Alon Zakai2023-10-231-4/+10
* RemoveUnusedModuleElements: Make exports skip trampolines (#6026)Alon Zakai2023-10-191-10/+4
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-9/+9
* Make final types the default (#5918)Thomas Lively2023-09-091-16/+16
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-32/+32
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-8/+8
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-10/+10
* Port the remaining test/lit/passes tests off of --nominal (#5668)Thomas Lively2023-04-141-20/+30
* [Wasm GC] Fix RemoveUnusedModuleEffects struct field reads with call.without....Alon Zakai2023-02-021-0/+73
* RemoveUnusedModuleElements: Support function subtyping (#5470)Alon Zakai2023-02-011-8/+55
* RemoveUnusedModuleElements: Optimize unread struct.new fields (#5445)Alon Zakai2023-02-011-0/+1223
* RemoveUnusedModuleElements: Handle changes to tables (#5469)Alon Zakai2023-01-311-0/+61
* Do not optimize public types (#5347)Thomas Lively2022-12-161-35/+31
* [Wasm GC] Implement closed-world flag (#5303)Alon Zakai2022-11-301-10/+174
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-13/+13
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-9/+9
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-9/+9
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-151-9/+9
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-23/+37
* Emit call_ref with a type annotation (#5079)Thomas Lively2022-09-231-6/+6
* Handle call.without.effects in RemoveUnusedModuleElements (#4624)Alon Zakai2022-05-021-0/+112
* RemoveUnusedModuleElements: Track CallRef/RefFunc more precisely (#4621)Alon Zakai2022-04-281-0/+226