summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-lower-existential.cpp
AgeCommit message (Expand)Author
2020-11-19Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley
2020-11-10Use integer RTTI/witness handles in existential tuples. (#1598)Yong He
2020-09-04Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He
2020-08-26Reorder existential tuple elements. (#1516)Yong He
2020-08-18Support initializing an existential value from a generic value. (#1503)Yong He
2020-08-14Lower existential types. (#1497)Yong He