summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-lower-generic-call.cpp
Commit message (Expand)AuthorAge
* Cleanup refactoring work around the IR builder (#2061)Theresa Foley2021-12-17
* Fix crash: dynamic dispatch of generic interface method. (#1929)Yong He2021-09-03
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Use integer RTTI/witness handles in existential tuples. (#1598)Yong He2020-11-10
* Specialize witness table lookups. (#1596)Yong He2020-11-06
* Generate `if` based dispatch logic on GPU targets. (#1585)Yong He2020-10-22
* Bottleneck interface dispatch calls through a single function. (#1584)Yong He2020-10-20
* Enable lower-generics pass universally. (#1518)Yong He2020-08-28
* Support initializing an existential value from a generic value. (#1503)Yong He2020-08-18
* Lower existential types. (#1497)Yong He2020-08-14
* `AnyValue` based dynamic dispatch code gen (#1477)Yong He2020-08-05
* Support associatedtype local variables and return values in dynamic dispatch ...Yong He2020-07-16
* Refactor lower-generics pass into separate subpasses. (#1442)Yong He2020-07-15