index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-mangle.cpp
Commit message (
Expand
)
Author
Age
*
Fix name mangling of `FuncCallIntVal` in func signatures. (#2709)
Yong He
2023-03-16
*
Support dynamic dispatch a backward differentiable function. (#2678)
Yong He
2023-02-24
*
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2023-01-30
*
Split bwd_diff op into separate ops for primal and propagate func. (#2582)
Yong He
2023-01-06
*
Autodiff through simple dynamic dispatch. (#2527)
Yong He
2022-11-23
*
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-16
*
Add `[ForwardDerivativeOf]` attribute. (#2501)
Yong He
2022-11-09
*
GFX: support D3D12EnableExperimentalFeatures. (#2424)
Yong He
2022-09-29
*
Language feature: pointer sized int types. (#2401)
Yong He
2022-09-15
*
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-09-13
*
More Language Server Improvements. (#2289)
Yong He
2022-06-22
*
Various vulkan/glsl fixes. (#2222)
Yong He
2022-05-05
*
Allow slangc to generate exe from .slang file. (#2170)
Yong He
2022-03-28
*
Fixed naming conflicts in heterogeneous-hello-world (#2114)
David Siher
2022-02-03
*
Two small fixes. (#1928)
Theresa Foley
2021-09-02
*
Handle unexpected character in mangled names (#1919)
Theresa Foley
2021-08-11
*
Added compiler-core project (#1775)
jsmall-nvidia
2021-04-01
*
Serialized stdlib working (#1603)
jsmall-nvidia
2020-11-18
*
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-05
*
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-29
*
WIP: ASTBuilder (#1358)
jsmall-nvidia
2020-05-28
*
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-26
*
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-05-22
*
Remove static struct members from layout and reflection (#1310)
jsmall-nvidia
2020-04-08
*
Define compound intrinsic ops in the standard library (#1273)
Tim Foley
2020-03-16
*
Renamed UnownedStringSlice::size to getLength to make match String. (#1254)
jsmall-nvidia
2020-03-02
*
Add surface syntax for "this type" (#1236)
Tim Foley
2020-02-21
*
Feature/obfuscate improvements (#1107)
jsmall-nvidia
2019-11-06
*
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-05-31