summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-insts.h
AgeCommit message (Expand)Author
2025-10-15Clean up Slang IR representation of undefined values (#8708)Theresa Foley
2025-10-10Addition of `Load`/`Store` coherent operations (#8395)16-Bit-Dog
2025-10-10Defer `IRCastStorageToLogicalDeref` in lowerBufferElementType pass. (#8668)Yong He
2025-10-07Use symbol alias instead of wrapper synthesis to implement link-time types. (...Yong He
2025-10-03Rename some symbols related to pointers types (#8592)Theresa Foley
2025-09-30Rewriting the lower-buffer-element-type pass to avoid unnecessary packing/unp...Yong He
2025-09-18Fix DebugCompilationUnit to reference main shader file instead of header file...Lujin Wang
2025-08-29[CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV
2025-08-07Initial copy elision pass (#8042)ArielG-NV
2025-07-15Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)Copilot
2025-07-02[HLSL, SPIRV_1_3] Hoist OpSelect returning a composite into `if`/`else` (#7594)ArielG-NV
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-30Remove redundant [payload] attribute (Fix #7528) (#7555)Harsh Aggarwal (NVIDIA)
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-04Add legalization for 0-sized arrays. (#7327)Yong He
2025-06-04Make interface types non c-style in Slang2026. (#7260)Yong He
2025-05-29Implement MapElement for CoopMat (#7159)Jay Kwak
2025-05-19Map `SV_VertexID` to `gl_VertexIndex-gl_BaseVertex`, add `SV_Vulkan*ID` seman...Darren Wihandi
2025-05-17Fix: Preserve inout param modifications with OptiX IgnoreHit() (#6956)Harsh Aggarwal (NVIDIA)
2025-05-14support specialization constant sized array (#6871)kaizhangNV
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-05-10Add debug information for slang inling (#6621)Mukund Keshava
2025-05-03Add IREnumType to distinguish enums from ints and each other (#6973)Julius Ikkala
2025-04-21Add `vk::offset` to specify member offsets for push constants (#6797)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-13Add mesh shader output topology checks (#6592)Darren Wihandi
2025-03-06Update SPIRV-Tools and fix new validation errors. (#6511)Yong He
2025-02-28Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi
2025-02-27Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He
2025-02-25Fix a bug with hoisting 'IRVar' insts that are used outside the loop (#6446)Sai Praveen Bangaru
2025-02-20Simplify implicit cast ctors for vector & matrix. (#6408)Yong He
2025-02-12Allow LHS of `where` to be any type. (#6333)Yong He
2025-02-11Add raypayload decoration to ray payload structs (#6164)Ellie Hermaszewska
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-02-02Add support for WGSL subgroup operations (#6213)Darren Wihandi
2025-01-30Support cooperative vector (#6223)Jay Kwak
2025-01-22Add validation for destination of atomic operations (#6093)Anders Leino
2025-01-22Remove unnecessary parameters from Metal entry point signature (#6131)Darren Wihandi
2025-01-17Implement Quad Control intrinsics (#5981)Darren Wihandi
2025-01-17Fix nullptr in generic specialization (#6066)Julius Ikkala
2025-01-14Implement specialization constant support in numthreads / local_size (#5963)Julius Ikkala
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2025-01-09[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru