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-ir-clone.cpp
Age
Commit message (
Expand
)
Author
2025-07-21
Add utility to trace creation of problematic IRInsts to assist LLM in debuggi...
Copilot
2025-05-29
Fix SPIRV `OpSpecConstantOp` emit (#7158)
Darren Wihandi
2025-05-15
Implement spec const for generic parameter (#7121)
kaizhangNV
2025-04-03
Fixed generic interface specialization crashes (#6601): (#6688)
Ronan
2025-01-17
Fix nullptr in generic specialization (#6066)
Julius Ikkala
2024-10-29
format
Ellie Hermaszewska
2024-09-18
Report AD checkpoint contexts (#5058)
venkataram-nv
2024-08-20
Support dependent generic constraints. (#4870)
Yong He
2023-08-17
Initial support for differentiating existential types (#3111)
Sai Praveen Bangaru
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-03-22
Type legalization and autodiff bug fixes. (#2722)
Yong He
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-02-03
Overhaul `transposeParameterBlock` to support `inout` params. (#2621)
Yong He
2022-12-19
Separate primal computations from unzipped function into an explicit function...
Yong He
2022-09-06
Specialize and SSA in a loop + better diagnostics on dynamic dispatch failur...
Yong He
2021-12-17
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-12-06
Fix shader-toy example. (#2047)
Yong He
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-03-11
Add a basc inlining facility for use in the stdlib (#1271)
Tim Foley
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia