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