summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2022-06-13Follow up on Language Server Improvement (#2275)Yong He
2022-06-13More liveness improvements (#2272)jsmall-nvidia
2022-06-13Language Server improvements. (#2269)Yong He
2022-06-13Liveness fixes and improvements (#2270)jsmall-nvidia
2022-06-13Hot fix: Language server protocol initialization (#2274)jsmall-nvidia
2022-06-13Hotfix: Hover initialization (#2273)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-08Improvements around Visual Studio versions/matching versions (#2267)jsmall-nvidia
2022-06-08Actual global support (#2262)jsmall-nvidia
2022-06-07Code review fixes for language server. (#2265)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-06-01Clean up void returns. (#2260)Yong He
2022-06-01Disable stdlib source via premake (#2259)jsmall-nvidia
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-05-31Add Slang::String compatibility with std::ostream (#2256)Craig Kolb
2022-05-31Work around MacOS compilation issue with embed stlib (#2255)Craig Kolb
2022-05-27Added NativeStringType (#2252)jsmall-nvidia
2022-05-26Remove LivenessLocation (#2248)jsmall-nvidia
2022-05-25Allow [mutating] methods on existential values (#2245)Theresa Foley
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-17Configuration for warnings (#2241)Alexey Panteleev
2022-05-17Refactor prelude emit (#2236)jsmall-nvidia
2022-05-17Special handling around return and liveness (#2234)jsmall-nvidia
2022-05-17Liveness tracking with phis (#2233)jsmall-nvidia
2022-05-16Fixed the false successful compile result when the FXC downstream compiler is...Alexey Panteleev
2022-05-10Initial support for COM interface in host code. (#2230)Yong He
2022-05-10Glslang upgrade (#2228)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-05Output SPIR-V lifetimes (#2221)jsmall-nvidia
2022-05-05Preliminary Liveness tracking (#2218)jsmall-nvidia
2022-04-28Fix errors when building with the latest Xcode (#2215)Vincent Isambart
2022-04-28Fix the way IR "regions" store conditions (#2216)Theresa Foley
2022-04-28Disable `class` keyword to define a new type (#2212)jsmall-nvidia
2022-04-27Make artifact an interface (#2195)jsmall-nvidia
2022-04-27Split out Artifact info (#2193)jsmall-nvidia
2022-04-26Improvements around Artifacts (#2192)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-21Made translation units visible to transitive `import`s. (#2197)Yong He
2022-04-21`export` support in HLSL (#2188)jsmall-nvidia
2022-04-19Make translation units in the same CompileReq visible to `import`. (#2184)Yong He