summaryrefslogtreecommitdiff
path: root/source/slang/slang-compiler.cpp
AgeCommit message (Expand)Author
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-15Support loading serialized modules. (#3588)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2024-02-02Atomics+Wave ops intrinsics fixes. (#3542)Yong He
2024-01-18Capability def parsing & codegen + disjoint sets (#3451)Yong He
2023-12-08WIP: CMake (#3326)Ellie Hermaszewska
2023-11-01add support for dx 6.7 profiles (#3299)skallweitNV
2023-10-09Run curated spirv-opt passes through slang-glslang. (#3266)Yong He
2023-09-07Add -repro-fallback-directory (#3188)jsmall-nvidia
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-07Fix -fvk-use-entrypoint-name. (#3066)Yong He
2023-08-04Add option to use original entrypoint in spirv output. (#3047)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-12Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He
2023-05-23Add API for querying total compile time. (#2898)Yong He
2023-05-22Source embedding for output (#2889)jsmall-nvidia
2023-04-29CommandOptions (#2856)jsmall-nvidia
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-20Improvements outputting containers (#2815)jsmall-nvidia
2023-04-19Make SourceMap a value type (#2812)jsmall-nvidia
2023-04-18On demand SourceMap JSON serialization (#2811)jsmall-nvidia
2023-04-17Round trip source map (#2810)jsmall-nvidia
2023-04-12Reading artifact hierarchy from file system interface (#2787)jsmall-nvidia
2023-04-12Artifact Container (#2783)jsmall-nvidia
2023-04-11Artifact simplification (#2781)jsmall-nvidia
2023-03-27Using SourceMap for location output (#2736)jsmall-nvidia
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-24Obfuscated source map writing (#2727)jsmall-nvidia
2022-12-12Refactor shader cache (#2558)skallweitNV
2022-12-02Cleanup crypto utilities (#2549)skallweitNV
2022-11-30Cleanup DigestBuilder and MD5HashGen (#2539)skallweitNV
2022-11-15Specify downstream compiler include paths (#2517)jsmall-nvidia
2022-10-12Shader caching (#2432)lucy96chen
2022-09-01Remove artifact from SourceFile (#2384)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-26DownstreamCompileOptions using POD types (#2381)jsmall-nvidia
2022-08-24Use enums with backing types in Slang API (#2375)jsmall-nvidia
2022-08-24Assorted Artifact improvements (#2374)jsmall-nvidia
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-16IDownstreamCompiler interface (#2361)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-10Artifact and ICastable (#2351)jsmall-nvidia