summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-eliminate-phis.cpp
Commit message (Expand)AuthorAge
* Clean up Slang IR representation of undefined values (#8708)Theresa Foley2025-10-15
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Fix Phi elimination pass sometimes leaving broken insts in release builds (#7...Julius Ikkala2025-06-25
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* SPIRV compiler performance fixes. (#3258)Yong He2023-10-04
* Fix subtle corner-case with vars getting hoisted out of the loop creating unn...Sai Praveen Bangaru2023-08-30
* Wave intrinsics. (#3164)Yong He2023-08-29
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Register allocation during phi elimination. (#2613)Yong He2023-01-27
* Small IR cleanups. (#2441)Yong He2022-10-11
* Support multi-level break + single-return conversion + general inline. (#2436)Yong He2022-10-10
* Remove LivenessLocation (#2248)jsmall-nvidia2022-05-26
* Liveness tracking with phis (#2233)jsmall-nvidia2022-05-17
* Use IR pass to eliminate phi nodes (#2226)Theresa Foley2022-05-10