summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [FP16] Fix replace lane for F16x8. (#6906)Brendan Dahl2024-09-061-0/+7
* Adds a J2CL specific pass that moves itable entries to vtables (#6888)Roberto Lublinerman2024-09-064-0/+242
* Avoid conflicts with public rec groups in MinimizeRecGroups (#6911)Thomas Lively2024-09-061-0/+80
* [NFC] Avoid wasted LocalGraph work in MergeLocals (#6908)Alon Zakai2024-09-051-0/+30
* Fix supertype counts when collecting heap types (#6905)Thomas Lively2024-09-059-83/+74
* [NFC] Add a lazy mode to LocalGraph (#6895)Alon Zakai2024-09-051-0/+82
* Only generate string.consts custom section if it is needed (#6893)Goktug Gokdogan2024-09-051-0/+22
* [NFC] Use Index instead of size_t in topological sort util (#6903)Thomas Lively2024-09-051-18/+18
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-0430-465/+466
* [NFC] Take custom comparator in TopologicalSort::minSort (#6890)Thomas Lively2024-09-041-23/+23
* [NFC] Move optimizeSubsequentStructSet() to a new pass, HeapStoreOptimization...Alon Zakai2024-09-035-2/+62
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-032-30/+125
* [NFC] Change topological sort utilities to functions (#6889)Thomas Lively2024-09-031-9/+7
* Add a utility for finding minimal topological sorts (#6884)Thomas Lively2024-08-291-0/+55
* Move lit test temporary files to out/test/ (#6887)Thomas Lively2024-08-291-1/+1
* [NFC] Refactor LocalGraph's core getSets API (#6877)Alon Zakai2024-08-281-12/+12
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-273-36/+36
* Check for required actions when parsing wast (#6874)Thomas Lively2024-08-271-0/+8
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-272-30/+223
* [NFC] Optimize ParamUtils::getUsedParams() (#6866)Alon Zakai2024-08-261-0/+31
* Fix null dereference in FunctionValidator (#6849)mtb2024-08-261-0/+14
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-2215-2/+55
* Add a string lowering mode disallowing non-UTF-8 strings (#6861)Thomas Lively2024-08-214-0/+22
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-212-1/+266
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-215-2212/+0
* Fix encoding of heap type definitions (#6856)Thomas Lively2024-08-201-963/+0
* Add the upstream spec testsuite as a submodule (#6853)Thomas Lively2024-08-2060-32153/+35
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-2025-385/+2539
* Validate array.init_elem segment in IRBuilder (#6852)Thomas Lively2024-08-191-1/+11
* Print explicit typeuses for non-MVP function types (#6851)Thomas Lively2024-08-191-0/+51
* Add a pass for minimizing recursion groups (#6832)Thomas Lively2024-08-175-0/+1873
* Fix direct comparisons with unshared basic heap types (#6845)Thomas Lively2024-08-162-18/+131
* Implement table.init (#6827)Alon Zakai2024-08-169-60/+423
* [NFC] Avoid v128 in rec groups with no other v128 uses (#6843)Alon Zakai2024-08-151-14/+14
* Save build ID in a source map (#6799)Marcin Kolny2024-08-152-0/+7
* Heap type `none` requires GC (#6840)Thomas Lively2024-08-143-4/+12
* Count supertypes when collecting module types (#6838)Thomas Lively2024-08-141-3/+3
* Monomorphization: Add a flag to control the required improvement (#6837)Alon Zakai2024-08-145-12/+1668
* Heap2Local: Track interactions in detail (#6834)Alon Zakai2024-08-131-0/+57
* GlobalTypeOptimization: Reorder fields in order to remove them (#6820)Alon Zakai2024-08-121-15/+443
* Typed continuations: update syntax of handler clauses (#6824)Frank Emrich2024-08-092-8/+8
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-092-30/+242
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-082-0/+101
* GTO: Remove minor optimization of avoiding ChildLocalizer sometimes (#6818)Alon Zakai2024-08-071-5/+11
* [parser] Fix bug when printing type builder errors (#6817)Thomas Lively2024-08-061-0/+11
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-062-0/+94
* [Source maps] Handle single-segment entries in source map header decoder (#6794)Ömer Sinan Ağacan2024-08-062-0/+64
* Make source parser consistent with binary parser when naming things. NFC (#6813)Sam Clegg2024-08-065-16/+16
* Add a utility for iterating over all topological orders (#6801)Thomas Lively2024-08-052-0/+102
* Fix shareability handling in TypeSSA collision logic (#6798)Alon Zakai2024-08-011-0/+39