summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* OptimizeInstructions: Simplify tuple.extract of tuple.make (#5938)Alon Zakai2023-09-141-32/+71
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-1331-121/+139
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-136-23/+23
* Fix stacky-nn-tuple.test.wasm (#5934)Thomas Lively2023-09-131-0/+0
* Use standard GC encodings by default (#5873)Thomas Lively2023-09-122-0/+0
* Remove legacy GC text syntax (#5929)Thomas Lively2023-09-123-204/+2
* Fix printing of types for imported functions (#5927)Thomas Lively2023-09-113-3/+3
* Make final types the default (#5918)Thomas Lively2023-09-0966-695/+680
* DebugInfo: Don't trample in replaceCurrent() (#5915)Alon Zakai2023-08-311-0/+32
* DebugInfo: Fix loss of debug info in replaceCurrent() (#5914)Alon Zakai2023-08-311-0/+40
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-3122-128/+71
* Parse non-nullable tuple elements without special handling (#5910)Thomas Lively2023-08-301-5/+3
* Source maps: Fix locations without debug info between ones that do (#5906)Alon Zakai2023-08-301-0/+122
* Validate and fix up tuples with non-nullable elements (#5909)Thomas Lively2023-08-303-12/+200
* Print all debug annotations when BINARYEN_PRINT_FULL (#5904)Alon Zakai2023-08-291-0/+67
* Improve debug info printing with depth (#5903)JesseChen2023-08-281-0/+5
* Refactor IRBuilder to build blocks internally (#5901)Thomas Lively2023-08-281-97/+126
* GlobalStructInference: Add missing ReFinalize (#5898)Alon Zakai2023-08-241-0/+47
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-24528-16570/+16569
* Fix merging of unrelated types in TypeMerging (#5897)Thomas Lively2023-08-231-0/+74
* Fix a merge conflict on main (#5899)Alon Zakai2023-08-231-1/+1
* SignatureRefining: Handle updates to call.without.effects (#5884)Alon Zakai2023-08-231-1/+98
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-2356-1200/+1203
* Fix assertion failure in RemoveUnusedBrs (#5895)Thomas Lively2023-08-231-0/+39
* wasm-ctor-eval: Limit memory to a reasonable amount (#5896)Alon Zakai2023-08-231-0/+42
* Update stringref text format (#5891)Jérôme Vouillon2023-08-223-54/+230
* Make the legacy parser follow more closely the standard GC text format (#5889)Jérôme Vouillon2023-08-223-0/+257
* Rename multimemory flag (#5890)Ashley Nelson2023-08-2118-32/+32
* Improve br_on* optimizations (#5887)Thomas Lively2023-08-222-73/+497
* Fix finalization of call_ref to handle refined target types (#5883)Thomas Lively2023-08-211-0/+70
* Fix SSA on null refinement (#5886)Alon Zakai2023-08-171-0/+28
* ReFinalize in TypeSSA (#5885)Alon Zakai2023-08-171-0/+33
* Further improve ref.cast during finalization (#5882)Thomas Lively2023-08-176-15/+19
* Ensure br_on_cast* target type is subtype of input type (#5881)Thomas Lively2023-08-176-34/+34
* Improve cast optimizations (#5876)Thomas Lively2023-08-173-26/+563
* Heap2Local: Refinalize if we end up refining (#5879)Alon Zakai2023-08-171-1/+51
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-0921-1776/+149
* LinearExecutionWalker: Optionally connect blocks for Br and BrOn (#5869)Alon Zakai2023-08-099-78/+134
* OptimizeCasts: Connect adjacent blocks in LinearExecutionWalker (#5866)Alon Zakai2023-08-082-21/+80
* LocalCSE: Connect adjacent blocks in LinearExecutionWalker (#5867)Alon Zakai2023-08-082-4/+53
* SimplifyGlobals: Connect adjacent blocks in LinearExecutionWalker (#5865)Alon Zakai2023-08-081-0/+55
* LinearExecutionTraversal: Add an option to connect adjacent code, use in Simp...Alon Zakai2023-08-087-20/+116
* Delete test without use (#5858)Ashley Nelson2023-08-071-80/+0
* Fix LinearExecutionWalker on calls (#5857)Alon Zakai2023-08-074-2/+205
* Lattice to model Stack (#5849)Bruce He2023-08-032-34/+215
* [Outlining] Integration test for suffix_tree and stringify (#5839)Ashley Nelson2023-08-031-3/+40
* [NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)Alon Zakai2023-08-021-0/+1
* Fix a fuzz bug in TypeMapper (#5851)Thomas Lively2023-08-021-0/+35
* GUFA: Infer using TrapsNeverHappen (#5850)Alon Zakai2023-08-024-3/+3136
* [Wasm GC] Stop printing deprecated cast etc. instructions (#5852)Thomas Lively2023-08-0210-25/+25