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-ir-ssa.cpp
Commit message (
Expand
)
Author
Age
*
Clean up Slang IR representation of undefined values (#8708)
Theresa Foley
2025-10-15
*
Clone name hint decoration when emiting Undefined (#6415)
Jay Kwak
2025-02-24
*
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-05
*
format
Ellie Hermaszewska
2024-10-29
*
Report AD checkpoint contexts (#5058)
venkataram-nv
2024-09-18
*
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-08-18
*
SPIRV compiler performance fixes. (#3258)
Yong He
2023-10-04
*
Initial support for differentiating existential types (#3111)
Sai Praveen Bangaru
2023-08-17
*
Support implciit casted swizzled lvalue. (#3077)
Yong He
2023-08-09
*
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)
Sai Praveen Bangaru
2023-03-15
*
Cleaned up legacy differential type handling + type casting bugfixes (#2660)
Sai Praveen Bangaru
2023-02-17
*
Proper reverse-mode loop handling with splitting + inversion steps (#2656)
Sai Praveen Bangaru
2023-02-17
*
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
*
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-02-16
*
Overhaul `transposeParameterBlock` to support `inout` params. (#2621)
Yong He
2023-02-03
*
Overhauled reverse-mode control flow handling (#2608)
Sai Praveen Bangaru
2023-01-30
*
Fixes for crash when inlining at global scope (#2593)
Theresa Foley
2023-01-14
*
Make backward differentiation work with generics. (#2586)
Yong He
2023-01-11
*
Separate primal computations from unzipped function into an explicit function...
Yong He
2022-12-19
*
Rename IR opcodes to unify style. (#2556)
Yong He
2022-12-07
*
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-10-20
*
Support multi-level break + single-return conversion + general inline. (#2436)
Yong He
2022-10-10
*
Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...
Yong He
2022-02-25
*
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-12-17
*
More #line improvements (#1713)
jsmall-nvidia
2021-02-17
*
Add an accessor for IRInst opcode (#1707)
Tim Foley
2021-02-16
*
Fix issues arising around DXR 1.1 RayQuery usage (#1468)
Tim Foley
2020-07-31
*
Synthesize "active mask" for CUDA (#1352)
Tim Foley
2020-05-26
*
Fix a bug in SSA form creation (#1058)
Tim Foley
2019-09-18
*
Change how global-scope constants are handled (#1001)
Tim Foley
2019-07-17
*
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-05-31