summaryrefslogtreecommitdiff
path: root/source/slang/slang.cpp
AgeCommit message (Expand)Author
2023-09-26Fix for epoch/ASTBuilder* nullptr issue (#3240)jsmall-nvidia
2023-09-07Fix GLSL output for `gl_ClipDistance` input builtin. (#3193)Yong He
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-08-15SPIRV: debug source and debug line. (#3109)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-09Clean up and improve Val deduplication performance. (#3069)Yong He
2023-08-07Fix `Val` deduplication bug. (#3050)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-18nsight Aftermath crash example (#2984)jsmall-nvidia
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-14Allow setting of HLSLToVulkan options without having a target specified on th...jsmall-nvidia
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-12Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He
2023-07-11Add perf benchmark utility. (#2977)Yong He
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-06-08Improvements around StringBlob (#2921)jsmall-nvidia
2023-05-23Add API for querying total compile time. (#2898)Yong He
2023-05-10Add slangc options for reporting downstream compile time. (#2878)Yong He
2023-05-09Various fixes for autodiff and slangpy. (#2876)Yong He
2023-05-03HLSL->Vulkan binding support (#2865)jsmall-nvidia
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-04-29CommandOptions (#2856)jsmall-nvidia
2023-04-27Embed stdlib documentation to AST. (#2851)Yong He
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-11Artifact simplification (#2781)jsmall-nvidia
2023-04-07Add SLANG_IID_PPV_ARGS (#2784)Ellie Hermaszewska
2023-04-04Simplification around ArtifactRepresentation and unique identity (#2771)jsmall-nvidia
2023-03-30More builtin library support in torch backend. (#2760)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
2023-02-28Add `SourceBlobWithPathInfoArtifactRepresentation`. (#2682)Yong He
2022-12-12Refactor shader cache (#2558)skallweitNV
2022-12-02Cleanup crypto utilities (#2549)skallweitNV
2022-11-30Cleanup DigestBuilder and MD5HashGen (#2539)skallweitNV
2022-11-29FileStream-based implementation for updating cache index file (#2485)lucy96chen
2022-10-29Shader cache bugfixes and test additions (#2467)lucy96chen
2022-10-17Shader cache index implementation (#2452)lucy96chen
2022-10-13Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen
2022-10-12Add specialization args test (#2444)lucy96chen
2022-10-12Shader caching (#2432)lucy96chen
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia