summaryrefslogtreecommitdiff
path: root/test/lit/passes/directize_all-features.wast
Commit message (Expand)AuthorAgeFilesLines
* Implement table.init (#6827)Alon Zakai2024-08-161-0/+95
* Fix FlatTable for table64 (#6598)Sam Clegg2024-05-151-4/+12
* Update lit tests to parse with the new parser (#6290)Thomas Lively2024-02-081-2/+6
* Directize: Handle overflows and out of bounds (#6255)Alon Zakai2024-01-301-0/+174
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-081-2/+2
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-36/+76
* Handle table.fill in Directize (#5974)Alon Zakai2023-09-261-0/+95
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-54/+54
* Extend drop.h and use it in Directize (#5713)Alon Zakai2023-05-101-75/+12
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-28/+28
* Make constant expression validation stricter (#5557)Thomas Lively2023-03-101-6/+6
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-104/+104
* Fix handling of unreachable selects in Directize (#5098)Alon Zakai2022-09-301-0/+36
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-15/+8
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-10/+6
* [Directize] Add a flag to consider initial table contents immutable (#4942)Alon Zakai2022-08-191-4/+596
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-1/+1
* OptimizeInstructions: Turn call_ref of a select into an if over two direct ca...Alon Zakai2022-05-271-33/+26
* Directize: Fix handling of non-nullable locals and unreachability (#4330)Alon Zakai2021-11-151-4/+51
* Emit heap types for call_indirect that match the table (#4221)Alon Zakai2021-10-081-2/+2
* Directize: Do not optimize if a table has a table.set (#4218)Alon Zakai2021-10-071-0/+64
* Optimize call_indirect of a select of two constants (#4208)Alon Zakai2021-10-041-0/+299
* Improve optimization of call_ref into direct calls (#4068)Alon Zakai2021-08-101-25/+0
* Port test/passes/d* to lit (#4008)Thomas Lively2021-07-301-0/+521