summaryrefslogtreecommitdiff
path: root/test/passes/simplify-locals_all-features.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-2/+2
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-4/+4
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-39/+39
* 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-9/+9
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-58/+58
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-3/+3
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-58/+44
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-1/+1
* Remove externref (#4633)Thomas Lively2022-05-041-1/+1
* [EH] Convert EH tests into lit tests (#3923)Heejin Ahn2021-06-081-86/+0
* 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-2/+2
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-231-12/+12
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-5/+5
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-25/+0
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-33/+17
* [GC] Fix parsing/printing of ref types using i31 (#3469)Alon Zakai2021-01-071-3/+3
* Intern HeapTypes and clean up types code (#3428)Thomas Lively2020-12-071-3/+3
* SimplifyLocals fuzz fix: Don't be confused by subtype assigns. (#3267)Alon Zakai2020-10-211-0/+18
* Update Pop text format to handle tuples (#3116)Thomas Lively2020-09-111-4/+4
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+13
* Update reference types (#3084)Daniel Wirtz2020-09-091-17/+4
* Fix the side effects of data.drop (#2996)Alon Zakai2020-07-281-3/+24
* Prevent calls from sinking into 'try' (#2899)Heejin Ahn2020-06-071-0/+38
* Prevent pops from sinking in SimplifyLocals (#2885)Heejin Ahn2020-06-031-0/+43
* Add EH support for SimplifyLocals (#2858)Heejin Ahn2020-05-191-0/+46
* Remove function index printing (#2742)Thomas Lively2020-04-091-56/+56
* Add EH support for EffectAnalyzer (#2631)Heejin Ahn2020-02-031-100/+106
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+13
* Remove FunctionType (#2510)Thomas Lively2019-12-111-81/+79
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-28/+27
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-2/+2
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-0/+1878