summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-lower-generic-function.cpp
AgeCommit message (Expand)Author
2022-06-25Specialize generic/existential calls within generic functions. (#2294)Yong He
2022-06-23Preserve specialization cache in IR for specialization pass. (#2293)Yong He
2022-06-01Clean up void returns. (#2260)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-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2021-02-05Initial implementation of interface conjunctions (#1691)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-10Allow existential types in `StructuredBuffer` element type. (#1536)Yong He
2020-08-28Enable lower-generics pass universally. (#1518)Yong He
2020-08-18Support initializing an existential value from a generic value. (#1503)Yong He
2020-08-14Lower existential types. (#1497)Yong He
2020-08-05`AnyValue` based dynamic dispatch code gen (#1477)Yong He
2020-07-16Support associatedtype local variables and return values in dynamic dispatch ...Yong He
2020-07-15 IR pass to generate witness table wrappers. (#1443)Yong He
2020-07-15Refactor lower-generics pass into separate subpasses. (#1442)Yong He