summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.cpp
Commit message (Expand)AuthorAge
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* Add a ASTBuilder to a Module (#1369)jsmall-nvidia2020-06-04
* Added spGetBuildTagString. (#1365)jsmall-nvidia2020-06-02
* Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia2020-05-28
* WIP: ASTBuilder (#1358)jsmall-nvidia2020-05-28
* Improvements around hashing (#1355)jsmall-nvidia2020-05-26
* AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia2020-05-20
* AST nodes using C++ Extractor (#1341)jsmall-nvidia2020-05-08
* Fixes for IR generics (#1311)Tim Foley2020-04-08
* Add basic support for namespaces (#1304)Tim Foley2020-04-02
* Constant time dynamic cast (#1250)jsmall-nvidia2020-02-28
* Fix a reference-counting bug in one of the session creation routines. (#1230)Tim Foley2020-02-19
* Literal handling improvements (#1202)jsmall-nvidia2020-02-06
* Some Slang API additions (#1195)Tim Foley2020-01-31
* Feature/source downstream compiler (#1153)jsmall-nvidia2019-12-12
* Use DownstreamCompiler for all downstream compilers (#1152)jsmall-nvidia2019-12-12
* Slang compiles CUDA source via NVRTC (#1151)jsmall-nvidia2019-12-12
* DownstreamCompiler abstraction (#1149)jsmall-nvidia2019-12-10
* Remove legacy feature for merging global shader parameters (#1139)Tim Foley2019-12-06
* Added -dump-intermediate-prefix option (#1146)jsmall-nvidia2019-12-05
* Setting downstream compiler (#1144)jsmall-nvidia2019-12-04
* Initial work for "global generic value parameters" (#1127)Tim Foley2019-11-19
* Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley2019-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
* Reference IR modules with entry point (#1101)jsmall-nvidia2019-10-31
* Refactor semantic checking code into more files (#1097)Tim Foley2019-10-25
* Don't use mangled names when emitting code (#1096)Tim Foley2019-10-25
* * 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
* Expose more repro in API, support output params. (#1087)jsmall-nvidia2019-10-23
* `Repro` functionality (#1085)jsmall-nvidia2019-10-21
* Initial work on representing layout at IR level (#1079)Tim Foley2019-10-17
* Simple test profiling (#1062)jsmall-nvidia2019-09-23
* Revisions to "new" Slang API based on use in Falcor (#1052)Tim Foley2019-09-13
* Support for getting git version from IGlobalSession (#1040)jsmall-nvidia2019-08-28
* User defined downstream compiler prelude (#1028)jsmall-nvidia2019-08-20
* A more convoluted #pragma once file identity test, using relative paths. (#1021)jsmall-nvidia2019-08-15
* Ability to set Paths on Pass Through/Back End Compilers (#1010)jsmall-nvidia2019-08-12
* Callable CPU code support (#1014)jsmall-nvidia2019-08-12
* Make SlangSession an alias for slang::IGlobalSession (#1011)jsmall-nvidia2019-08-08
* Revise new COM-lite API (#1007)Tim Foley2019-08-08
* Start exposing a new COM-lite API (#987)Tim Foley2019-06-19
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* Changes required for application adoption of interface-type parameters (#963)Tim Foley2019-05-20
* String/List closer to conventions, and use Index type (#959)jsmall-nvidia2019-04-29
* Add options to control optimization and debug information (#897)Tim Foley2019-03-12
* Fix `spReflection_FindTypeByName` (#891)Yong He2019-03-10
* Improve support for interfaces as shader parameters (#886)Tim Foley2019-03-08
* * Fix issue with dependency including source path - even if source was compil...jsmall-nvidia2019-03-05