summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-witness-table-wrapper.cpp
AgeCommit message (Expand)Author
2025-06-28Minimal optional constraints (#7422)Julius Ikkala
2025-02-28Allow partial specialization of existential arguments. (#6487)Yong He
2024-10-29formatEllie Hermaszewska
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2022-09-05Multi parameter `__subscript` (#2392)Yong He
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-05-10Initial support for COM interface in host code. (#2230)Yong He
2022-04-28Fix errors when building with the latest Xcode (#2215)Vincent Isambart
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2020-11-19Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley
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-05`AnyValue` based dynamic dispatch code gen (#1477)Yong He
2020-07-15 IR pass to generate witness table wrappers. (#1443)Yong He