summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-sccp.cpp
AgeCommit message (Expand)Author
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-06-12Add constant folding for % operator. (#4359)Yong He
2024-03-26Fix the sign-extending issue in right shift (#3820)kaizhangNV
2023-10-04SPIRV compiler performance fixes. (#3258)Yong He
2023-09-21Various slangpy fixes. (#3227)Yong He
2023-08-28Add `target_switch` and `intrinsic_asm` statement. (#3154)Yong He
2023-07-19Optimize specialization, and remove unnecessary calls to `simplifyIR`. (#2999)Yong He
2023-05-31Fix div-by-zero error during sccp. (#2911)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-03-23Fix optimization pass not converging. (#2725)Yong He
2023-02-24More control flow simplifications. (#2673)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-12-07Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-03-18Fix type truncation during SCCP. (#2163)Yong He
2022-03-01Fix folding of no-arg constructs in SCCP pass (#2148)Theresa Foley
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia