summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Move optimizeSubsequentStructSet() to a new pass, HeapStoreOptimization...Alon Zakai2024-09-035-193/+250
* [NFC] Refactor LocalGraph to split up flow() for future laziness work (#6880)Alon Zakai2024-09-033-93/+165
* [NFC] Avoid repeated work in DeadArgumentElimination scanning (#6869)Alon Zakai2024-09-033-61/+141
* [FP16] Fix max opcode typo. (#6894)Brendan Dahl2024-09-031-1/+1
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-0310-11/+80
* [NFC] Change topological sort utilities to functions (#6889)Thomas Lively2024-09-033-75/+76
* Simplify ReorderGlobals using new topological sort utils (#6885)Thomas Lively2024-08-291-141/+62
* Add a utility for finding minimal topological sorts (#6884)Thomas Lively2024-08-292-9/+115
* [NFC] Refactor LocalGraph's core getSets API (#6877)Alon Zakai2024-08-2813-56/+72
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-2713-120/+124
* Check for required actions when parsing wast (#6874)Thomas Lively2024-08-271-3/+11
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-2714-40/+263
* [NFC] Optimize ParamUtils::getUsedParams() (#6866)Alon Zakai2024-08-264-18/+43
* Fix null dereference in FunctionValidator (#6849)mtb2024-08-261-2/+11
* Support more reference constants in wast scripts (#6865)Thomas Lively2024-08-264-22/+49
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-227-132/+171
* [NFC] Avoid quadratic time when precomputing blocks (#6862)Alon Zakai2024-08-211-0/+67
* [NFC] Avoid quadratic time in StackIROptimizer::removeUnneededBlocks() (#6859)Alon Zakai2024-08-211-5/+15
* Add a string lowering mode disallowing non-UTF-8 strings (#6861)Thomas Lively2024-08-213-2/+24
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-2113-10/+275
* [NFC] hash constant string as void* (#6863)Thomas Lively2024-08-211-1/+1
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-214-10/+21
* Fix encoding of heap type definitions (#6856)Thomas Lively2024-08-202-22/+22
* Add the upstream spec testsuite as a submodule (#6853)Thomas Lively2024-08-201-0/+3
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-2015-29/+218
* Validate array.init_elem segment in IRBuilder (#6852)Thomas Lively2024-08-191-0/+10
* Print explicit typeuses for non-MVP function types (#6851)Thomas Lively2024-08-191-2/+11
* [NFC] Use HeapType::getKind more broadly (#6846)Thomas Lively2024-08-1910-263/+363
* Add a pass for minimizing recursion groups (#6832)Thomas Lively2024-08-175-0/+808
* Fix direct comparisons with unshared basic heap types (#6845)Thomas Lively2024-08-166-12/+21
* Implement table.init (#6827)Alon Zakai2024-08-1627-32/+276
* Simplify validation of stale types (#6842)Thomas Lively2024-08-151-24/+9
* [NFC] Clean up Literal copy constructor (#6841)Alon Zakai2024-08-151-30/+27
* Save build ID in a source map (#6799)Marcin Kolny2024-08-153-1/+28
* Heap type `none` requires GC (#6840)Thomas Lively2024-08-141-1/+1
* Count supertypes when collecting module types (#6838)Thomas Lively2024-08-141-5/+1
* Monomorphization: Add a flag to control the required improvement (#6837)Alon Zakai2024-08-141-9/+50
* Heap2Local: Track interactions in detail (#6834)Alon Zakai2024-08-131-70/+105
* Add missing parser error check in makeArrayInitElem (#6835)Sofi Aberegg2024-08-131-0/+1
* [NFC] Separate out GlobalTypeRewriter::mapTypeNames (#6829)Thomas Lively2024-08-122-25/+32
* Add a TypeBuilder API for copying a heap type (#6828)Thomas Lively2024-08-124-59/+105
* GlobalTypeOptimization: Reorder fields in order to remove them (#6820)Alon Zakai2024-08-123-55/+151
* Set hasExplicitName for thunks generated in FuncCastEmulation. NFC (#6826)Sam Clegg2024-08-091-0/+1
* Typed continuations: update syntax of handler clauses (#6824)Frank Emrich2024-08-092-5/+3
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-0913-3/+187
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-0814-0/+107
* Simplify TopologicalOrders (#6811)Thomas Lively2024-08-072-28/+22
* Add a utility for comparing and hashing rec group shapes (#6808)Thomas Lively2024-08-075-0/+519
* GTO: Remove minor optimization of avoiding ChildLocalizer sometimes (#6818)Alon Zakai2024-08-071-21/+7
* [NFC][parser] Rename deftype and subtype (#6819)Thomas Lively2024-08-074-36/+43