summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-expr.cpp
AgeCommit message (Expand)Author
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
2023-12-15GLSL SSBO Support (#3400)Ellie Hermaszewska
2023-12-13Polish language server and documentation. (#3410)Yong He
2023-12-11Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He
2023-12-06Change default visibility of interface members and update docs. (#3381)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-11-16Unify stdlib `Texture` types into one generic type. (#3327)Yong He
2023-11-14Add GLSL Compatibility. (#3321)Yong He
2023-11-10 Cleanup builtin arithmetic interfaces. (#3317)Yong He
2023-11-06Fix ICE when lowering an associatedtype declref from an derived interface. (#...Yong He
2023-10-25Add `IArray`. (#3281)Yong He
2023-10-06Small type system fixes. (#3265)Yong He
2023-10-05Various AD Fixes (#3263)Sai Praveen Bangaru
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-12Direct SPIRV for RayTracing Inline. (#3201)Yong He
2023-09-08Fix attribute highlighting + language server crash. (#3198)Yong He
2023-09-05SPIR-V image operations (#3163)Ellie Hermaszewska
2023-09-03Proper lowering of functiosn that returns NonCopyable values. (#3179)Yong He
2023-08-31Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)Yong He
2023-08-31Bottleneck `TypeCastIntVal` creation through ASTBuilder (#3171)Sai Praveen Bangaru
2023-08-29Wave intrinsics. (#3164)Yong He
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-08-25Initial version of spirv_asm block (#3151)Ellie Hermaszewska
2023-08-17Initial support for differentiating existential types (#3111)Sai Praveen Bangaru
2023-08-10Allow member lookup through modified type. (#3091)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-21Fix data-flow analysis not propagating diff property through differentiable c...Sai Praveen Bangaru
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He