summaryrefslogtreecommitdiff
path: root/test/lit/passes/cfp.wast
Commit message (Expand)AuthorAgeFilesLines
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-7/+11
* [GC] Fix ConstantFieldPropagation on incompatible types (#7054)Alon Zakai2024-11-051-0/+116
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-6/+6
* Count supertypes when collecting module types (#6838)Thomas Lively2024-08-141-3/+3
* ConstantFieldPropagation: Add a variation that picks between 2 values using R...Alon Zakai2024-06-271-0/+4
* Fix ConstantFieldPropagation signed packed field handling and improve Heap2Lo...Alon Zakai2024-04-111-0/+81
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-3/+3
* Update lit tests to parse with the new parser (#6290)Thomas Lively2024-02-081-1/+0
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-4/+12
* [NFC] Some misc comments for clarification (#6017)Alon Zakai2023-10-171-2/+4
* ConstantFieldPropagation: Fully handle copies (#5969)Alon Zakai2023-09-261-0/+324
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-18/+18
* Make final types the default (#5918)Thomas Lively2023-09-091-26/+26
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-115/+115
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-2/+2
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-18/+18
* ConstantFieldPropagation: Track copied values properly (#5761)Alon Zakai2023-06-121-0/+70
* Convert some tests off of --nominal (#5660)Thomas Lively2023-04-131-37/+34
* [Wasm GC] Handle packed fields in GUFA and CFP (#5640)Alon Zakai2023-04-071-0/+90
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-2/+2
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-90/+90
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-259/+295
* Simplify and fix heap type counting (#5110)Thomas Lively2022-10-041-1/+2
* Remove RTTs (#4848)Thomas Lively2022-08-051-158/+73
* Update nominal type ordering (#4631)Thomas Lively2022-05-031-13/+22
* Print heap types in text format in nominal mode (#4316)Alon Zakai2021-11-081-56/+56
* Fix printing of some unreachable GC instructions (#4281)Alon Zakai2021-10-271-3/+7
* [Wasm GC] Constant Field Propagation: Handle immutable globals (#4258)Alon Zakai2021-10-271-0/+298
* Switch from "extends" to M4 nominal syntax (#4248)Thomas Lively2021-10-141-94/+94
* [Wasm GC] ConstantFieldPropagation: Ignore copies (#4084)Alon Zakai2021-08-161-0/+161
* [Wasm GC] Track struct.new and struct.set separately in ConstantFieldPropagat...Alon Zakai2021-08-091-31/+266
* [Wasm GC] Constant Field Propagation (#4052)Alon Zakai2021-08-051-0/+1478