summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-specialize-dynamic-associatedtype-lookup.cpp
Commit message (Expand)AuthorAge
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* formatEllie Hermaszewska2024-10-29
* Fix lowering of associated types and synthesis of dispatch functions. (#4568)Sai Praveen Bangaru2024-07-10
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Combine lookupWitness lowering with specialization. (#2794)Yong He2023-04-12
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He2023-02-16
* Rename IR opcodes to unify style. (#2556)Yong He2022-12-07
* Specialize and SSA in a loop + better diagnostics on dynamic dispatch failur...Yong He2022-09-06
* Fix matrix packing/unpacking logic. (#2393)Yong He2022-09-05
* Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He2022-08-22
* `is` and `as` operator and `Optional<T>`. (#2355)Yong He2022-08-10
* 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
* Passing associated type arguments to existential parameters + packing for `bo...Yong He2021-10-21
* Diagnostic for no type conformance + bug fix. (#1985)Yong He2021-10-21
* Fix a crash in `specializeDynamicAssociatedTypeLookup`. (#1979)Yong He2021-10-14
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Make witness and RTTI handles lower to `uint2`. (#1613)Yong He2020-11-20
* Use integer RTTI/witness handles in existential tuples. (#1598)Yong He2020-11-10
* Specialize witness table lookups. (#1596)Yong He2020-11-06