summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-05Fix matrix packing/unpacking logic. (#2393)Yong He
2022-09-05Multi parameter `__subscript` (#2392)Yong He
2022-09-01Upgrade slang-llvm (#2390)jsmall-nvidia
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia
2022-09-01Use Artifact in slang-test (#2385)jsmall-nvidia
2022-09-01Remove artifact from SourceFile (#2384)jsmall-nvidia
2022-09-01Small fix to enable generic typealias. (#2391)Yong He
2022-09-01Public interface for arithmetic types in stdlib. (#2389)Yong He
2022-09-01Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He
2022-09-01Make FileSystem files and OS files distinct (#2383)jsmall-nvidia
2022-09-01Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia
2022-08-26DownstreamCompileOptions using POD types (#2381)jsmall-nvidia
2022-08-25Fix for Vulkan ray tracing test using a non-zero raygen shader index (#2380)lucy96chen
2022-08-24Allow `static const` interface requirements. (#2378)Yong He
2022-08-24Improvements around file tracking and Artifacts (#2379)jsmall-nvidia
2022-08-24Disable module name translation when it ends with ".slang" (#2377)Yong He
2022-08-24Compiler time evaluation of all int and bool operators. (#2376)Yong He
2022-08-24Use enums with backing types in Slang API (#2375)jsmall-nvidia
2022-08-24Assorted Artifact improvements (#2374)jsmall-nvidia
2022-08-22Improve binary compatibility for DownstreamCompiler types (#2371)jsmall-nvidia
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-08-22Support compile-time constant int val in the form of polynomials. (#2372)Yong He
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2022-08-18Trigger function signature on typing "," (#2366)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-08-17Move -Werror to CI (#2362)Eric Engestrom
2022-08-16Compute canonical path for modules loaded from source. (#2365)Yong He
2022-08-16Add gfx interface definition in Slang. (#2364)Yong He
2022-08-16IDownstreamCompiler interface (#2361)jsmall-nvidia
2022-08-16Add some simple macro defines including __HLSL_VERSION (#2363)jsmall-nvidia
2022-08-16Move metadata/diagnostics to associated types (#2358)jsmall-nvidia
2022-08-16Remove CompileResult to use IArtifact (#2357)jsmall-nvidia
2022-08-12Fix logic of `is` operator. (#2359)Yong He
2022-08-11Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2022-08-10Yet more refactoring around Artifact (#2352)jsmall-nvidia
2022-08-10Artifact and ICastable (#2351)jsmall-nvidia
2022-08-10Language server pointer type support + add `DLLImport` test (#2350)Yong He
2022-08-09Artifact split interface and implementation (#2349)jsmall-nvidia
2022-08-09Support for Items on IArtifact (#2347)jsmall-nvidia
2022-08-05Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru
2022-08-04Split debug-layer into smaller files (#2344)lucy96chen
2022-08-04Implicit pointer dereference when using member operator. (#2348)Yong He
2022-08-03Improvements around Artifact (#2346)jsmall-nvidia
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-28Create nvapi-support.mdjsmall-nvidia
2022-07-27Split render-cpu into smaller files (#2340)lucy96chen
2022-07-27Updated slang-binaries (#2341)jsmall-nvidia