summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* [analysis] Add a lattice for value types (#6064)Thomas Lively2023-11-011-6/+53
* [analysis] Add a tuple lattice (#6062)Thomas Lively2023-10-311-17/+61
* [analysis] Implement a vector lattice (#6058)Thomas Lively2023-10-311-11/+63
* [analysis] Implement an array lattice (#6057)Thomas Lively2023-10-311-9/+49
* [analysis] Improve lattice fuzzer (#6050)Thomas Lively2023-10-271-118/+523
* [analysis] Simplify core analysis code (#6034)Thomas Lively2023-10-251-12/+12
* Fix handling of exported imported functions (#6044)Alon Zakai2023-10-242-2/+11
* [analysis][NFC] Create a TransferFunction concept (#6033)Thomas Lively2023-10-201-88/+23
* [analysis][NFC] Move the stack lattice to analysis/lattices (#6030)Thomas Lively2023-10-201-1/+1
* [analysis][NFC] Use C++20 concepts for Lattice (#6027)Thomas Lively2023-10-181-28/+27
* Fuzzer: Allow non-nullable locals (#6019)Alon Zakai2023-10-181-9/+30
* Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)Alon Zakai2023-10-172-9/+1
* Fuzzer: Move logic for adding a new local on demand to local.get (#6008)Alon Zakai2023-10-171-15/+36
* [NFC] Rename getSuperType to getDeclaredSuperType (#6015)Alon Zakai2023-10-172-6/+6
* [wasm-split] Fix instrumentation to work with memory 64 (#6013)Thomas Lively2023-10-161-21/+23
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-0/+1
* Asyncify: Improve comments (#5987)Heejin Ahn2023-10-031-1/+1
* Encode command line to UTF8 on Windows (#5671)Derek Schuff2023-09-141-3/+4
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-1/+1
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-1/+1
* Make final types the default (#5918)Thomas Lively2023-09-092-5/+3
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-1/+0
* wasm-ctor-eval: Limit memory to a reasonable amount (#5896)Alon Zakai2023-08-231-0/+11
* Rename multimemory flag (#5890)Ashley Nelson2023-08-212-3/+3
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-2/+1
* Lattice to model Stack (#5849)Bruce He2023-08-031-2/+68
* [NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)Alon Zakai2023-08-022-0/+2
* Add a Fuzzer for Lattice and Transfer Function Properties (#5831)Bruce He2023-07-262-0/+510
* wasm-merge: Fix locals in merged start (#5837)Alon Zakai2023-07-261-12/+14
* wasm-merge: Error on import loops (#5820)Alon Zakai2023-07-171-6/+10
* [wasm-merge] Handle chains of import/export (#5813)Jérôme Vouillon2023-07-171-1/+16
* Fuzzer: Emit more variations of If (#5806)Alon Zakai2023-07-101-2/+24
* Initial support for `final` types (#5803)Thomas Lively2023-07-062-1/+14
* [NFC] Fix the use of "strict" in subtypes.h (#5804)Thomas Lively2023-07-061-1/+1
* [NFC] Add a helper to get function DCE names in wasm-metadce (#5793)Alon Zakai2023-06-301-30/+15
* [wasm-metadce] Note ref.func connections + fix rooting of segment offsets (#5...Jérôme Vouillon2023-06-291-13/+28
* Fix opt/shrink levels when running the optimizer multiple times, Part 2 (#5787)Alon Zakai2023-06-271-19/+39
* Fuzzing for Try and Throw (#5776)Alon Zakai2023-06-213-3/+79
* Fuzzer: Limit ArrayNew sizes most of the time (#5738)Alon Zakai2023-05-221-2/+11
* Reintroduce wasm-merge (#5709)Alon Zakai2023-05-162-0/+589
* [Wasm GC] wasm-ctor-eval: Handle cycles of data (#5685)Alon Zakai2023-05-051-57/+376
* [EH] Support assert_exception (#5684)Heejin Ahn2023-04-231-3/+19
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-192-113/+26
* Fuzzer: Use subtype consistently in make() (#5674)Alon Zakai2023-04-191-4/+4
* [Wasm GC] Fuzz array.copy and array.fill (#5663)Alon Zakai2023-04-172-4/+88
* Remove the nominal type system (#5672)Thomas Lively2023-04-173-62/+37
* [Wasm GC] Improve GC operation coverage by using locals more (#5661)Alon Zakai2023-04-172-19/+60
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-144-47/+2
* wasm-reduce: Add more passes (#5667)Alon Zakai2023-04-141-0/+6
* [Wasm GC] Casts of a non-nullable bottom type to non-null fail (#5645)Alon Zakai2023-04-121-6/+4