summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-type.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Move HeapType::isBottom() to header (#7150)Thomas Lively2024-12-131-25/+0
* [NFC] Encode reference types with bit packing (#7142)Thomas Lively2024-12-101-286/+78
* [NFC] Simplify TypeGraphWalker in wasm-type.cpp (#7143)Thomas Lively2024-12-101-213/+139
* [NFC] Move a TypeInfo constructor out of a header (#6979)Alon Zakai2024-10-011-0/+2
* [NFC] Move enough of wasm-type.cpp into wasm-type.h to inline core is*() meth...Alon Zakai2024-09-161-112/+12
* Remove open "ignorable public" array types (#6940)Thomas Lively2024-09-161-9/+1
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-201-0/+2
* [NFC] Use HeapType::getKind more broadly (#6846)Thomas Lively2024-08-191-74/+87
* Heap type `none` requires GC (#6840)Thomas Lively2024-08-141-1/+1
* Add a TypeBuilder API for copying a heap type (#6828)Thomas Lively2024-08-121-2/+2
* Restore isString type methods (#6815)Thomas Lively2024-08-061-0/+2
* [NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804)Thomas Lively2024-08-061-103/+74
* [NFC] Remove unused `isException` type methods (#6802)Thomas Lively2024-08-051-6/+0
* [threads] Fix feature detection for shared basic heap types (#6756)Thomas Lively2024-07-161-4/+4
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-4/+0
* [NFC] Add HeapType::getFeatures() (#6707)Alon Zakai2024-06-271-86/+90
* [threads] Validate shared-to-unshared edges in heap types (#6698)Thomas Lively2024-06-251-18/+51
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-191-76/+114
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-3/+10
* [threads] Parse, build, and print shared composite types (#6654)Thomas Lively2024-06-121-0/+28
* Rewrite wasm-shell to use new wast parser (#6601)Thomas Lively2024-05-171-1/+9
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-82/+33
* [Parser] Pop past unreachables where possible (#6489)Thomas Lively2024-04-161-0/+13
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-6/+34
* Fix stringview subtyping (#6440)Thomas Lively2024-03-261-7/+30
* Mark non-closed types as requiring GC (#6421)Thomas Lively2024-03-211-1/+1
* Strings: Add some interpreter support (#6304)Alon Zakai2024-02-141-1/+2
* Properly stringify names in tests (#6279)Thomas Lively2024-02-061-3/+4
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-4/+2
* [EH] Add exnref type back (#6149)Heejin Ahn2023-12-081-0/+34
* [analysis] Add an experimental TypeGeneralizing optimization (#6080)Thomas Lively2023-11-081-0/+14
* Typed Continuations: Add cont type (#5998)Frank Emrich2023-10-241-0/+107
* Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)Alon Zakai2023-10-171-0/+41
* [NFC] Rename getSuperType to getDeclaredSuperType (#6015)Alon Zakai2023-10-171-5/+7
* Add an "unsubtyping" optimization (#5982)Thomas Lively2023-10-101-0/+4
* Support i8/i16 mutable arrays as public types for string interop (#5814)Alon Zakai2023-09-211-0/+23
* Make final types the default (#5918)Thomas Lively2023-09-091-11/+10
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-14/+20
* Improve cast optimizations (#5876)Thomas Lively2023-08-171-0/+25
* Fix a fuzz bug in TypeMapper (#5851)Thomas Lively2023-08-021-7/+34
* Initial support for `final` types (#5803)Thomas Lively2023-07-061-39/+51
* [NFC] Simplify `Tuple` by making it an alias of `TypeList` (#5775)Thomas Lively2023-06-201-26/+29
* [NFC] Rewrite isorecursive canonicalization (#5774)Thomas Lively2023-06-151-341/+158
* [NFC] Simplify the HeapTypeStore (#5765)Thomas Lively2023-06-131-107/+38
* [NFC] Simplify rec group initialization in wasm-type.cpp (#5683)Thomas Lively2023-04-201-34/+25
* [NFC] Minor simplifications in wasm-type.cpp (#5680)Thomas Lively2023-04-201-43/+12
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-191-122/+8
* Remove the nominal type system (#5672)Thomas Lively2023-04-171-148/+13
* Note function signature param/result features for validation (#5542)Alon Zakai2023-03-031-42/+69
* Add a fuzzer utility for ensuring types are inhabitable (#5541)Thomas Lively2023-03-031-0/+27