summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-impl.h
AgeCommit message (Expand)Author
2024-03-04Implement short-circuit logic operator (#3635)kaizhangNV
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-20Add wrapper type syntax for link time specialization. (#3606)Yong He
2024-02-20Support link time type specialization. (#3604)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-15Support loading serialized modules. (#3588)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2023-12-11Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2023-11-29Improve generic type argument inference. (#3370)Yong He
2023-11-03Add more diagnostics on invalid custom derivative use. (#3309)Yong He
2023-11-01Parameter binding and gfx fixes. (#3302)Yong He
2023-10-25Add `IArray`. (#3281)Yong He
2023-09-07Incur l-value conversion cost during overload resolution. (#3195)Yong He
2023-09-03Proper lowering of functiosn that returns NonCopyable values. (#3179)Yong He
2023-08-28Add `target_switch` and `intrinsic_asm` statement. (#3154)Yong He
2023-08-25Initial version of spirv_asm block (#3151)Ellie Hermaszewska
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-09Support implciit casted swizzled lvalue. (#3077)Yong He
2023-08-07Add warning on mutation of function parameter (#3067)Theresa Foley
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-26Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-05Squash some warnings (#2956)Ellie Hermaszewska
2023-07-05Initial sizeof/alignof implementation. (#2954)jsmall-nvidia
2023-06-01Be lenient on same-size unsigend->signed conversion. (#2913)Yong He
2023-05-11MVP for higher order functions (#2849)Ellie Hermaszewska
2023-04-28Use Index for FuncType param count (#2853)Ellie Hermaszewska
2023-04-17WIP: "deprecated" attribute (#2698)Ellie Hermaszewska
2023-04-13Warn on float-to-double coercion for arguments. (#2802)Yong He
2023-03-24Switch to short circuiting semantics for scalar `?:` operator. (#2733)Yong He
2023-03-17Add support for emitting cuda kernel and host functions. (#2712)Yong He
2023-03-08Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He
2023-03-07Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...Yong He
2023-02-24Fix differential type registration through non-differentiable type. (#2677)Yong He
2023-02-20Add static for loop iteration inference. (#2659)Yong He
2023-02-17Fixed crash when lowering IR for no_diff struct member. (#2658)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2023-01-24Reimplement address elimination. (#2605)Yong He
2023-01-19Add diagnostic for calling non-bwd-diff func from bwd-diff func. (#2602)Yong He
2022-12-01Allow `no_diff` on `this` parameter. (#2543)Yong He
2022-11-18Data flow validation pass for diagnosing derivative loss. (#2523)Yong He
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-11-14Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu
2022-11-09Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He