summaryrefslogtreecommitdiff
path: root/test/passes/precompute_all-features.txt
Commit message (Expand)AuthorAgeFilesLines
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-2/+2
* Do not repeat types names in text output (#6499)Thomas Lively2024-04-161-27/+27
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-081-1/+1
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-16/+26
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-1/+1
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-1/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-27/+27
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-3/+3
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-21/+21
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-6/+6
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-1/+1
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-6/+6
* Remove externref (#4633)Thomas Lively2022-05-041-6/+6
* [Precompute][SIMD] Enable constant folding for simd (#4381)Max Graey2021-12-131-12/+3
* Revert "Partially fix Precompute on SIMD (#3983)" (#4002)Alon Zakai2021-07-191-8/+1
* Partially fix Precompute on SIMD (#3983)Alon Zakai2021-07-131-1/+8
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* 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
* Emit "elem declare" for functions that need it (#3653)Alon Zakai2021-03-041-0/+1
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-231-1/+1
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-10/+0
* Intern HeapTypes and clean up types code (#3428)Thomas Lively2020-12-071-1/+1
* Update reference types (#3084)Daniel Wirtz2020-09-091-7/+7
* Fix br_on_exn handling in ReFinalize (#2854)Heejin Ahn2020-05-151-0/+10
* Refactor expression runner so it can be used via the C and JS APIs (#2702)Daniel Wirtz2020-04-201-0/+3
* Fix reuse of constant nodes in Precompute (#2764)Heejin Ahn2020-04-141-0/+50
* Remove function index printing (#2742)Thomas Lively2020-04-091-19/+19
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-101-1/+9
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+4
* Remove FunctionType (#2510)Thomas Lively2019-12-111-22/+22
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-20/+20
* Do not precompute bulk memory operations (#2023)Thomas Lively2019-04-171-0/+252