summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-07-06Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska
2023-07-06Add support for length for scalar floating point types. (#2965)jsmall-nvidia
2023-07-06Work around for NonUniformResourceIndex with non integral types. (#2963)jsmall-nvidia
2023-07-05Disable l-value coercion for ref types (#2960)jsmall-nvidia
2023-07-05Initial sizeof/alignof implementation. (#2954)jsmall-nvidia
2023-06-30Fix for operator assignment issue (#2951)jsmall-nvidia
2023-06-29Issue diagnostic for incorrect parameter types & directionality when defining...Sai Praveen Bangaru
2023-06-29Small fixes to GLSL-legalize and func-property prop. (#2950)Yong He
2023-06-29Warn on semicolon after `if`. (#2948)Yong He
2023-06-28Fix parameter block loads in GLSL emit. (#2946)Yong He
2023-06-28Add support for vk::image_format attribute (#2945)jsmall-nvidia
2023-06-27Support for infinite literal of from 34.2432#INF (#2944)jsmall-nvidia
2023-06-27Pointer layout support (#2930)jsmall-nvidia
2023-06-26Fix DCE on mutable calls in a loop. (#2943)Yong He
2023-06-26Handling SV_ClipDistance system semantic on GLSL/VK (#2942)jsmall-nvidia
2023-06-26Multiple cast issue fix (#2940)jsmall-nvidia
2023-06-22Allow multiple attributes to not require separating comma (#2939)jsmall-nvidia
2023-06-22[branch] and [flatten] support (#2928)jsmall-nvidia
2023-06-20Fix for generic with scope issue (#2925)jsmall-nvidia
2023-06-13Fixes for Shader Execution Reordering on VK (#2929)Theresa Foley
2023-06-07AD: Fix out-of-scope indexing rules for insts in loop header blocks during th...Sai Praveen Bangaru
2023-06-02Fix generic param inference through TypeCastIntVal. (#2916)Yong He
2023-06-01Be lenient on same-size unsigend->signed conversion. (#2913)Yong He
2023-05-31Preserve type cast during AST constant folding. (#2912)Yong He
2023-05-31Fix div-by-zero error during sccp. (#2911)Yong He
2023-05-31Confirm reflection output is valid JSON (#2910)jsmall-nvidia
2023-05-30Fix type checking & loop value hoisting (#2907)Yong He
2023-05-30Fix derivative signature bug in checkDerivativeAttribute. (#2905)Yong He
2023-05-30Disallow duplicate enumerator names in the same enum (#2904)Ellie Hermaszewska
2023-05-26Fix bug in legalizeFuncType that leads to invalid IR. (#2902)Yong He
2023-05-22Source embedding for output (#2889)jsmall-nvidia
2023-05-14Add [Differentiable(n)] syntax to specify max order. (#2883)Yong He
2023-05-12Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska
2023-05-11MVP for higher order functions (#2849)Ellie Hermaszewska
2023-05-09Fix function side-effectness prop logic. (#2875)Yong He
2023-05-07Optimize logic around indexed temporary variables (#2873)Sai Praveen Bangaru
2023-05-06Don't store loop induction values + fix minor issue (#2872)Sai Praveen Bangaru
2023-05-05Fix checkpoint hints for higher-order autodiff (#2869)Sai Praveen Bangaru
2023-05-04Improvements around HLSLToVulkanLayout (#2867)jsmall-nvidia
2023-05-03HLSL->Vulkan binding support (#2865)jsmall-nvidia
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-04-29CommandOptions (#2856)jsmall-nvidia
2023-04-28SSA Register Allocation improvements. (#2857)Yong He
2023-04-29Minor tidyings around d3d usage (#2854)Ellie Hermaszewska
2023-04-28Fix handling of `[PreferRecompute]`. (#2855)Sai Praveen Bangaru
2023-04-26Intellisense: show info on decl kind and differentiability. (#2847)Yong He
2023-04-26Autodiff support for dynamically dispatched generic method. (#2846)Yong He
2023-04-26For C-like targets, emit resource declarations before other globals (#2843)Sai Praveen Bangaru
2023-04-25Support recomputing phi params in bwd prop func. (#2841)Yong He
2023-04-24Change AD checkpointing policy to recompute more. (#2836)Yong He