summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-decl.cpp
AgeCommit message (Expand)Author
2023-10-26Add more diagnostics around use of custom derivatives. (#3291)Yong He
2023-10-25Add `IArray`. (#3281)Yong He
2023-10-25Support generic interfaces. (#3278)Yong He
2023-10-02More direct-SPIRV fixes. (#3257)Yong He
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-07Fix compiler crashing when `[BackwardDerivativeOf(fn)]` refers to an unresolv...Sai Praveen Bangaru
2023-09-07Fix erroneous diagnostic when checking a generic differentiable mutable metho...winmad
2023-09-01Fix GLSL code gen around RayQuery and HitObject types. (#3173)Yong He
2023-08-17Initial support for differentiating existential types (#3111)Sai Praveen Bangaru
2023-08-15squash warnings (#3113)Ellie Hermaszewska
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-07Fix `Val` deduplication bug. (#3050)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-27Fix push constant on global variables. (#3034)Yong He
2023-07-26Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru
2023-07-19Add `sampleCount` parameter for MS textures. (#3001)Yong He
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-06-29Issue diagnostic for incorrect parameter types & directionality when defining...Sai Praveen Bangaru
2023-05-30Fix derivative signature bug in checkDerivativeAttribute. (#2905)Yong He
2023-05-30Disallow duplicate enumerator names in the same enum (#2904)Ellie Hermaszewska
2023-05-03Improve intellisense for attribute arguments. (#2864)Yong He
2023-05-02gfx: fix vulkan validation errors. (#2861)Yong He
2023-04-28Use Index for FuncType param count (#2853)Ellie Hermaszewska
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-26Autodiff support for dynamically dispatched generic method. (#2846)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-13Warn on float-to-double coercion for arguments. (#2802)Yong He
2023-04-07Fix crash on overloaded custom derivative function (#2782)Sai Praveen Bangaru
2023-04-04Fix crash on encountering undefined identifier when checking derivative attri...Sai Praveen Bangaru
2023-03-23Fix various autodiff crashes related to interface usage. (#2730)Yong He
2023-03-23AD: Fix type checking for higher-order custom derivatives definitions (#2729)Sai Praveen Bangaru
2023-03-21[TreatAsDifferentiable] functions. (#2720)Yong He
2023-03-21Fix associated type resolution bug. (#2719)Yong He
2023-03-21Fix IntVal type check. (#2718)Yong He
2023-03-21Add texture tri-linear autodiff example. (#2715)Yong He
2023-03-16Fix Phi simplification bug. (#2710)Yong He
2023-03-13Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He
2023-03-08Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He
2023-03-07Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...Yong He
2023-02-24Support dynamic dispatch a backward differentiable function. (#2678)Yong He
2023-02-24Fix differential type registration through non-differentiable type. (#2677)Yong He
2023-02-17Fixed crash when lowering IR for no_diff struct member. (#2658)Yong He
2023-02-14Preliminary debugBreak support (#2647)jsmall-nvidia
2023-02-10Fix checking of `[BackwardDerivativeOf]` attribute. (#2640)Yong He
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He