summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-inst-pass-base.h
AgeCommit message (Expand)Author
2025-05-10Add debug information for slang inling (#6621)Mukund Keshava
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2023-10-25Add `IArray`. (#3281)Yong He
2023-07-12Pool inst worklists and hashsets to avoid rehashing. (#2982)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-03-22Type legalization and autodiff bug fixes. (#2722)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2022-12-19Separate primal computations from unzipped function into an explicit function...Yong He
2022-11-04Higher order differentiation. (#2487)Yong He
2022-10-10Support multi-level break + single-return conversion + general inline. (#2436)Yong He
2022-06-21Lower throwing COM interface method. (#2282)Yong He