summaryrefslogtreecommitdiff
path: root/test/lit/passes/signature-pruning.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-16/+0
* [GC] Ignore public types in SignaturePruning (#7018)Alon Zakai2024-10-181-14/+72
* Replace the old topological sort everywhere (#6902)Thomas Lively2024-09-101-3/+3
* Avoid duplicate type names (#6633)Alon Zakai2024-05-301-1/+2
* SignaturePruning: Properly handle public types (#6630)Alon Zakai2024-05-291-0/+49
* DeadArgumentElimination/SignaturePruning: Prune params even if called with ef...Alon Zakai2024-03-181-31/+270
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-1/+1
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-25/+25
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-2/+2
* Fix printing of types for imported functions (#5927)Thomas Lively2023-09-111-1/+1
* Make final types the default (#5918)Thomas Lively2023-09-091-29/+29
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-25/+25
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-1/+1
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-3/+3
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-2/+2
* Port the remaining test/lit/passes tests off of --nominal (#5668)Thomas Lively2023-04-141-50/+74
* [Wasm GC] SignaturePruning should not prune fields from a type with subtypes ...Alon Zakai2023-01-131-0/+39
* Work around bugs with open world type optimizations (#5367)Thomas Lively2022-12-201-1/+1
* Update RefCast representation to drop extra HeapType (#5350)Thomas Lively2022-12-201-3/+5
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-1/+1
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-2/+2
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-6/+5
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-35/+35
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-8/+8
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-8/+8
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-151-8/+8
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-2/+2
* Emit call_ref with a type annotation (#5079)Thomas Lively2022-09-231-8/+8
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-7/+7
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-2/+2
* [Wasm GC] Fix SignaturePruning on CallWithoutEffects (#4882)Alon Zakai2022-08-081-0/+38
* [NominalFuzzing] Fix getHeapTypeCounts() on unreachable casts (#4609)Alon Zakai2022-04-221-0/+24
* [Wasm GC] Signature Pruning: Remove params passed constant values (#4551)Alon Zakai2022-03-281-2/+193
* [Wasm GC] Signature Pruning (#4545)Alon Zakai2022-03-251-0/+597