summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-generics-lowering-context.cpp
AgeCommit message (Expand)Author
2023-04-12Combine lookupWitness lowering with specialization. (#2794)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2022-12-07Rename IR opcodes to unify style. (#2556)Yong He
2022-09-05Multi parameter `__subscript` (#2392)Yong He
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2022-07-21Allow dynamic dispatch to handle nested interface-typed fields. (#2336)Yong He
2022-06-23Preserve specialization cache in IR for specialization pass. (#2293)Yong He
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
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-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-11-06Specialize witness table lookups. (#1596)Yong He
2020-09-04Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He
2020-09-02Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He
2020-08-28Enable lower-generics pass universally. (#1518)Yong He
2020-08-26Reorder existential tuple elements. (#1516)Yong He
2020-08-25Export witness table and RTTI objects in compiled libraries. (#1514)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-15Refactor lower-generics pass into separate subpasses. (#1442)Yong He