summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-witness-table-wrapper.cpp
Commit message (Expand)AuthorAge
* Minimal optional constraints (#7422)Julius Ikkala2025-06-28
* Allow partial specialization of existential arguments. (#6487)Yong He2025-02-28
* formatEllie Hermaszewska2024-10-29
* Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska2023-07-06
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Multi parameter `__subscript` (#2392)Yong He2022-09-05
* Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He2022-08-22
* New language feature: basic error handling. (#2253)Yong He2022-06-01
* Initial support for COM interface in host code. (#2230)Yong He2022-05-10
* Fix errors when building with the latest Xcode (#2215)Vincent Isambart2022-04-28
* Cleanup refactoring work around the IR builder (#2061)Theresa Foley2021-12-17
* 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
* Enable lower-generics pass universally. (#1518)Yong He2020-08-28
* Support initializing an existential value from a generic value. (#1503)Yong He2020-08-18
* `AnyValue` based dynamic dispatch code gen (#1477)Yong He2020-08-05
* IR pass to generate witness table wrappers. (#1443)Yong He2020-07-15