index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2023-05-31
Preserve type cast during AST constant folding. (#2912)
Yong He
2023-05-31
Fix div-by-zero error during sccp. (#2911)
Yong He
2023-05-31
Confirm reflection output is valid JSON (#2910)
jsmall-nvidia
2023-05-30
Fix type checking & loop value hoisting (#2907)
Yong He
2023-05-30
Fix derivative signature bug in checkDerivativeAttribute. (#2905)
Yong He
2023-05-30
Disallow duplicate enumerator names in the same enum (#2904)
Ellie Hermaszewska
2023-05-26
Fix bug in legalizeFuncType that leads to invalid IR. (#2902)
Yong He
2023-05-22
Source embedding for output (#2889)
jsmall-nvidia
2023-05-14
Add [Differentiable(n)] syntax to specify max order. (#2883)
Yong He
2023-05-12
Fusion pass for saturated_cooperation (#2874)
Ellie Hermaszewska
2023-05-11
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-05-09
Fix function side-effectness prop logic. (#2875)
Yong He
2023-05-07
Optimize logic around indexed temporary variables (#2873)
Sai Praveen Bangaru
2023-05-06
Don't store loop induction values + fix minor issue (#2872)
Sai Praveen Bangaru
2023-05-05
Fix checkpoint hints for higher-order autodiff (#2869)
Sai Praveen Bangaru
2023-05-04
Improvements around HLSLToVulkanLayout (#2867)
jsmall-nvidia
2023-05-03
HLSL->Vulkan binding support (#2865)
jsmall-nvidia
2023-05-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-04-29
CommandOptions (#2856)
jsmall-nvidia
2023-04-28
SSA Register Allocation improvements. (#2857)
Yong He
2023-04-29
Minor tidyings around d3d usage (#2854)
Ellie Hermaszewska
2023-04-28
Fix handling of `[PreferRecompute]`. (#2855)
Sai Praveen Bangaru
2023-04-26
Intellisense: show info on decl kind and differentiability. (#2847)
Yong He
2023-04-26
Autodiff support for dynamically dispatched generic method. (#2846)
Yong He
2023-04-26
For C-like targets, emit resource declarations before other globals (#2843)
Sai Praveen Bangaru
2023-04-25
Support recomputing phi params in bwd prop func. (#2841)
Yong He
2023-04-24
Change AD checkpointing policy to recompute more. (#2836)
Yong He
2023-04-24
Fix issue with Obfuscated hash (#2834)
jsmall-nvidia
2023-04-23
Add support for `kIROp_MakeExistential` (#2832)
Sai Praveen Bangaru
2023-04-21
Add support for `kIROp_FloatCast` (#2824)
Sai Praveen Bangaru
2023-04-21
AD: Various fixes around dynamic dispatch (#2820)
Sai Praveen Bangaru
2023-04-21
Add warning for returning without initializing out parameter (#2807)
Ellie Hermaszewska
2023-04-20
Improvements outputting containers (#2815)
jsmall-nvidia
2023-04-17
Round trip source map (#2810)
jsmall-nvidia
2023-04-17
WIP: "deprecated" attribute (#2698)
Ellie Hermaszewska
2023-04-14
Bugfix: compiler will run forever to eliminate dead code (#2809)
winmad
2023-04-14
Diagnose on using uninitialized `out` param. (#2803)
Yong He
2023-04-14
Some small fixes with Windows/DX usage (#2797)
Ellie Hermaszewska
2023-04-13
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-04-13
Fix scalar swizzle write. (#2801)
Yong He
2023-04-13
Add inherit interface test. (#2800)
Yong He
2023-04-13
Matrix swizzle writes (#2713)
Ellie Hermaszewska
2023-04-12
Combine lookupWitness lowering with specialization. (#2794)
Yong He
2023-04-11
Implement FileCheck tests for several test commands (#2747)
Ellie Hermaszewska
2023-04-10
Cleaner impl of unary stdlib derivative functions. (#2785)
Yong He
2023-04-07
Diagnose on attempt to specialize with interface type. (#2780)
Yong He
2023-04-07
Fix crash on overloaded custom derivative function (#2782)
Sai Praveen Bangaru
2023-04-05
Warn on dangling comparison operator. (#2779)
Yong He
2023-04-05
Register `IDifferentiable` witnesses for the differential associated types of...
Sai Praveen Bangaru
2023-04-04
Diagnose on using assignment as predicate expr. (#2774)
Yong He
[next]