summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-artifact-desc-util.cpp
AgeCommit message (Expand)Author
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-29preparation for clang format (#5422)Ellie Hermaszewska
2024-10-20Mark SPIRV artifact as non-executable. (#5356)Yong He
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-09Initial WGSL support (#5006)Anders Leino
2024-06-12Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)Yong He
2024-05-03Add host shared library target. (#4098)Yong He
2024-04-19Add metal downstream compiler + metallib target. (#3990)Yong He
2024-04-17Add skeleton for metal backend. (#3971)Yong He
2023-05-22Source embedding for output (#2889)jsmall-nvidia
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-20Improvements outputting containers (#2815)jsmall-nvidia
2023-04-17Round trip source map (#2810)jsmall-nvidia
2023-04-12Artifact Container (#2783)jsmall-nvidia
2023-04-11Artifact simplification (#2781)jsmall-nvidia
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-24Obfuscated source map writing (#2727)jsmall-nvidia
2023-03-22Source map obfuscation (#2717)jsmall-nvidia
2023-03-17Support for producing SourceMap on emit (#2707)jsmall-nvidia
2023-03-10Support for PDB output from DXC (#2693)jsmall-nvidia
2022-09-01Make FileSystem files and OS files distinct (#2383)jsmall-nvidia
2022-09-01Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia
2022-08-24Assorted Artifact improvements (#2374)jsmall-nvidia
2022-08-22Improve binary compatibility for DownstreamCompiler types (#2371)jsmall-nvidia
2022-08-16Move metadata/diagnostics to associated types (#2358)jsmall-nvidia
2022-08-16Remove CompileResult to use IArtifact (#2357)jsmall-nvidia
2022-08-11Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia
2022-08-10Yet more refactoring around Artifact (#2352)jsmall-nvidia
2022-08-10Artifact and ICastable (#2351)jsmall-nvidia
2022-08-09Artifact split interface and implementation (#2349)jsmall-nvidia