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