summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-lower-existential.cpp
AgeCommit message (Expand)Author
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-05-10Initial support for COM interface in host code. (#2230)Yong He
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-09-01Bug fix for createDynamicObject (#1927)Yong He
2021-08-25Add `createDynamicObject` stdlib function. (#1923)Yong He
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
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