summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-peephole.cpp
Commit message (Expand)AuthorAge
...
* Separate primal computations from unzipped function into an explicit function...Yong He2022-12-19
* Rename IR opcodes to unify style. (#2556)Yong He2022-12-07
* Remove `construct` IR op. (#2555)Yong He2022-12-07
* Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He2022-12-07
* Make `__BuiltinFloatingPointType` conform to `IDifferentiable`. (#2499)Yong He2022-11-08
* Run simple compute kernel in gfx-smoke test. (#2400)Yong He2022-09-15
* `is` and `as` operator and `Optional<T>`. (#2355)Yong He2022-08-10
* Basic pointer usages. (#2342)Yong He2022-08-03
* Lower throwing COM interface method. (#2282)Yong He2022-06-21