summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.cpp
Commit message (Expand)AuthorAge
* Standard library save/loadable (#1592)jsmall-nvidia2020-11-05
* Handling imported/exporting symbols from serialized modules (#1589)jsmall-nvidia2020-10-29
* Add sequential ID cache in Linkage for witness tables and RTTI objects. (#1590)Yong He2020-10-28
* Add API for whole program compilation. (#1562)Yong He2020-09-26
* Enable default cpp prelude. (#1560)Yong He2020-09-24
* Refactor preprocessor API to avoid coupling (#1559)Tim Foley2020-09-24
* Simplify workflow when using NVAPI (#1556)Tim Foley2020-09-23
* Serialization fixes based on review of #1547 (#1551)jsmall-nvidia2020-09-18
* Control container serialization with SerialOptionFlags (#1550)jsmall-nvidia2020-09-18
* Share debug information between AST and IR (#1547)jsmall-nvidia2020-09-17
* Embed default prelude for CUDA (#1546)Tim Foley2020-09-17
* Test if blob is returned. (#1535)jsmall-nvidia2020-09-08
* Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He2020-09-02
* Support dynamic existential shader parameters in render-test (#1525)Yong He2020-09-01
* AST Serialization in Modules (#1524)jsmall-nvidia2020-08-31
* Export witness table and RTTI objects in compiled libraries. (#1514)Yong He2020-08-25
* Remove IncludeHandler. (#1505)jsmall-nvidia2020-08-19
* Support for float atomics on RWByteAddressBuffer (#1502)jsmall-nvidia2020-08-18
* Fix the way extension declarations are cached for lookup (#1450)Tim Foley2020-07-23
* AST serialize improvements (#1412)jsmall-nvidia2020-06-26
* AST Serialize Reading (#1409)jsmall-nvidia2020-06-25
* AST Serialization writing (#1407)jsmall-nvidia2020-06-24
* Prelude is associated with SourceLanguage (#1398)jsmall-nvidia2020-06-18
* Fix and improvements around repro (#1397)jsmall-nvidia2020-06-18
* 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