summaryrefslogtreecommitdiff
path: root/build/visual-studio/slang
AgeCommit message (Expand)Author
2022-10-12Shader caching (#2432)lucy96chen
2022-10-10Support multi-level break + single-return conversion + general inline. (#2436)Yong He
2022-09-28Fix release CI script. (#2421)Yong He
2022-09-28Fix build script for macos aarch64. (#2420)Yong He
2022-08-24Compiler time evaluation of all int and bool operators. (#2376)Yong He
2022-08-17Move -Werror to CI (#2362)Eric Engestrom
2022-08-16Move metadata/diagnostics to associated types (#2358)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-05Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-07-21Upgrade SPIR-V Tools and GLSLANG (#2335)jsmall-nvidia
2022-07-12Support `class` types. (#2321)Yong He
2022-06-27Language server fixes and improvements (#2304)Yong He
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-22 More Language Server Improvements. (#2289)Yong He
2022-06-21Lower throwing COM interface method. (#2282)Yong He
2022-06-16Language server: document symbols (#2287)Yong He
2022-06-13Language Server improvements. (#2269)Yong He
2022-06-08Add smoke test for language server. (#2266)Yong He
2022-06-07Major language server features. (#2264)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-05-23Update SPIR-V Headers (#2246)Theresa Foley
2022-05-18Support for querying which parameters are used in emitted code (#2239)Alexey Panteleev
2022-05-10Initial support for COM interface in host code. (#2230)Yong He
2022-05-10Use IR pass to eliminate phi nodes (#2226)Theresa Foley
2022-05-05Output SPIR-V lifetimes (#2221)jsmall-nvidia
2022-05-05Preliminary Liveness tracking (#2218)jsmall-nvidia
2022-04-26Linking in DXC (#2190)jsmall-nvidia
2022-04-15DXIL library support and Artifact type (#2186)jsmall-nvidia
2022-04-12Support `[DllImport]` (#2181)Yong He
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-03-09Initial support for documentation extraction in C++ (#2156)jsmall-nvidia
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2022-01-27Turn off edit and continue to prevent warnings. (#2097)Yong He
2021-11-10Fix a bug with CUDA entry-point params (#2007)Theresa Foley
2021-10-25Enabling slang-llvm for host-callable (#1975)jsmall-nvidia
2021-09-29Fix ARM64 detection for MSVC (#1951)Chad Engler
2021-09-09`reinterpret` and 16-bit value packing. (#1933)Yong He
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-08-10Enable reading OptiX SBT records via uniform parameters on ray tracing entry ...Nathan V. Morrical
2021-07-21Work to mitigate SPIR-V bloat (#1914)Theresa Foley
2021-07-08Update VS projects to 2019. (#1901)Yong He
2021-06-23Change default VS version to 2017. (#1893)Yong He
2021-05-14DXC as DownstreamCompiler (#1845)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He