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