summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-link.cpp
Commit message (Expand)AuthorAge
...
* Refactor Auto-diff passes (#2526)Sai Praveen Bangaru2022-11-22
* Clean up type checking of higher order expressions. (#2519)Yong He2022-11-16
* Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He2022-11-09
* Rework differential conformance dictionary checking. (#2483)Yong He2022-11-02
* More renaming in jvp pass. (#2475)Yong He2022-10-27
* Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru2022-10-20
* Run simple compute kernel in gfx-smoke test. (#2400)Yong He2022-09-15
* Artifact and ICastable (#2351)jsmall-nvidia2022-08-10
* Improvements around Artifact (#2346)jsmall-nvidia2022-08-03
* Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...Sai Praveen Bangaru2022-06-30
* Added NativeStringType (#2252)jsmall-nvidia2022-05-27
* Initial support for COM interface in host code. (#2230)Yong He2022-05-10
* Support for HLSL `export` (#2223)jsmall-nvidia2022-05-05
* Make artifact an interface (#2195)jsmall-nvidia2022-04-27
* Linking in DXC (#2190)jsmall-nvidia2022-04-26
* DXIL library support and Artifact type (#2186)jsmall-nvidia2022-04-15
* Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley2022-04-11
* Add entry-point name override feature. (#2089)Yong He2022-01-21
* Cleanup refactoring work around the IR builder (#2061)Theresa Foley2021-12-17
* Add API to control interface specialization. (#1925)Yong He2021-08-26
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Add first steps toward a "capability" system (#1636)Tim Foley2020-12-11
* Make witness and RTTI handles lower to `uint2`. (#1613)Yong He2020-11-20
* Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley2020-11-19
* Simplify workflow when using NVAPI (#1556)Tim Foley2020-09-23
* Enable all dynamic dispatch tests on CUDA. (#1552)Yong He2020-09-21
* Allow existential types in `StructuredBuffer` element type. (#1536)Yong He2020-09-10
* Avoid nondeterministic ordering of output (#1522)Tim Foley2020-08-28
* GPU Foreach Loop (#1498)Dietrich Geisler2020-08-17
* Multiple Entry Point Backend (#1437)Dietrich Geisler2020-07-20
* Add support for global uniform shader parameters (#1433)Tim Foley2020-07-08
* Public Keyword for Functions (#1432)Dietrich Geisler2020-07-07
* Fix bug in slang-dxc-support where it didn't get the source path correctly (#...jsmall-nvidia2020-07-01
* Backend for Multiple Entry Points (#1411)Dietrich Geisler2020-06-29
* Partial fixes to code review commentsYong He2020-06-25
* Fix `lowerFuncType` and small bug fixes.Yong He2020-06-24
* Dynamic dispatch for generic interface requirements.Yong He2020-06-24
* Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...Yong He2020-06-15
* WIP CUDA source emit (#1157)jsmall-nvidia2019-12-19
* Feature/string hash review (#1142)jsmall-nvidia2019-12-04
* getStringHash on string literals (#1140)jsmall-nvidia2019-12-03
* Initial work for "global generic value parameters" (#1127)Tim Foley2019-11-19
* Initial work on direct emission of SPIR-V (#1118)Tim Foley2019-11-14
* Support for [__extern] attribute (#1111)jsmall-nvidia2019-11-06
* Feature/obfuscate improvements (#1107)jsmall-nvidia2019-11-06
* Reference IR modules with entry point (#1101)jsmall-nvidia2019-10-31
* WIP: Simple separate IR module linkage working (#1100)jsmall-nvidia2019-10-30
* User IR-based layout for all IR steps (#1084)Tim Foley2019-10-22
* Initial work on representing layout at IR level (#1079)Tim Foley2019-10-17
* Revise new COM-lite API (#1007)Tim Foley2019-08-08