summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-lower-existential.cpp
Commit message (Expand)AuthorAge
* Bug fix for createDynamicObject (#1927)Yong He2021-09-01
* Add `createDynamicObject` stdlib function. (#1923)Yong He2021-08-25
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley2020-11-19
* Use integer RTTI/witness handles in existential tuples. (#1598)Yong He2020-11-10
* Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He2020-09-04
* Reorder existential tuple elements. (#1516)Yong He2020-08-26
* Support initializing an existential value from a generic value. (#1503)Yong He2020-08-18
* Lower existential types. (#1497)Yong He2020-08-14