summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-lower-tuple-types.cpp
AgeCommit message (Expand)Author
2025-07-01extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-08-28Make tuple types work in autodiff. (#4923)Yong He
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-07-12Pool inst worklists and hashsets to avoid rehashing. (#2982)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-04-29Update gfx back-ends to handle static specialization (#1826)Tim Foley
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2020-08-18Support initializing an existential value from a generic value. (#1503)Yong He
2020-08-14Fix tuple type lowering (#1499)Yong He
2020-08-13IR support for Tuple types. (#1492)Yong He