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-lower-to-ir.cpp
Age
Commit message (
Expand
)
Author
2024-10-29
format
Ellie Hermaszewska
2024-10-28
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
Assorted auto-diff enhancements for increased performance & more streamlined ...
Sai Praveen Bangaru
2024-10-24
Use DebugDeclare instead of DebugValue. (#5404)
Yong He
2024-10-20
Properly check switch case. (#5341)
Yong He
2024-10-01
Fix crash when compiling associatedtypes with generic interface constraints. ...
Yong He
2024-09-27
Fix target switch lowering bug. (#5182)
Yong He
2024-09-20
Initial `Atomic<T>` type implementation. (#5125)
Yong He
2024-09-05
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-08-30
Support specialization constants. (#4963)
Yong He
2024-08-28
Make sure `NullDifferential` and its witness are removed after autodiff. (#4958)
Yong He
2024-08-28
Make tuple types work in autodiff. (#4923)
Yong He
2024-08-27
Adds a warning for using `[PreferRecompute]` on methods that may contain side...
Sai Praveen Bangaru
2024-08-27
Explicitly detach derivative when forming a non-differentiable struct out of ...
Sai Praveen Bangaru
2024-08-23
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-08-20
Support dependent generic constraints. (#4870)
Yong He
2024-08-19
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-18
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-08-14
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-08-12
Warn when inout parameter is never written (#4777)
venkataram-nv
2024-07-31
Warnings target switch intrinsic asm (#4727)
venkataram-nv
2024-07-31
Fix IR lowering for generic interface types. (#4761)
Yong He
2024-07-25
Overhaul IR lowering of pointer types. (#4710)
Yong He
2024-07-18
Warnings for uninitialized fields in constructors (#4680)
venkataram-nv
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-10
Fix lowering of associated types and synthesis of dispatch functions. (#4568)
Sai Praveen Bangaru
2024-07-09
Warnings for uninitialized values (#4530)
venkataram-nv
2024-06-28
Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...
ArielG-NV
2024-06-13
Remove `IRHLSLExportDecoration` and `IRKeepAliveDecoration` for non-CUDA/Torc...
Sai Praveen Bangaru
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-06-04
Print warning when operator<< shifting too much (#4255)
Jay Kwak
2024-06-03
Add an option to disable source map in obfuscation (#4260)
kaizhangNV
2024-06-01
Support different SPIRV versions. (#4254)
Yong He
2024-05-31
Fix a bug on default initialization of interface typed value. (#4249)
Yong He
2024-05-29
Add options to speedup compilation. (#4240)
Yong He
2024-05-22
Fix all Clang-14 warnings (#4203)
ArielG-NV
2024-05-15
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-05-14
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-10
Fix race-condition and visual artifacts issues (#4152)
kaizhangNV
2024-05-08
Support `getAddress` of a single-element vector swizzle. (#4138)
Yong He
2024-05-08
Support `[__ref]` attribute to make `this` pass by reference. (#4139)
Yong He
2024-05-03
Fix `Ptr::__subscript` to accept any integer index. (#4100)
Yong He
2024-05-02
Support generic constraints that are dependent on another generic param. (#4091)
Yong He
2024-04-26
WIP: Force Inline If RefType (#4005)
ArielG-NV
2024-04-25
Support derivative functions in compute & capabilities adjustments (#4014)
ArielG-NV
2024-04-23
Switch to direct-to-spirv backend as default. (#4002)
Yong He
2024-04-16
Init expressions for struct fields support, #3738 (#3907)
ArielG-NV
2024-04-12
Fix IR lowering bug of do-while loops. (#3941)
Yong He
2024-04-05
Fix __init() functions that returns an existing value (#3866)
sriramm-nv
[next]