summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-addr-inst-elimination.cpp
AgeCommit message (Expand)Author
2025-03-17Add auto-diff support for `GetOffsetPtr` (#6625)Sai Praveen Bangaru
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-24Use DebugDeclare instead of DebugValue. (#5404)Yong He
2024-09-18Report AD checkpoint contexts (#5058)venkataram-nv
2024-08-28Make tuple types work in autodiff. (#4923)Yong He
2024-08-12Warn when inout parameter is never written (#4777)venkataram-nv
2023-10-11Small warnings and bugs (#3272)Ellie Hermaszewska
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-05-09Fix function side-effectness prop logic. (#2875)Yong He
2023-03-23Fix various autodiff crashes related to interface usage. (#2730)Yong He
2023-03-14Support `fwd_diff(bwd_diff(f))`. (#2697)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-01Support `out` parameters in backward differentiation. (#2619)Yong He
2023-01-25Unify UpdateField and UpdateElement with access chain. (#2611)Yong He
2023-01-24Reimplement address elimination. (#2605)Yong He