summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-util.cpp
AgeCommit message (Expand)Author
2023-01-06Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He
2022-12-21Further unify the autodiff passes. (#2574)Yong He
2022-12-07Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He
2022-11-02Rework differential conformance dictionary checking. (#2483)Yong He
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-07-12Support `class` types. (#2321)Yong He