summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-simplify-cfg.cpp
AgeCommit message (Expand)Author
2025-07-01extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska
2025-04-21Allow simplifying self-referential Phi parameters (#6870)Julius Ikkala
2025-04-11Add flag to hoist instructions (#6740)jarcherNV
2025-01-14Fix simplify if-else (#6077)cheneym2
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-05-17Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He
2023-11-16Unify stdlib `Texture` types into one generic type. (#3327)Yong He
2023-10-25Fix single iteration loop detection logic. (#3287)Yong He
2023-10-04SPIRV compiler performance fixes. (#3258)Yong He
2023-09-21Various slangpy fixes. (#3227)Yong He
2023-08-25Fix various issues with trivial loops (#3149)Sai Praveen Bangaru
2023-08-24Misc. SPIRV Fixes, Part 2. (#3147)Yong He
2023-08-16Simplify IfElse instructions with a single trivial block (#3114)Ellie Hermaszewska
2023-08-14Fix issue with nested loop unrolling (#3100)Sai Praveen Bangaru
2023-07-20Fix issue with loop elimination not working on certain side-effect-free loops...Sai Praveen Bangaru
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-06-26Fix DCE on mutable calls in a loop. (#2943)Yong He
2023-05-09Fix function side-effectness prop logic. (#2875)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-03-23Fix optimization pass not converging. (#2725)Yong He
2023-03-22Type legalization and autodiff bug fixes. (#2722)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
2023-01-23Full address insts elimination for backward autodiff. (#2604)Yong He
2022-11-10Fix inlining pass. (#2506)Yong He
2022-10-11Small IR cleanups. (#2441)Yong He
2022-10-10Support multi-level break + single-return conversion + general inline. (#2436)Yong He
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He