summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-eliminate-multilevel-break.cpp
Commit message (Expand)AuthorAge
* Fix issue in multi-level break elimination by handling multi-level continue s...Sai Praveen Bangaru2025-07-28
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Fix def-use issue from multi-level break elimination (#6134)Sai Praveen Bangaru2025-01-20
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* SPIRV compiler performance fixes. (#3258)Yong He2023-10-04
* Fix various issues with trivial loops (#3149)Sai Praveen Bangaru2023-08-25
* Simplify IfElse instructions with a single trivial block (#3114)Ellie Hermaszewska2023-08-16
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Fix issue with nested loop unrolling (#3100)Sai Praveen Bangaru2023-08-14
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Fix corner case with multi-level break elimination (#2828)Sai Praveen Bangaru2023-04-22
* More fixes for reverse-mode on complicated loops (#2675)Sai Praveen Bangaru2023-02-27
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Add Loop Unrolling Pass. (#2644)Yong He2023-02-13
* Fix crash when processing nested switch. (#2624)Yong He2023-02-06
* Allow multi-level breaks to break out of `switch` statements. (#2451)Yong He2022-10-13
* Support multi-level break + single-return conversion + general inline. (#2436)Yong He2022-10-10