summaryrefslogtreecommitdiff
path: root/test/lit/passes/optimize-instructions-gc-iit.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-2/+0
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-2/+2
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-4/+4
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-2/+2
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-5/+5
* Make final types the default (#5918)Thomas Lively2023-09-091-5/+5
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-12/+12
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-17/+17
* Further improve ref.cast during finalization (#5882)Thomas Lively2023-08-171-2/+2
* Improve cast optimizations (#5876)Thomas Lively2023-08-171-2/+2
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-8/+8
* [Wasm GC] Automatically make RefCast heap types more precise (#5704)Alon Zakai2023-05-051-2/+2
* Remove --nominal from more tests (#5664)Thomas Lively2023-04-131-130/+68
* Update RefCast representation to drop extra HeapType (#5350)Thomas Lively2022-12-201-3/+12
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-19/+19
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-15/+15
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-27/+31
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-3/+3
* Remove RTTs (#4848)Thomas Lively2022-08-051-162/+36
* Update nominal type ordering (#4631)Thomas Lively2022-05-031-8/+4
* OptimizeInstructions: Refinalize after a cast removal (#4611)Alon Zakai2022-04-251-3/+55
* Print heap types in text format in nominal mode (#4316)Alon Zakai2021-11-081-10/+10
* Switch from "extends" to M4 nominal syntax (#4248)Thomas Lively2021-10-141-7/+7
* [Wasm GC] Fix invalid intermediate IR in OptimizeInstructions (#4169)Alon Zakai2021-09-201-3/+3
* [Wasm GC] Optimize away ref.as_non_null going into local.set in TNH mode (#4157)Alon Zakai2021-09-161-0/+24
* OptimizeInstructions: Handle trivial ref.cast and ref.test (#4097)Alon Zakai2021-08-241-35/+77
* TrapsNeverHappen mode (#4059)Alon Zakai2021-08-171-0/+70
* Test GC lit tests with --nominal as well (#4043)Thomas Lively2021-08-021-1/+70
* Generate FileCheck checks for all module items (#3957)Thomas Lively2021-06-281-0/+7
* [Wasm GC] Optimize reference identity checks (#3814)Alon Zakai2021-04-191-0/+18
* [Wasm GC] Optimize RefCast + ignore-implicit-traps (#3748)Alon Zakai2021-03-301-0/+139