summaryrefslogtreecommitdiff
path: root/test/lit/merge
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-144-12/+0
* [wasm64] Fix copying of 64-bit tables, and fuzz them (#7065)Alon Zakai2024-11-072-0/+31
* Source Maps: Support 5 segment mappings (#6795)Ömer Sinan Ağacan2024-10-012-14/+14
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-3/+3
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-202-0/+64
* Optimize ReorderGlobals ordering with a new algorithm (#6625)Alon Zakai2024-05-312-12/+11
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-254-25/+25
* Fixes regarding explicit names (#6466)Jérôme Vouillon2024-04-112-0/+164
* Fix import order in test/lit/merge/types.wat (#6490)Thomas Lively2024-04-111-17/+17
* wasm-merge: Check that the types of imports and exports match (#6437)Jérôme Vouillon2024-03-271-0/+84
* Regenerate test output (#6385)Thomas Lively2024-03-071-8/+4
* Add sourcemap support to wasm-metadce and wasm-merge (#6372)Jérôme Vouillon2024-03-062-0/+65
* Update lit tests to parse with the new parser (#6290)Thomas Lively2024-02-083-9/+10
* wasm-merge: Sort globals to ensure proper validation (#6221)Alon Zakai2024-01-113-5/+39
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-082-4/+4
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-202-36/+35
* Partially revert #6026 (#6043)Alon Zakai2023-10-231-1/+5
* RemoveUnusedModuleElements: Make exports skip trampolines (#6026)Alon Zakai2023-10-191-5/+1
* [typed-cont] Allow result types on tags (#5997)Frank Emrich2023-10-051-1/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-249-48/+48
* wasm-merge: Fix locals in merged start (#5837)Alon Zakai2023-07-263-3/+31
* wasm-merge: Error on import loops (#5820)Alon Zakai2023-07-171-10/+4
* [wasm-merge] Handle chains of import/export (#5813)Jérôme Vouillon2023-07-175-0/+52
* wasm-merge: Preserve imports when copying module items (#5743)Jérôme Vouillon2023-05-266-8/+72
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-1/+1
* Reintroduce wasm-merge (#5709)Alon Zakai2023-05-1622-0/+1173