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.cpp
Age
Commit message (
Expand
)
Author
2025-10-15
Clean up Slang IR representation of undefined values (#8708)
Theresa Foley
2025-10-10
Addition of `Load`/`Store` coherent operations (#8395)
16-Bit-Dog
2025-10-10
Specialize interfaces in DebugFunction (#8617)
Julius Ikkala
2025-10-10
Defer `IRCastStorageToLogicalDeref` in lowerBufferElementType pass. (#8668)
Yong He
2025-10-07
Use symbol alias instead of wrapper synthesis to implement link-time types. (...
Yong He
2025-10-03
Fix legalization crash when processing metal parameter blocks. (#8591)
Yong He
2025-10-03
Rename some symbols related to pointers types (#8592)
Theresa Foley
2025-10-02
Relax the inst definition order rule (#8588)
kaizhangNV
2025-09-30
Rewriting the lower-buffer-element-type pass to avoid unnecessary packing/unp...
Yong He
2025-09-26
Add SPV_NV_bindless_texture support (#8534)
Lujin Wang
2025-09-18
Fix DebugCompilationUnit to reference main shader file instead of header file...
Lujin Wang
2025-09-03
Diagnose on structured buffers containing resources (#8222)
Ellie Hermaszewska
2025-08-29
[CBP] Pointer frontend changes + groupshared pointer support (#7848)
ArielG-NV
2025-08-07
Initial copy elision pass (#8042)
ArielG-NV
2025-07-31
Add matrix select intrinsic (#7566)
venkataram-nv
2025-07-21
Add utility to trace creation of problematic IRInsts to assist LLM in debuggi...
Copilot
2025-07-15
Debugging code improvement for IR tracking (#7770)
Jay Kwak
2025-07-02
Defer immutable buffer loads when emitting spirv. (#7579)
Yong He
2025-07-01
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-07-01
Add arguments for controlling floating point denormal mode (#7461)
aidanfnv
2025-06-27
Don't call destructor, it causes UB when reading inst afterwards (#7544)
Julius Ikkala
2025-06-10
Legalise out parameters for vertex shaders on metal (#6943)
Ellie Hermaszewska
2025-06-06
Add command line option for separate debug info (#7178)
jarcherNV
2025-06-04
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-05-29
Fix SPIRV `OpSpecConstantOp` emit (#7158)
Darren Wihandi
2025-05-29
Implement MapElement for CoopMat (#7159)
Jay Kwak
2025-05-23
Implement throw & catch statements (#6916)
Julius Ikkala
2025-05-17
Fix: Preserve inout param modifications with OptiX IgnoreHit() (#6956)
Harsh Aggarwal (NVIDIA)
2025-05-15
Implement spec const for generic parameter (#7121)
kaizhangNV
2025-05-14
support specialization constant sized array (#6871)
kaizhangNV
2025-05-10
Add debug information for slang inling (#6621)
Mukund Keshava
2025-05-09
Fix SPIRV unsigned to signed widening casts (#7051)
Darren Wihandi
2025-05-09
Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)
Julius Ikkala
2025-05-03
Add IREnumType to distinguish enums from ints and each other (#6973)
Julius Ikkala
2025-04-15
Add cooperative matrix 1 support (#6565)
Darren Wihandi
2025-04-06
Add defer statement (#6619)
Julius Ikkala
2025-04-04
Add a loop analysis step to infer the exit values of loop phi parameters. (#6...
Sai Praveen Bangaru
2025-04-01
Make IRWitnessTable HOISTABLE (#6417)
Jay Kwak
2025-03-20
Add -dump-module command to slangc (#6638)
cheneym2
2025-03-11
IR: Add SPIR-V disassembly for embedded downstream IR dumps (#6529)
Mukund Keshava
2025-03-06
Update SPIRV-Tools and fix new validation errors. (#6511)
Yong He
2025-02-28
Add Slang-specific intrinsics for integer pack/unpack (#6459)
Darren Wihandi
2025-02-27
Fix regression in float to bool conversion. (#6497)
Yong He
2025-02-25
Fix a bug with hoisting 'IRVar' insts that are used outside the loop (#6446)
Sai Praveen Bangaru
2025-02-23
Improve performance when compiling small shaders. (#6396)
Yong He
2025-02-20
Simplify implicit cast ctors for vector & matrix. (#6408)
Yong He
2025-02-19
Force inline functions that takes InputPatch and OutputPatch (#6407)
Jay Kwak
2025-02-07
Use and() and or() functions for logical-AND and OR (#6310)
Jay Kwak
2025-02-06
Support stage_switch. (#6311)
Yong He
2025-02-05
maxtessfactor attribute should take a floating point value (#6289)
Jay Kwak
[next]