index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
diagnostics
Age
Commit message (
Expand
)
Author
2023-09-28
Support `constref` parameters passing. (#3249)
Yong He
2023-09-19
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...
Sai Praveen Bangaru
2023-09-08
Fix attribute highlighting + language server crash. (#3198)
Yong He
2023-09-07
Fix compiler crashing when `[BackwardDerivativeOf(fn)]` refers to an unresolv...
Sai Praveen Bangaru
2023-09-06
Make a warning if a [mutating] method is called on an in param. (#3184)
jsmall-nvidia
2023-08-18
Allow loop counters to be used as constexpr arguments. (#3139)
Yong He
2023-08-14
Support per field matrix layout (#3101)
Yong He
2023-08-07
Add spirv-dis as a downstream compiler (#3059)
Ellie Hermaszewska
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-21
Fix data-flow analysis not propagating diff property through differentiable c...
Sai Praveen Bangaru
2023-07-19
Support for vk-shift-* without explicit bindings (#3000)
jsmall-nvidia
2023-07-14
Fix vk-shift-* mapping issue (#2993)
jsmall-nvidia
2023-07-12
Extend `no_diff` to support subscript operations on resources and array varia...
Sai Praveen Bangaru
2023-07-06
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2023-07-05
Disable l-value coercion for ref types (#2960)
jsmall-nvidia
2023-07-05
Initial sizeof/alignof implementation. (#2954)
jsmall-nvidia
2023-06-30
Fix for operator assignment issue (#2951)
jsmall-nvidia
2023-06-29
Issue diagnostic for incorrect parameter types & directionality when defining...
Sai Praveen Bangaru
2023-06-29
Warn on semicolon after `if`. (#2948)
Yong He
2023-06-01
Be lenient on same-size unsigend->signed conversion. (#2913)
Yong He
2023-05-31
Fix div-by-zero error during sccp. (#2911)
Yong He
2023-05-26
Fix bug in legalizeFuncType that leads to invalid IR. (#2902)
Yong He
2023-05-04
Improvements around HLSLToVulkanLayout (#2867)
jsmall-nvidia
2023-05-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-04-29
CommandOptions (#2856)
jsmall-nvidia
2023-04-21
Add warning for returning without initializing out parameter (#2807)
Ellie Hermaszewska
2023-04-17
WIP: "deprecated" attribute (#2698)
Ellie Hermaszewska
2023-04-14
Diagnose on using uninitialized `out` param. (#2803)
Yong He
2023-04-12
Combine lookupWitness lowering with specialization. (#2794)
Yong He
2023-04-11
Implement FileCheck tests for several test commands (#2747)
Ellie Hermaszewska
2023-04-07
Diagnose on attempt to specialize with interface type. (#2780)
Yong He
2023-04-05
Warn on dangling comparison operator. (#2779)
Yong He
2023-04-04
Diagnose on using assignment as predicate expr. (#2774)
Yong He
2023-03-29
Fix IRArrayType emit logic. (#2754)
Yong He
2023-03-01
Improve diagnostic on differentiablitiy check. (#2687)
Yong He
2023-02-27
Diagnose on storing differentiable value into non-differentiable location. (#...
Yong He
2023-02-24
More control flow simplifications. (#2673)
Yong He
2023-02-20
Miscellaneous backward autodiff fixes. (#2665)
Yong He
2023-02-20
Add static for loop iteration inference. (#2659)
Yong He
2023-01-19
Add diagnostic for calling non-bwd-diff func from bwd-diff func. (#2602)
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-10-06
Add syntax for multi-level break. (#2431)
Yong He
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
2022-09-05
Multi parameter `__subscript` (#2392)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-04-28
Disable `class` keyword to define a new type (#2212)
jsmall-nvidia
2022-04-11
Refactor: eliminate BackEndCompileRequest (#2178)
Theresa Foley
[next]