summaryrefslogtreecommitdiff
path: root/test/passes/simplify-locals_all-features_disable-exception-handling.txt
Commit message (Expand)AuthorAgeFilesLines
* [EH] Fuzz throws from JS (#7027)Alon Zakai2024-10-231-3/+3
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-3/+3
* Do not repeat types names in text output (#6499)Thomas Lively2024-04-161-23/+23
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-107/+209
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-1/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-35/+35
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-9/+9
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-7/+7
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-56/+56
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-1/+1
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-1/+1
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-50/+38
* Remove Type ordering (#3793)Thomas Lively2021-05-181-6/+6
* Reorder global definitions in Print pass (#3770)Abbas Mashayekh2021-04-021-2/+2
* Remove passive keyword from data segment parser (#3757)Abbas Mashayekh2021-03-301-1/+1
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-231-12/+12
* Intern HeapTypes and clean up types code (#3428)Thomas Lively2020-12-071-2/+2
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+13
* Update reference types (#3084)Daniel Wirtz2020-09-091-13/+0
* Fix the side effects of data.drop (#2996)Alon Zakai2020-07-281-3/+5
* Remove function index printing (#2742)Thomas Lively2020-04-091-56/+56
* Add EH support for EffectAnalyzer (#2631)Heejin Ahn2020-02-031-0/+1888