summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a disjoint sets (union-find) utility (#6797)Thomas Lively2024-08-012-0/+107
* Use Names::getValidNameGivenExisting in binary reading (#6793)Alon Zakai2024-07-318-28/+45
* Fix shareability of externalized nulls (#6791)Alon Zakai2024-07-301-0/+8
* Add a customizable title to Metrics reporting (#6792)Alon Zakai2024-07-3014-3/+60
* Add a Tarjan's Strongly Connected Component utilty (#6790)Thomas Lively2024-07-302-0/+312
* Fix shareability of internalized nulls (#6789)Alon Zakai2024-07-291-0/+11
* Generalize Literal::externalize/internalize for strings and shareability (#6784)Alon Zakai2024-07-292-0/+35
* [wasm-reduce] Do not crash on non-func element segments (#6778)Thomas Lively2024-07-262-1/+24
* Cost analysis: Remove "Unacceptable" hack (#6782)Alon Zakai2024-07-251-7/+136
* TupleOptimization: Properly handle subtyping in copies (#6786)Alon Zakai2024-07-251-2/+40
* Validate RefAsNonNull (#6785)Alon Zakai2024-07-241-0/+13
* Properly validate ref.cast when lacking a common supertype (#6741)Alon Zakai2024-07-231-0/+10
* [threads] Calculate shared heap type depths in subtypes.h (#6777)Thomas Lively2024-07-232-14/+66
* Heap2Local: Properly handle failing array casts (#6772)Alon Zakai2024-07-181-0/+125
* [threads] Update the fuzzer for shared types (#6771)Thomas Lively2024-07-181-46/+37
* Validate features for types used in element segments (#6769)Thomas Lively2024-07-181-0/+12
* Monomorphization: Add a limit on the number of parameters (#6774)Alon Zakai2024-07-181-0/+400
* Validate features for types used in tables (#6768)Thomas Lively2024-07-181-0/+12
* [threads] ref.i31_shared requires shared-everything in validation (#6767)Thomas Lively2024-07-181-0/+12
* Monomorphize all the things (#6760)Alon Zakai2024-07-185-305/+2071