summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-07-19Yet more improvements/fixes to cpu-target.md (#2330)jsmall-nvidia
2022-07-18Added forward-mode autodiff support for more instructions (#2331)Sai Praveen Bangaru
2022-07-13Added support for differentiating out and inout parameters. (#2323)Sai Praveen Bangaru
2022-07-12Support `class` types. (#2321)Yong He
2022-07-11Added support for differentiating calls to basic functions, as well as arithm...Sai Praveen Bangaru
2022-07-06WAR for double/host-callable/x86 (#2314)jsmall-nvidia
2022-06-30Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...Sai Praveen Bangaru
2022-06-30Language server: extract documentation from ordinary comments (#2308)Yong He
2022-06-27Language server fixes and improvements (#2304)Yong He
2022-06-25Specialize generic/existential calls within generic functions. (#2294)Yong He
2022-06-25Added basic auto-diff capabilities for local load/store and simple arithmetic...Sai Praveen Bangaru
2022-06-23Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru
2022-06-23Preserve specialization cache in IR for specialization pass. (#2293)Yong He
2022-06-23Define proper diagnostic item for two common "unimplemented" cases. (#2296)Yong He
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-06-21Add CPU executable compile test (#2278)Yong He
2022-06-13Follow up on Language Server Improvement (#2275)Yong He
2022-06-13Language Server improvements. (#2269)Yong He
2022-06-13Liveness fixes and improvements (#2270)jsmall-nvidia
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