summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-lower-existential.cpp
Commit message (Expand)AuthorAge
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* formatEllie Hermaszewska2024-10-29
* Support mutable existential parameters. (#3836)Yong He2024-03-26
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Run simple compute kernel in gfx-smoke test. (#2400)Yong He2022-09-15
* Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He2022-08-22
* Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He2022-07-25
* New language feature: basic error handling. (#2253)Yong He2022-06-01
* Initial support for COM interface in host code. (#2230)Yong He2022-05-10
* Cleanup refactoring work around the IR builder (#2061)Theresa Foley2021-12-17
* Bug fix for createDynamicObject (#1927)Yong He2021-09-01
* Add `createDynamicObject` stdlib function. (#1923)Yong He2021-08-25
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* 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 mixing unspecialized and specialized existential parameters. (#1533)Yong He2020-09-04
* Reorder existential tuple elements. (#1516)Yong He2020-08-26
* Support initializing an existential value from a generic value. (#1503)Yong He2020-08-18
* Lower existential types. (#1497)Yong He2020-08-14