summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-options.cpp
Commit message (Expand)AuthorAge
* 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
* * Functionality to dump repo if there is a failure throught the -dump-repro-o...jsmall-nvidia2019-10-24
* OffsetContainer serialization (#1093)jsmall-nvidia2019-10-24
* Strip IR after front-end steps are done (#1092)Tim Foley2019-10-24
* Expose more repro in API, support output params. (#1087)jsmall-nvidia2019-10-23
* `Repro` functionality (#1085)jsmall-nvidia2019-10-21
* Add ability to obfuscate name when generating GLSL/HLSL source (#1075)Robert Stepinski2019-10-11
* Support for getting git version from IGlobalSession (#1040)jsmall-nvidia2019-08-28
* User defined downstream compiler prelude (#1028)jsmall-nvidia2019-08-20
* Testing using a 'naked' ISlangFileSystemExt option. (#1026)jsmall-nvidia2019-08-19
* Change handling of paths for backends via replacing the ISlangSharedLibrary m...jsmall-nvidia2019-08-19
* A more convoluted #pragma once file identity test, using relative paths. (#1021)jsmall-nvidia2019-08-15
* Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia2019-07-17
* Split out target code generation from CLikeSourceEmitter (#976)jsmall-nvidia2019-06-06
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31