summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-expr.cpp
AgeCommit message (Expand)Author
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-11-02Allow enum cases to be used in attribute arguments. (#5478)Yong He
2024-10-30Constant-fold for the type-casting in switch-case labels (#5436)Jay Kwak
2024-10-29formatEllie Hermaszewska
2024-10-20Properly check switch case. (#5341)Yong He
2024-10-09Support constant folding for static array access. (#5248)Yong He
2024-10-03Support custom derivatives of member functions of differentiable types (#5124)Sai Praveen Bangaru
2024-10-01SizeOfLikeExpr has type int (#5205)Ellie Hermaszewska
2024-09-27Fix l-value computation for subscript call. (#5177)Yong He
2024-09-20Initial `Atomic<T>` type implementation. (#5125)Yong He
2024-09-19Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru
2024-09-18Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He
2024-09-04Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980)Yong He
2024-08-28Make tuple types work in autodiff. (#4923)Yong He
2024-08-27Add functor syntax support. (#4926)Yong He
2024-08-27Explicitly detach derivative when forming a non-differentiable struct out of ...Sai Praveen Bangaru
2024-08-23Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-08-18Make sure to resolve overloaded expr for call args. (#4864)Yong He
2024-08-14Variadic Generics Part 1: parsing and type checking. (#4833)Yong He
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2024-07-19Fix for invalid swizzle causing crash (#4690)ArielG-NV
2024-07-11Fix issue with synthesizing `Differential` type for self-differential generic...Sai Praveen Bangaru
2024-07-10Various fixes around differentiable member associations `[DerivativeMember(<d...Sai Praveen Bangaru
2024-06-29Nested initialization list in struct crash fix (#4491)ArielG-NV
2024-06-12Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV
2024-06-11Fix `GetAttributeAtVertex` for spirv and glsl targets. (#4334)Yong He
2024-05-08Support `[__ref]` attribute to make `this` pass by reference. (#4139)Yong He
2024-05-02Handle case where types can be used as their own `Differential` type. (#4057)Sai Praveen Bangaru
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-16Init expressions for struct fields support, #3738 (#3907)ArielG-NV
2024-04-03Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...ArielG-NV
2024-04-02Allow enum values to be used as generic arguments. (#3874)Yong He
2024-04-01Fix static member lookup in pointer types. (#3869)Yong He
2024-03-27Fix lookup to prevent finding `typedef` itself. (#3848)Yong He
2024-03-26Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV
2024-03-21Support arrow operator `->` on pointers. (#3812)Yong He
2024-03-15Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV
2024-03-12Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He
2024-03-10Fix crash when trying to constant fold non-existent call. (#3728)Yong He
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-04Extend `as` and `is` operator to work on generic types. (#3672)Yong He
2024-03-04Implement short-circuit logic operator (#3635)kaizhangNV
2024-02-28Allow non-static const to be considered compile-time constant. (#3645)Yong He
2024-02-21Fix parsing of literals in stdlib. (#3610)Yong He
2024-02-15Support loading serialized modules. (#3588)Yong He
2024-02-09Support link-time constants. (#3564)Yong He
2024-02-08Support pointers in SPIRV. (#3561)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2023-12-15Add ConstBufferPointer::subscript. (#3415)Yong He