summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-peephole.h
AgeCommit message (Expand)Author
2024-10-29formatEllie Hermaszewska
2024-08-18Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2023-12-15Add ConstBufferPointer::subscript. (#3415)Yong He
2023-07-19Optimize specialization, and remove unnecessary calls to `simplifyIR`. (#2999)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-13Add Loop Unrolling Pass. (#2644)Yong He
2022-12-19Separate primal computations from unzipped function into an explicit function...Yong He
2022-06-21Lower throwing COM interface method. (#2282)Yong He