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