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.cpp
Age
Commit message (
Expand
)
Author
2020-08-07
AnyValue packing/unpacking pass. (#1480)
Yong He
2020-08-05
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-07-31
Add [anyValueSize] attribute to interfaces and propagate that in the IR. (#1469)
Yong He
2020-07-31
Fix issues arising around DXR 1.1 RayQuery usage (#1468)
Tim Foley
2020-07-24
Ensure labels are dumped in `lower-to-ir` (#1459)
Yong He
2020-07-23
Run SSA pass to clean up temporary variables during generics lowering. (#1447)
Yong He
2020-07-15
Refactor lower-generics pass into separate subpasses. (#1442)
Yong He
2020-07-13
Dynamic code gen for functions returning generic types. (#1439)
Yong He
2020-07-10
CUDA/CPU varying compute inputs as IR pass (#1438)
Tim Foley
2020-07-10
Dynamic code gen for generic local variables. (#1434)
Yong He
2020-07-08
Add support for global uniform shader parameters (#1433)
Tim Foley
2020-06-25
remove ThisPointerDecoration, generate IRInterfaceType in one pass
Yong He
2020-06-25
Remove interfaceType operand from lookup_witness_method inst
Yong He
2020-06-25
Partial fixes to code review comments
Yong He
2020-06-24
Dynamic dispatch for generic interface requirements.
Yong He
2020-06-17
Dynamic dipatch non-static functions.
Yong He
2020-06-17
Generate dynamic C++ code for the minimal test case. (#1391)
Yong He
2020-06-15
Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...
Yong He
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-26
Synthesize "active mask" for CUDA (#1352)
Tim Foley
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-07
Enhanced C++ extractor (#1340)
jsmall-nvidia
2020-04-08
Fixes for IR generics (#1311)
Tim Foley
2020-03-11
Add a basc inlining facility for use in the stdlib (#1271)
Tim Foley
2020-03-11
Clean-ups related to expanded standard library coverage (#1269)
Tim Foley
2020-03-02
Renamed UnownedStringSlice::size to getLength to make match String. (#1254)
jsmall-nvidia
2020-02-27
Fix some IR logic around load from a rate-qualified pointer (#1248)
Tim Foley
2020-02-06
Literal handling improvements (#1202)
jsmall-nvidia
2020-01-28
Fix layout for structured buffers of matrices (#1184)
Tim Foley
2019-11-22
Clean up the concept of "pseudo ops" (#1136)
Tim Foley
2019-11-19
Initial work for "global generic value parameters" (#1127)
Tim Foley
2019-10-24
Strip IR after front-end steps are done (#1092)
Tim Foley
2019-10-22
User IR-based layout for all IR steps (#1084)
Tim Foley
2019-10-17
Initial work on representing layout at IR level (#1079)
Tim Foley
2019-09-18
Clean up some behavior of operator% (#1060)
Tim Foley
2019-08-22
WIP: CPU compute coverage (#1030)
jsmall-nvidia
2019-08-08
Revise new COM-lite API (#1007)
Tim Foley
2019-07-18
Add back a notion of IR global constants (#1002)
Tim Foley
2019-07-17
Change how global-scope constants are handled (#1001)
Tim Foley
2019-07-09
WIP: slang to C++ code generation (#997)
jsmall-nvidia
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia