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-liveness.cpp
Age
Commit message (
Expand
)
Author
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-02-08
Support pointers in SPIRV. (#3561)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2022-12-07
Rename IR opcodes to unify style. (#2556)
Yong He
2022-12-07
Remove `construct` IR op. (#2555)
Yong He
2022-12-07
Lower-to-ir no longer produce `Construct` inst. (#2553)
Yong He
2022-06-13
More liveness improvements (#2272)
jsmall-nvidia
2022-06-13
Liveness fixes and improvements (#2270)
jsmall-nvidia
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-05-26
Remove LivenessLocation (#2248)
jsmall-nvidia
2022-05-17
Special handling around return and liveness (#2234)
jsmall-nvidia
2022-05-17
Liveness tracking with phis (#2233)
jsmall-nvidia
2022-05-09
Liveness pass fixes and improvements (#2225)
jsmall-nvidia
2022-05-05
Output SPIR-V lifetimes (#2221)
jsmall-nvidia
2022-05-05
Preliminary Liveness tracking (#2218)
jsmall-nvidia