summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-06-08Improved bounds checking for C++/CUDA (#2263)jsmall-nvidia
2022-06-08Add smoke test for language server. (#2266)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-06-01Clean up void returns. (#2260)Yong He
2022-05-18Support for querying which parameters are used in emitted code (#2239)Alexey Panteleev
2022-05-18Support for `[[vk::spirv_instruction(op)]]` (#2242)jsmall-nvidia
2022-05-17Special handling around return and liveness (#2234)jsmall-nvidia
2022-05-17Liveness tracking with phis (#2233)jsmall-nvidia
2022-05-10Add support for `spirv_literal` (#2227)jsmall-nvidia
2022-05-10Use IR pass to eliminate phi nodes (#2226)Theresa Foley
2022-05-09Liveness pass fixes and improvements (#2225)jsmall-nvidia
2022-05-06Initial work around groupshared (#2224)jsmall-nvidia
2022-05-05Support for HLSL `export` (#2223)jsmall-nvidia
2022-05-05Various vulkan/glsl fixes. (#2222)Yong He
2022-05-05Preliminary Liveness tracking (#2218)jsmall-nvidia
2022-04-28Disable `class` keyword to define a new type (#2212)jsmall-nvidia
2022-04-26Linking in DXC (#2190)jsmall-nvidia
2022-04-26Overloaded name lookup fix (#2199)jsmall-nvidia
2022-04-25Fixed the implementation of RayQuery flags passed through the generic paramet...Alexey Panteleev
2022-04-21`export` support in HLSL (#2188)jsmall-nvidia
2022-04-21Example for compiler crash with recursive function calling (#2196)jsmall-nvidia
2022-04-15DXIL library support and Artifact type (#2186)jsmall-nvidia
2022-04-13Callable shader fix and explicit payload locations for GLSL (#2185)Alexey Panteleev
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-04-06Fixed the mapping of the ray tracing instance functions to GLSL (#2177)Alexey Panteleev
2022-04-05Fix issue with multiple namespace openings (#2176)jsmall-nvidia
2022-04-05Handling static const variables in generics (#2171)jsmall-nvidia
2022-04-05Added sample-grad-clamp-lod test. (#2173)jsmall-nvidia
2022-04-01Improved type printing (#2172)Alexey Panteleev
2022-03-24Fix for default initialization with generic field (#2168)jsmall-nvidia
2022-03-18Fix type truncation during SCCP. (#2163)Yong He
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2022-02-16Various gfx fixes. (#2132)Yong He
2022-02-09Generic experiments (#2119)jsmall-nvidia
2022-02-03'Explicit specialization' experiments with extensions (#2099)jsmall-nvidia
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2022-01-10Test for dynamicDispatch/resource internal error (#2071)jsmall-nvidia
2021-12-21Language experiments (#2068)jsmall-nvidia
2021-12-21Assorted disabled tests around generics (#2062)jsmall-nvidia
2021-12-03U/Int64 coverage on slang-llvm JIT (#2040)jsmall-nvidia
2021-11-30Fix issue around constant folding/bool (#2036)jsmall-nvidia
2021-11-11Fix two test cases that were causing problems (#2011)Theresa Foley
2021-11-03Fix an infinite-recursion bug in type-checking (#2004)Theresa Foley
2021-10-29Use detected shader model in gfx/d3d12. (#1996)Yong He
2021-10-27Update glslang binaries (#1991)jsmall-nvidia
2021-10-27SPIR-V fixes (#1992)jsmall-nvidia
2021-10-26Runs all gfx unit tests through a 'test proxy' (#1981)jsmall-nvidia
2021-10-26Expanded gfx::Format to include additional formats (#1982)lucy96chen
2021-10-21Passing associated type arguments to existential parameters + packing for `bo...Yong He
2021-10-21Diagnostic for no type conformance + bug fix. (#1985)Yong He