summaryrefslogtreecommitdiff
path: root/source/slang/slang-compiler.cpp
AgeCommit message (Expand)Author
2020-07-01Fix bug in slang-dxc-support where it didn't get the source path correctly (#...jsmall-nvidia
2020-06-29Backend for Multiple Entry Points (#1411)Dietrich Geisler
2020-06-18Prelude is associated with SourceLanguage (#1398)jsmall-nvidia
2020-06-18Fix and improvements around repro (#1397)jsmall-nvidia
2020-06-18Associate a downstream compiler for prelude lookup even if output is source. ...jsmall-nvidia
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-28Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia
2020-04-08Initial work to support OptiX output for ray tracing shaders (#1307)Tim Foley
2020-03-30CUDA version handling (#1301)jsmall-nvidia
2020-03-05Safer binary compatibilty betwee 1.0 and 1.1 versions, without using struct e...jsmall-nvidia
2020-03-05Feature/glslang spirv version (#1256)jsmall-nvidia
2020-03-03__spirv_version Decoration (#1255)jsmall-nvidia
2020-03-02Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia
2020-02-21dxil-asm target output was dxil code not asm. (#1238)jsmall-nvidia
2020-02-21Add some missing support for Shader Model 6.4/6.5 (#1237)Tim Foley
2020-02-18Added support for Targets to TypeTextUtil. (#1226)jsmall-nvidia
2020-01-31Some Slang API additions (#1195)Tim Foley
2019-12-19WIP CUDA source emit (#1157)jsmall-nvidia
2019-12-12Feature/source downstream compiler (#1153)jsmall-nvidia
2019-12-12Use DownstreamCompiler for all downstream compilers (#1152)jsmall-nvidia
2019-12-12Slang compiles CUDA source via NVRTC (#1151)jsmall-nvidia
2019-12-10DownstreamCompiler abstraction (#1149)jsmall-nvidia
2019-12-06Remove legacy feature for merging global shader parameters (#1139)Tim Foley
2019-12-05Added -dump-intermediate-prefix option (#1146)jsmall-nvidia
2019-12-04Setting downstream compiler (#1144)jsmall-nvidia
2019-11-22Add command line option to override language file extension (#1135)Robert Stepinski
2019-11-20Added -ir-compression & fixes for ir compression issues (#1129)jsmall-nvidia
2019-11-19Initial work for "global generic value parameters" (#1127)Tim Foley
2019-11-14Initial work on direct emission of SPIR-V (#1118)Tim Foley
2019-11-06Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley
2019-11-05API support for IR modules - setting references to libs, and returns lib from...jsmall-nvidia
2019-11-01-extract-repro gives approximation of 'command line' used (#1103)jsmall-nvidia
2019-10-30WIP: Simple separate IR module linkage working (#1100)jsmall-nvidia
2019-10-29Feature/container format (#1098)jsmall-nvidia
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley
2019-10-17Initial work on representing layout at IR level (#1079)Tim Foley
2019-10-17Enable spriv-opt on spirv (#1076)Robert Stepinski
2019-10-08Make CPU/C++ generate a single temporary file name basis that used for both s...jsmall-nvidia
2019-09-23Fix for preprocessor defines for C++ / C (#1063)jsmall-nvidia
2019-09-23Simple test profiling (#1062)jsmall-nvidia
2019-09-17CPU ABI improvements (#1056)jsmall-nvidia
2019-09-16CPU Performance/Testing improvements (#1055)jsmall-nvidia
2019-08-22WIP: CPU compute coverage (#1030)jsmall-nvidia
2019-08-20User defined downstream compiler prelude (#1028)jsmall-nvidia
2019-08-19WIP: Compute test running on CPU (#1023)jsmall-nvidia
2019-08-15Fix bug where in emitCPUBinaryForEntryPoint for HostCallable doesn't correctl...jsmall-nvidia
2019-08-14CPPCompiler::OutputMessage -> CPPCompiler::Diagnostic (#1019)jsmall-nvidia