index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-use-uninitialized-values.cpp
Commit message (
Expand
)
Author
Age
*
Clean up Slang IR representation of undefined values (#8708)
Theresa Foley
2025-10-15
*
Rename some symbols related to pointers types (#8592)
Theresa Foley
2025-10-03
*
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-07-01
*
Allow LHS of `where` to be any type. (#6333)
Yong He
2025-02-12
*
Fix incorrect resolve of specialization instance (#6162)
Jay Kwak
2025-01-23
*
Skip uninitialized-use warning on hitAttributeEXT-decorated globals (#5952)
Julius Ikkala
2024-12-30
*
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-05
*
format
Ellie Hermaszewska
2024-10-29
*
Cleanup atomic intrinsics. (#5324)
Yong He
2024-10-17
*
Look through attributes and rates when determining by reference initializatio...
Ellie Hermaszewska
2024-10-08
*
Initial `Atomic<T>` type implementation. (#5125)
Yong He
2024-09-20
*
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-18
*
Add load paths to return value check (#5042)
venkataram-nv
2024-09-09
*
Ignoring construct field warnings on delegatory methods (#4911)
venkataram-nv
2024-08-28
*
Track uninitialized values of `Ptr<Specialize<T>>` inside type `T` without ha...
ArielG-NV
2024-08-20
*
Include inout cast operation as an aliasing instruction (#4859)
venkataram-nv
2024-08-16
*
Warn when inout parameter is never written (#4777)
venkataram-nv
2024-08-12
*
Warnings target switch intrinsic asm (#4727)
venkataram-nv
2024-07-31
*
Disable warnings for input global variables (#4745)
venkataram-nv
2024-07-26
*
Warnings for uninitialized fields in constructors (#4680)
venkataram-nv
2024-07-18
*
Fix bug with uninititialized warnings in nested scopes (#4677)
venkataram-nv
2024-07-18
*
Squash warnings on gcc and clang (#4669)
Ellie Hermaszewska
2024-07-17
*
Warnings function parameters (#4626)
venkataram-nv
2024-07-16
*
Warnings for uninitialized values (#4530)
venkataram-nv
2024-07-09