summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.cpp
AgeCommit message (Expand)Author
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
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2024-12-26Add packed 8bit builtin types (#5939)Darren Wihandi
2024-12-12Bit extract (#5847)kaizhangNV
2024-12-12WGSL: Fix issue where global calls are generated (#5768)Anders Leino
2024-12-09Fix crash during emitCast of attributed type, allow MaxIters to take linktime...Yong He
2024-11-21Add datalayout for constant buffers. (#5608)Yong He
2024-11-15Embed core module in wasm build. (#5569)Yong He
2024-11-12Push buffer load to end of access chain. (#5544)Yong He
2024-11-06[WGSL] Enable arbitrary arrays in uniform buffers. (#5497)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-11-04Various WGSL fixes. (#5490)Yong He