summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-expr.cpp
Commit message (Expand)AuthorAge
* Extend `no_diff` to support subscript operations on resources and array varia...Sai Praveen Bangaru2023-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
* Disable l-value coercion for ref types (#2960)jsmall-nvidia2023-07-05
* Initial sizeof/alignof implementation. (#2954)jsmall-nvidia2023-07-05
* Fix for operator assignment issue (#2951)jsmall-nvidia2023-06-30
* Preserve type cast during AST constant folding. (#2912)Yong He2023-05-31
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* 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
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* WIP: "deprecated" attribute (#2698)Ellie Hermaszewska2023-04-17
* Warn on float-to-double coercion for arguments. (#2802)Yong He2023-04-13
* Fix IRArrayType emit logic. (#2754)Yong He2023-03-29
* Update checkpoint policy to make obvious recompute decisions. (#2753)Yong He2023-03-29
* Switch to short circuiting semantics for scalar `?:` operator. (#2733)Yong He2023-03-24
* Fix associated type resolution bug. (#2719)Yong He2023-03-21
* Add support for emitting cuda kernel and host functions. (#2712)Yong He2023-03-17
* 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
* Fix differential type registration through non-differentiable type. (#2677)Yong He2023-02-24
* Miscellaneous backward autodiff fixes. (#2665)Yong He2023-02-20
* Take into account existing initializer list type when performing coercions (#...Ellie Hermaszewska2023-02-11
* Arithmetic simplifications and more IR clean up logic. (#2632)Yong He2023-02-07
* Patch transcription of `inout` non differentiable params. (#2623)Yong He2023-02-04
* Overhaul `transposeParameterBlock` to support `inout` params. (#2621)Yong He2023-02-03
* Add transposition logic for constructor opcodes. (#2618)Yong He2023-01-30
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Reimplement address elimination. (#2605)Yong He2023-01-24
* Add diagnostic for calling non-bwd-diff func from bwd-diff func. (#2602)Yong He2023-01-19
* Make backward differentiation work with generics. (#2586)Yong He2023-01-11
* More type support for reverse-mode (#2551)Sai Praveen Bangaru2022-12-08
* Allow `no_diff` on `this` parameter. (#2543)Yong He2022-12-01
* Fix missing semantic highlighting in attributes and ExtractExitentialValueExp...Yong He2022-11-30
* Allow `no_diff` modifier on parameters (#2538)Yong He2022-11-29
* Bug fix: partially specialized non-static generic invoke missing `this` argum...Yong He2022-11-29
* Data flow validation pass for diagnosing derivative loss. (#2523)Yong He2022-11-18
* Language server improvements for auto-diff. (#2521)Yong He2022-11-16
* Clean up type checking of higher order expressions. (#2519)Yong He2022-11-16
* Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu2022-11-14
* Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He2022-11-09
* Higher order differentiation. (#2487)Yong He2022-11-04
* Rework differential conformance dictionary checking. (#2483)Yong He2022-11-02
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Fix language server crash on incomplete higher order invoke expr. (#2476)Yong He2022-10-28
* Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)Yong He2022-10-27
* Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He2022-10-27
* Auto synthesis of IDifferntial interface methods. (#2469)Yong He2022-10-27
* Auto synthesis of Differential type (#2466)Yong He2022-10-26