summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-lower-generic-call.cpp
AgeCommit message (Expand)Author
2021-02-16Add an accessor for IRInst opcode (#1707)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-10-22Generate `if` based dispatch logic on GPU targets. (#1585)Yong He
2020-10-20Bottleneck interface dispatch calls through a single function. (#1584)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-15Refactor lower-generics pass into separate subpasses. (#1442)Yong He