summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-val.cpp
AgeCommit message (Expand)Author
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2022-11-29Allow `no_diff` modifier on parameters (#2538)Yong He
2022-11-23Autodiff through simple dynamic dispatch. (#2527)Yong He
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-10-13Fix missing implementations in ConjunctionSubtypeWitness. (#2449)Yong He
2022-09-20Support partial inference of generic arguments (#2404)Theresa Foley
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-09-01Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He
2022-08-24Allow `static const` interface requirements. (#2378)Yong He
2022-08-24Compiler time evaluation of all int and bool operators. (#2376)Yong He
2022-08-22Support compile-time constant int val in the form of polynomials. (#2372)Yong He
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-03-01Doc improvements (#1729)jsmall-nvidia
2021-02-02Remove GlobalGenericParamSubstitution (#1684)Tim Foley
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-08-27Clean up the way that lookup "through" a base type is encoded (#1519)Tim Foley
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-06-03Devirtualize AST types (#1368)jsmall-nvidia