summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-lower-generic-function.cpp
Commit message (Expand)AuthorAge
* Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He2021-04-16
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Initial implementation of interface conjunctions (#1691)Tim Foley2021-02-05
* Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley2020-11-19
* Use integer RTTI/witness handles in existential tuples. (#1598)Yong He2020-11-10
* Allow existential types in `StructuredBuffer` element type. (#1536)Yong He2020-09-10
* 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
* IR pass to generate witness table wrappers. (#1443)Yong He2020-07-15
* Refactor lower-generics pass into separate subpasses. (#1442)Yong He2020-07-15