summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-lower-result-type.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
2022-12-07Remove `construct` IR op. (#2555)Yong He
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-06-21Lower throwing COM interface method. (#2282)Yong He
2022-06-01Clean up void returns. (#2260)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He