summaryrefslogtreecommitdiff
path: root/src/ir
Commit message (Expand)AuthorAgeFilesLines
* Do not optimize atomic gets in GUFA (#7161)Thomas Lively2024-12-191-0/+24
* Support atomic struct accessors (#7155)Thomas Lively2024-12-181-0/+15
* Fix GUFA on calls to function refs in open world (#7135)Alon Zakai2024-12-041-13/+30
* [NFC] Encapsulate source map reader state (#7132)Thomas Lively2024-12-031-24/+12
* Fixup block-nested pops even when EH is not enabled (#7130)Thomas Lively2024-12-032-4/+11
* Make more Ifs unreachable (#7094)Thomas Lively2024-11-271-1/+1
* Remove AutoDrop (#7106)Thomas Lively2024-11-221-88/+0
* Propagate public visibility through all types (#7105)Thomas Lively2024-11-211-11/+8
* LocalGraph::canMoveSet (#7039)Alon Zakai2024-11-112-41/+203
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-073-7/+7
* [wasm64] Fix copying of 64-bit tables, and fuzz them (#7065)Alon Zakai2024-11-071-0/+1
* [wasm64] Fix wasm-ctor-eval + utils on 64-bit indexes for memory64 (#7059)Alon Zakai2024-11-061-2/+7
* Module splitting: don't create new tables when splitting with Emscripten (#7050)Derek Schuff2024-11-021-6/+18
* [NFC] Use more precise types for Expression IDs (#7038)Alon Zakai2024-10-301-1/+1
* [EH][GC] Add missing subtyping constraints from TryTable (#7012)Alon Zakai2024-10-161-1/+7
* Fix BranchUtils::operateOnScopeNameUsesAndSentValues() on BrOn (#6995)Alon Zakai2024-10-101-1/+2
* Source Maps: Support 5 segment mappings (#6795)Ömer Sinan Ağacan2024-10-012-13/+69
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-262-0/+8
* [NFC] Use an unordered map in Parents (#6970)Alon Zakai2024-09-261-1/+1
* [NFC] Eagerly create Functions in binary parser (#6957)Thomas Lively2024-09-191-1/+4
* [NFC] Add isSSA to LazyLocalGraph, and use it in OptimizeAddedConstants (#6952)Alon Zakai2024-09-182-0/+47
* [NFC + bugfix] Remove BreakTargetLocation from GUFA (#6956)Alon Zakai2024-09-182-52/+34
* Improve types for null accesses and remove hacks (#6954)Thomas Lively2024-09-181-19/+0
* [wasm-split] Minimize non-function export names (#6951)Thomas Lively2024-09-171-2/+5
* [wasm-split] Configure split functions rather than kept functions (#6949)Thomas Lively2024-09-172-4/+4
* [wasm-split] Run RemoveUnusedElements on secondary modules (#6945)Thomas Lively2024-09-171-0/+11
* [wasm-split] Add an option to skip importing placeholders (#6942)Thomas Lively2024-09-162-22/+39
* Remove open "ignorable public" array types (#6940)Thomas Lively2024-09-161-0/+4
* [NFC] Make Precompute use a lazy LocalGraph (#6934)Alon Zakai2024-09-122-6/+72
* Replace the old topological sort everywhere (#6902)Thomas Lively2024-09-102-131/+75
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-103-36/+156
* [NFC] Make LazyLocalGraph even lazier (#6919)Alon Zakai2024-09-102-6/+26
* [NFC] LazyLocalGraph: Add getSetInfluences() (#6909)Alon Zakai2024-09-092-17/+92
* [NFC] Rename topological_orders.h to topological_sort.h (#6915)Thomas Lively2024-09-071-1/+1
* [NFC] Rename the old topological sort utility (#6914)Thomas Lively2024-09-062-3/+2
* Fix supertype counts when collecting heap types (#6905)Thomas Lively2024-09-051-12/+1
* [NFC] Add a more powerful API for collecting heap types (#6904)Thomas Lively2024-09-052-116/+177
* [NFC] Add a lazy mode to LocalGraph (#6895)Alon Zakai2024-09-052-56/+207
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-73/+59
* [NFC] Convert LocalGraph influences accesses to function calls (#6899)Alon Zakai2024-09-041-5/+25
* [NFC] Refactor LocalGraph to split up flow() for future laziness work (#6880)Alon Zakai2024-09-032-93/+164
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-031-0/+2
* [NFC] Refactor LocalGraph's core getSets API (#6877)Alon Zakai2024-08-283-33/+49
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-271-4/+4
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-272-0/+14
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-212-0/+24
* [NFC] hash constant string as void* (#6863)Thomas Lively2024-08-211-1/+1
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-205-3/+86
* [NFC] Use HeapType::getKind more broadly (#6846)Thomas Lively2024-08-192-11/+23
* Implement table.init (#6827)Alon Zakai2024-08-166-0/+20