summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-lower-tuple-types.cpp
AgeCommit message (Expand)Author
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