summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-lower-optional-type.cpp
Commit message (Expand)AuthorAge
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Fix crash when using optional type in a generic. (#4341)Yong He2024-06-11
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Pool inst worklists and hashsets to avoid rehashing. (#2982)Yong He2023-07-12
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Run simple compute kernel in gfx-smoke test. (#2400)Yong He2022-09-15
* 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