index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-link.cpp
Age
Commit message (
Expand
)
Author
2023-03-08
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-01-17
First custom backward-derivative test case working. (#2598)
Yong He
2022-12-07
Lower-to-ir no longer produce `Construct` inst. (#2553)
Yong He
2022-11-22
Refactor Auto-diff passes (#2526)
Sai Praveen Bangaru
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-09
Add `[ForwardDerivativeOf]` attribute. (#2501)
Yong He
2022-11-02
Rework differential conformance dictionary checking. (#2483)
Yong He
2022-10-27
More renaming in jvp pass. (#2475)
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-09-15
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-08-10
Artifact and ICastable (#2351)
jsmall-nvidia
2022-08-03
Improvements around Artifact (#2346)
jsmall-nvidia
2022-06-30
Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...
Sai Praveen Bangaru
2022-05-27
Added NativeStringType (#2252)
jsmall-nvidia
2022-05-10
Initial support for COM interface in host code. (#2230)
Yong He
2022-05-05
Support for HLSL `export` (#2223)
jsmall-nvidia
2022-04-27
Make artifact an interface (#2195)
jsmall-nvidia
2022-04-26
Linking in DXC (#2190)
jsmall-nvidia
2022-04-15
DXIL library support and Artifact type (#2186)
jsmall-nvidia
2022-04-11
Refactor: eliminate BackEndCompileRequest (#2178)
Theresa Foley
2022-01-21
Add entry-point name override feature. (#2089)
Yong He
2021-12-17
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-08-26
Add API to control interface specialization. (#1925)
Yong He
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
2020-12-11
Add first steps toward a "capability" system (#1636)
Tim Foley
2020-11-20
Make witness and RTTI handles lower to `uint2`. (#1613)
Yong He
2020-11-19
Unify handling of static and dynamic dispatch for interfaces (#1612)
Tim Foley
2020-09-23
Simplify workflow when using NVAPI (#1556)
Tim Foley
2020-09-21
Enable all dynamic dispatch tests on CUDA. (#1552)
Yong He
2020-09-10
Allow existential types in `StructuredBuffer` element type. (#1536)
Yong He
2020-08-28
Avoid nondeterministic ordering of output (#1522)
Tim Foley
2020-08-17
GPU Foreach Loop (#1498)
Dietrich Geisler
2020-07-20
Multiple Entry Point Backend (#1437)
Dietrich Geisler
2020-07-08
Add support for global uniform shader parameters (#1433)
Tim Foley
2020-07-07
Public Keyword for Functions (#1432)
Dietrich Geisler
2020-07-01
Fix bug in slang-dxc-support where it didn't get the source path correctly (#...
jsmall-nvidia
2020-06-29
Backend for Multiple Entry Points (#1411)
Dietrich Geisler
2020-06-25
Partial fixes to code review comments
Yong He
2020-06-24
Fix `lowerFuncType` and small bug fixes.
Yong He
2020-06-24
Dynamic dispatch for generic interface requirements.
Yong He
2020-06-15
Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...
Yong He
2019-12-19
WIP CUDA source emit (#1157)
jsmall-nvidia
2019-12-04
Feature/string hash review (#1142)
jsmall-nvidia
2019-12-03
getStringHash on string literals (#1140)
jsmall-nvidia
2019-11-19
Initial work for "global generic value parameters" (#1127)
Tim Foley
2019-11-14
Initial work on direct emission of SPIR-V (#1118)
Tim Foley
2019-11-06
Support for [__extern] attribute (#1111)
jsmall-nvidia
2019-11-06
Feature/obfuscate improvements (#1107)
jsmall-nvidia
[next]