summaryrefslogtreecommitdiff
path: root/source/slang/slang-options.cpp
AgeCommit message (Expand)Author
2021-12-07Output of IR ids as command line option (#2043)jsmall-nvidia
2021-12-03Improvements to repro diagnostics (#2039)jsmall-nvidia
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-08-17Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He
2021-07-20Option to build all slang-repro in a directory (#1911)jsmall-nvidia
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-21Overhaul the preprocessor (#1849)T. Foley
2021-05-19SourceLoc use in command line processing (#1848)jsmall-nvidia
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-27enabling command line compiler to output PTX with multiple entry points. (#1816)Nathan V. Morrical
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-31Support for __LINE__ and __FILE__ in preprocessor (#1772)jsmall-nvidia
2021-03-11stdlib documentation (#1745)jsmall-nvidia
2021-02-23Documentation markup extraction (#1724)jsmall-nvidia
2021-01-11LZ4 compression support (#1654)jsmall-nvidia
2021-01-07Add a -capability command-line option (#1651)Tim Foley
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-12-10Building with embedded stdlib (#1634)jsmall-nvidia
2020-12-01Make SlangCompileRequest COM type (#1620)jsmall-nvidia
2020-11-19File system refactor (#1611)jsmall-nvidia
2020-11-18Test for serializing out and reading back Stdlib (#1605)jsmall-nvidia
2020-11-11Include hierarchy output (#1595)jsmall-nvidia
2020-09-26Add API for whole program compilation. (#1562)Yong He
2020-09-17Share debug information between AST and IR (#1547)jsmall-nvidia
2020-09-02Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He
2020-08-28Enable lower-generics pass universally. (#1518)Yong He
2020-07-31Binary for Heterogeneous Example (#1467)Dietrich Geisler
2020-07-20Multiple Entry Point Backend (#1437)Dietrich Geisler
2020-06-29Backend for Multiple Entry Points (#1411)Dietrich Geisler
2020-06-18Fix and improvements around repro (#1397)jsmall-nvidia
2020-06-10Add compiler flag to disable specialization pass.Yong He
2020-05-28Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia
2020-05-20AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia
2020-05-04C++ Extractor (#1337)jsmall-nvidia
2020-03-03__spirv_version Decoration (#1255)jsmall-nvidia
2020-02-18Added support for Targets to TypeTextUtil. (#1226)jsmall-nvidia
2020-02-04CUDA/C++ backend improvements (#1198)jsmall-nvidia
2019-12-12Feature/source downstream compiler (#1153)jsmall-nvidia
2019-12-12Slang compiles CUDA source via NVRTC (#1151)jsmall-nvidia
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-14Initial work on direct emission of SPIR-V (#1118)Tim Foley
2019-11-14Add -dump-intermediates option. (#1123)jsmall-nvidia
2019-11-06Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley
2019-11-06Feature/obfuscate improvements (#1107)jsmall-nvidia
2019-11-05API support for IR modules - setting references to libs, and returns lib from...jsmall-nvidia
2019-11-01Using repro as a file system (#1104)jsmall-nvidia