summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2021-10-25Enabling slang-llvm for host-callable (#1975)jsmall-nvidia
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
2021-10-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia
2021-10-19Generalize heterogenous code emit (#1968)David Siher
2021-10-14Fix a crash in `specializeDynamicAssociatedTypeLookup`. (#1979)Yong He
2021-10-11Update stdlib docs/small fixes (#1972)jsmall-nvidia
2021-10-11Support for GL_NV_ray_tracing_motion_blur vk extension (#1964)jsmall-nvidia
2021-10-09Small improvements for premake linking on linux (#1958)jsmall-nvidia
2021-10-07Return diagnostics data when encountering module load error by exception (#1966)Kai Yao
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-09-30Fix GitHub release (#1956)Yong He
2021-09-29Add ISession::loadModuleFromSource. (#1950)Yong He
2021-09-28Fix AbortCompilationException leaking through loadModule API. (#1949)Yong He
2021-09-15Fix incorrect WIN32 macros and missing Windows.h inclusion (#1939)Pablo Delgado
2021-09-14Avoid upcasting to f32 in 16bit float-uint bit cast. (#1938)Yong He
2021-09-14Bring heterogeneous-hello-world back up to date. (#1935)David Siher
2021-09-13Bug fix in 16bit type emit, vk validation error fix. (#1936)Yong He
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-09-09`reinterpret` and 16-bit value packing. (#1933)Yong He
2021-09-09Fix `spSetDumpIntermediates`. (#1931)Yong He
2021-09-08Fix return code bug in createTypeConformance (#1930)Yong He
2021-09-03Fix crash: dynamic dispatch of generic interface method. (#1929)Yong He
2021-09-02Two small fixes. (#1928)Theresa Foley
2021-09-01Bug fix for createDynamicObject (#1927)Yong He
2021-09-01Improving glslang -O1 passes (#1926)jsmall-nvidia
2021-08-26Add API to control interface specialization. (#1925)Yong He
2021-08-25Add `createDynamicObject` stdlib function. (#1923)Yong He
2021-08-23Bug fix for optix SBT access (#1922)Nathan V. Morrical
2021-08-17Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-08-11Handle unexpected character in mangled names (#1919)Theresa Foley
2021-08-11Fix a few issues around opaque types as outputs (#1918)Theresa Foley
2021-08-10Enable reading OptiX SBT records via uniform parameters on ray tracing entry ...Nathan V. Morrical
2021-07-29Improvements around glslang optimization (#1916)jsmall-nvidia
2021-07-21Work to mitigate SPIR-V bloat (#1914)Theresa Foley
2021-07-20Option to build all slang-repro in a directory (#1911)jsmall-nvidia
2021-07-19Enable swiftshader in linux CI builds (#1909)Yong He
2021-07-09Make Scope non ref counted (#1904)jsmall-nvidia
2021-07-09Enable testing with Swiftshader. (#1906)Yong He
2021-06-30Fix uninitialized access identified by Valgrind (#1898)jsmall-nvidia
2021-06-25Fixes related to combined texture/sampler types (#1894)Theresa Foley
2021-06-25Small fixes to make compile on CentOS (#1897)jsmall-nvidia
2021-06-24Remove StructTag and associated systems (#1895)jsmall-nvidia
2021-06-18StructTag versioning (#1888)jsmall-nvidia
2021-06-16Initial support for variadic macros (#1887)Theresa Foley
2021-06-14Improve comments around -Xarg and C++/CUDA layout (#1884)jsmall-nvidia
2021-06-11Properly fill `declref` in `Linkage::getContainerType`. (#1882)Yong He
2021-06-10CUDA layout corner cases/testing (#1881)jsmall-nvidia
2021-06-09Fix CUDA vector layout logic. (#1879)Yong He