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-simplification.cpp
Commit message (
Expand
)
Author
Age
*
Add flag to hoist instructions (#6740)
jarcherNV
2025-04-11
*
format
Ellie Hermaszewska
2024-10-29
*
Assorted auto-diff enhancements for increased performance & more streamlined ...
Sai Praveen Bangaru
2024-10-28
*
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-19
*
Add option to preserve shader parameter declaration in output SPIRV. (#4344)
Yong He
2024-06-12
*
Improve compile time performance. (#3857)
Yong He
2024-05-29
*
Add options to speedup compilation. (#4240)
Yong He
2024-05-29
*
Add `-minimum-slang-optimization` to favor compile time. (#4186)
Yong He
2024-05-17
*
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-26
*
Refactor compiler option representations. (#3598)
Yong He
2024-02-20
*
Add ConstBufferPointer::subscript. (#3415)
Yong He
2023-12-15
*
SPIRV compiler performance fixes. (#3258)
Yong He
2023-10-04
*
Optimize specialization, and remove unnecessary calls to `simplifyIR`. (#2999)
Yong He
2023-07-19
*
Add perf benchmark utility. (#2977)
Yong He
2023-07-11
*
Fix div-by-zero error during sccp. (#2911)
Yong He
2023-05-31
*
Fix optimization pass not converging. (#2725)
Yong He
2023-03-23
*
Type legalization and autodiff bug fixes. (#2722)
Yong He
2023-03-22
*
More control flow simplifications. (#2673)
Yong He
2023-02-24
*
Full address insts elimination for backward autodiff. (#2604)
Yong He
2023-01-23
*
First custom backward-derivative test case working. (#2598)
Yong He
2023-01-17
*
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
*
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-24
*
Lower throwing COM interface method. (#2282)
Yong He
2022-06-21
*
Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...
Yong He
2022-02-25