summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-options.cpp
Commit message (Expand)AuthorAge
* Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He2021-08-17
* Option to build all slang-repro in a directory (#1911)jsmall-nvidia2021-07-20
* Improvements in -X support (#1852)jsmall-nvidia2021-05-22
* Downstream option handling (#1850)jsmall-nvidia2021-05-21
* Overhaul the preprocessor (#1849)T. Foley2021-05-21
* SourceLoc use in command line processing (#1848)jsmall-nvidia2021-05-19
* Support for escaped paths in tools (#1823)jsmall-nvidia2021-04-29
* enabling command line compiler to output PTX with multiple entry points. (#1816)Nathan V. Morrical2021-04-27
* Added compiler-core project (#1775)jsmall-nvidia2021-04-01
* Support for __LINE__ and __FILE__ in preprocessor (#1772)jsmall-nvidia2021-03-31
* stdlib documentation (#1745)jsmall-nvidia2021-03-11
* Documentation markup extraction (#1724)jsmall-nvidia2021-02-23
* LZ4 compression support (#1654)jsmall-nvidia2021-01-11
* Add a -capability command-line option (#1651)Tim Foley2021-01-07
* Use "capability" system to select VKRT extension (#1647)Tim Foley2021-01-05
* Building with embedded stdlib (#1634)jsmall-nvidia2020-12-10
* Make SlangCompileRequest COM type (#1620)jsmall-nvidia2020-12-01
* File system refactor (#1611)jsmall-nvidia2020-11-19
* Test for serializing out and reading back Stdlib (#1605)jsmall-nvidia2020-11-18
* Include hierarchy output (#1595)jsmall-nvidia2020-11-11
* Add API for whole program compilation. (#1562)Yong He2020-09-26
* Share debug information between AST and IR (#1547)jsmall-nvidia2020-09-17
* Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He2020-09-02
* Enable lower-generics pass universally. (#1518)Yong He2020-08-28
* Binary for Heterogeneous Example (#1467)Dietrich Geisler2020-07-31
* Multiple Entry Point Backend (#1437)Dietrich Geisler2020-07-20
* Backend for Multiple Entry Points (#1411)Dietrich Geisler2020-06-29
* Fix and improvements around repro (#1397)jsmall-nvidia2020-06-18
* Add compiler flag to disable specialization pass.Yong He2020-06-10
* Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia2020-05-28
* AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia2020-05-20
* C++ Extractor (#1337)jsmall-nvidia2020-05-04
* __spirv_version Decoration (#1255)jsmall-nvidia2020-03-03
* Added support for Targets to TypeTextUtil. (#1226)jsmall-nvidia2020-02-18
* CUDA/C++ backend improvements (#1198)jsmall-nvidia2020-02-04
* Feature/source downstream compiler (#1153)jsmall-nvidia2019-12-12
* Slang compiles CUDA source via NVRTC (#1151)jsmall-nvidia2019-12-12
* Added -dump-intermediate-prefix option (#1146)jsmall-nvidia2019-12-05
* Setting downstream compiler (#1144)jsmall-nvidia2019-12-04
* Add command line option to override language file extension (#1135)Robert Stepinski2019-11-22
* Added -ir-compression & fixes for ir compression issues (#1129)jsmall-nvidia2019-11-20
* Initial work on direct emission of SPIR-V (#1118)Tim Foley2019-11-14
* Add -dump-intermediates option. (#1123)jsmall-nvidia2019-11-14
* Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley2019-11-06
* Feature/obfuscate improvements (#1107)jsmall-nvidia2019-11-06
* API support for IR modules - setting references to libs, and returns lib from...jsmall-nvidia2019-11-05
* Using repro as a file system (#1104)jsmall-nvidia2019-11-01
* -extract-repro gives approximation of 'command line' used (#1103)jsmall-nvidia2019-11-01
* Reference IR modules with entry point (#1101)jsmall-nvidia2019-10-31
* WIP: Simple separate IR module linkage working (#1100)jsmall-nvidia2019-10-30