summaryrefslogtreecommitdiff
path: root/source/compiler-core
AgeCommit message (Expand)Author
2023-03-17Support for producing SourceMap on emit (#2707)jsmall-nvidia
2023-03-16SourceMap encoding (#2706)jsmall-nvidia
2023-03-16Preliminary SourceMap support (#2701)jsmall-nvidia
2023-03-10Support for PDB output from DXC (#2693)jsmall-nvidia
2023-03-10Add struct version to DownstreamCompiler::CompileOptions interface (#2692)jsmall-nvidia
2023-02-28Add `SourceBlobWithPathInfoArtifactRepresentation`. (#2682)Yong He
2022-12-02Cleanup crypto utilities (#2549)skallweitNV
2022-12-02Inline functions with string param/return for GPU targets (#2544)jsmall-nvidia
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-11-10Improvements to NVRTC diagnostic parsing (#2504)jsmall-nvidia
2022-11-03Disable HLSL2021 by default (#2488)jsmall-nvidia
2022-11-02Shader Execution Reordering (via NVAPI) (#2484)jsmall-nvidia
2022-10-17Shader cache index implementation (#2452)lucy96chen
2022-10-13Shader cache index header (#2448)lucy96chen
2022-10-13Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-09-28Improvements around diagnostic controls (#2414)jsmall-nvidia
2022-09-20Support raw string literals. (#2405)Yong He
2022-09-01Upgrade slang-llvm (#2390)jsmall-nvidia
2022-09-01Remove artifact from SourceFile (#2384)jsmall-nvidia
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-24Improvements around file tracking and Artifacts (#2379)jsmall-nvidia
2022-08-24Assorted Artifact improvements (#2374)jsmall-nvidia
2022-08-22Improve binary compatibility for DownstreamCompiler types (#2371)jsmall-nvidia
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-16IDownstreamCompiler interface (#2361)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-11Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia
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-03Improvements around Artifact (#2346)jsmall-nvidia
2022-07-18Atomic ref counting for ISlangSharedLibrary (#2332)jsmall-nvidia
2022-07-11Added support for differentiating calls to basic functions, as well as arithm...Sai Praveen Bangaru
2022-07-01Language server: auto completion of `import` file and directories. (#2312)Yong He
2022-06-30Language server: extract documentation from ordinary comments (#2308)Yong He
2022-06-27Language server fixes and improvements (#2304)Yong He
2022-06-24Handling of temporary files (#2299)jsmall-nvidia
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-06-16Language server: document symbols (#2287)Yong He
2022-06-13Follow up on Language Server Improvement (#2275)Yong He
2022-06-13Language Server improvements. (#2269)Yong He
2022-06-13Hot fix: Language server protocol initialization (#2274)jsmall-nvidia
2022-06-08Add smoke test for language server. (#2266)Yong He