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-simplify-cfg.cpp
Age
Commit message (
Expand
)
Author
2025-07-01
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-04-21
Allow simplifying self-referential Phi parameters (#6870)
Julius Ikkala
2025-04-11
Add flag to hoist instructions (#6740)
jarcherNV
2025-01-14
Fix simplify if-else (#6077)
cheneym2
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-05-17
Add `-minimum-slang-optimization` to favor compile time. (#4186)
Yong He
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-10-25
Fix single iteration loop detection logic. (#3287)
Yong He
2023-10-04
SPIRV compiler performance fixes. (#3258)
Yong He
2023-09-21
Various slangpy fixes. (#3227)
Yong He
2023-08-25
Fix various issues with trivial loops (#3149)
Sai Praveen Bangaru
2023-08-24
Misc. SPIRV Fixes, Part 2. (#3147)
Yong He
2023-08-16
Simplify IfElse instructions with a single trivial block (#3114)
Ellie Hermaszewska
2023-08-14
Fix issue with nested loop unrolling (#3100)
Sai Praveen Bangaru
2023-07-20
Fix issue with loop elimination not working on certain side-effect-free loops...
Sai Praveen Bangaru
2023-07-18
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-06-26
Fix DCE on mutable calls in a loop. (#2943)
Yong He
2023-05-09
Fix function side-effectness prop logic. (#2875)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-03-23
Fix optimization pass not converging. (#2725)
Yong He
2023-03-22
Type legalization and autodiff bug fixes. (#2722)
Yong He
2023-02-24
More control flow simplifications. (#2673)
Yong He
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-13
Add Loop Unrolling Pass. (#2644)
Yong He
2023-01-23
Full address insts elimination for backward autodiff. (#2604)
Yong He
2022-11-10
Fix inlining pass. (#2506)
Yong He
2022-10-11
Small IR cleanups. (#2441)
Yong He
2022-10-10
Support multi-level break + single-return conversion + general inline. (#2436)
Yong He
2022-02-25
Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...
Yong He