summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-ssa-simplification.h
Commit message (Expand)AuthorAge
* Add flag to hoist instructions (#6740)jarcherNV2025-04-11
* formatEllie Hermaszewska2024-10-29
* Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He2024-08-19
* Add option to preserve shader parameter declaration in output SPIRV. (#4344)Yong He2024-06-12
* Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He2024-05-17
* Allow default values for `extern` symbols. (#3632)Yong He2024-02-26
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Add ConstBufferPointer::subscript. (#3415)Yong He2023-12-15
* SPIRV compiler performance fixes. (#3258)Yong He2023-10-04
* Fix div-by-zero error during sccp. (#2911)Yong He2023-05-31
* More control flow simplifications. (#2673)Yong He2023-02-24
* Separate primal computations from unzipped function into an explicit function...Yong He2022-12-19
* Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He2022-02-25