summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check.cpp
Commit message (Expand)AuthorAge
* formatEllie Hermaszewska2024-10-29
* Capability type checking. (#3530)Yong He2024-02-02
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Do not use member function of incomplete SemanticsVisitor (#2968)Ellie Hermaszewska2023-07-07
* Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He2022-10-24
* Fix for issue with user attribute lookup (#2437)jsmall-nvidia2022-10-08
* IDownstreamCompiler interface (#2361)jsmall-nvidia2022-08-16
* Allow [mutating] methods on existential values (#2245)Theresa Foley2022-05-25
* Make translation units in the same CompileReq visible to `import`. (#2184)Yong He2022-04-19
* Runs all gfx unit tests through a 'test proxy' (#1981)jsmall-nvidia2021-10-26
* First Slang LLVM integration (#1934)jsmall-nvidia2021-09-10
* Glslang as DownstreamCompiler (#1846)jsmall-nvidia2021-05-19
* FXC as DownstreamCompiler (#1844)jsmall-nvidia2021-05-14
* Associating GUID (or UUID) with types (#1776)jsmall-nvidia2021-04-01
* Add Linux support to `platform` and `gfx`. (#1744)Yong He2021-03-11
* Make SlangCompileRequest COM type (#1620)jsmall-nvidia2020-12-01
* Search for multiple NVRTC versions (#1543)Tim Foley2020-09-16
* Fix the way extension declarations are cached for lookup (#1450)Tim Foley2020-07-23
* ASTNodes use MemoryArena (#1376)jsmall-nvidia2020-06-05
* Improvements around hashing (#1355)jsmall-nvidia2020-05-26
* Feature/glslang spirv version (#1256)jsmall-nvidia2020-03-05
* Initial support for user-defined initializer/constructor declarations (#1233)Tim Foley2020-02-20
* Added support for Targets to TypeTextUtil. (#1226)jsmall-nvidia2020-02-18
* CUDA/C++ backend improvements (#1198)jsmall-nvidia2020-02-04
* If a locator is not set for a DownstreamCompiler type, that doesn't *necessar...jsmall-nvidia2019-12-16
* 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
* Further refactoring of semantic checking (#1102)Tim Foley2019-11-18
* Refactor semantic checking code into more files (#1097)Tim Foley2019-10-25
* IR types for subset of Attributes (#1067)jsmall-nvidia2019-10-04
* Revisions to "new" Slang API based on use in Falcor (#1052)Tim Foley2019-09-13
* User defined downstream compiler prelude (#1028)jsmall-nvidia2019-08-20
* Support shifts and a few other ops in front-end constant folding (#1027)Tim Foley2019-08-19
* Ability to set Paths on Pass Through/Back End Compilers (#1010)jsmall-nvidia2019-08-12
* Revise new COM-lite API (#1007)Tim Foley2019-08-08
* Add support for the HLSL "cast from zero" idiom (#1008)Tim Foley2019-08-06
* Add an attribute to disable the overlapping-bindings warning (#1005)Tim Foley2019-07-29
* Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia2019-07-17
* 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