summaryrefslogtreecommitdiff
path: root/source/slang/slang-compiler.cpp
AgeCommit message (Expand)Author
2025-07-24Organize code better by splitting some big files (#7890)Theresa Foley
2025-07-22Fix segfault when using -separate-debug-info with unsupported targets (#7777)Copilot
2025-07-01Add arguments for controlling floating point denormal mode (#7461)aidanfnv
2025-07-01Remove some cruft/complexity from IR serialization (#7483)Theresa Foley
2025-06-10Allow checking capabilities in specific stages (#7375)jarcherNV
2025-06-09Mediate access to ContainerDecl members (#7242)Theresa Foley
2025-06-06Add command line option for separate debug info (#7178)jarcherNV
2025-05-29Language version + tuple syntax. (#7230)Yong He
2025-05-12Make CUDA version capabilities reach NVRTC (#7074)Theresa Foley
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-22Add a new SM profile 6.9 (#6879)Jay Kwak
2025-04-16Remove support for ad hoc Slang IR compression (#6834)Theresa Foley
2025-04-07Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)
2025-03-05Support SPIR-V deferred linking option (#6500)cheneym2
2025-02-27Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He
2025-02-02Add support for WGSL subgroup operations (#6213)Darren Wihandi
2025-01-30Support cooperative vector (#6223)Jay Kwak
2025-01-17Make -depfile work for binary modules output too (#6126)Julius Ikkala
2024-11-13Make `getDependencyFilePath` return most unique identity. (#5553)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-09-23Implemented Combined-texture for WGSL (#5130)Jay Kwak
2024-09-18Report AD checkpoint contexts (#5058)venkataram-nv
2024-09-09Initial WGSL support (#5006)Anders Leino
2024-09-05Initial -embed-spirv support (#4974)cheneym2
2024-09-05Support entrypoints defined in a namespace. (#5011)Yong He
2024-08-29Support mixture of precompiled and non-precompiled modules (#4860)cheneym2
2024-08-28Allow capabilities to be used with `[shader("...")]` (#4928)ArielG-NV
2024-08-13GitHub action benchmark (#4804)venkataram-nv
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2
2024-07-18Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...ArielG-NV
2024-06-27Add API for querying dependency files on IModule (#4493)skallweitNV
2024-06-12Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)Yong He
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-11SPIRV backend: add support for tessellation stages, (#4336)Yong He
2024-06-08SPIRV `Block` decoration fixes. (#4303)Yong He
2024-06-05Avoid duplicating entry points in library (#4279)kaizhangNV
2024-05-22Fix all Clang-14 warnings (#4203)ArielG-NV
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-05-03Add host shared library target. (#4098)Yong He
2024-04-30Avoid classifying methods with `[numthreads]` as entry points for CUDA-relate...Sai Praveen Bangaru
2024-04-19Add metal downstream compiler + metallib target. (#3990)Yong He
2024-04-17Add skeleton for metal backend. (#3971)Yong He
2024-04-11Fix the issues when compiling slang to library (#3936)kaizhangNV
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He