summaryrefslogtreecommitdiff
path: root/source/compiler-core
AgeCommit message (Expand)Author
2023-04-29Minor tidyings around d3d usage (#2854)Ellie Hermaszewska
2023-04-27Embed stdlib documentation to AST. (#2851)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-24Fix issue with Obfuscated hash (#2834)jsmall-nvidia
2023-04-20Improve SourceMap coverage/testing (#2818)jsmall-nvidia
2023-04-20Improvements outputting containers (#2815)jsmall-nvidia
2023-04-19Make SourceMap a value type (#2812)jsmall-nvidia
2023-04-18On demand SourceMap JSON serialization (#2811)jsmall-nvidia
2023-04-17Round trip source map (#2810)jsmall-nvidia
2023-04-14Some small fixes with Windows/DX usage (#2797)Ellie Hermaszewska
2023-04-14Enable SLANG_ENABLE_DXIL_SUPPORT on non-Windows platforms (#2750)Ellie Hermaszewska
2023-04-14Set the executable bit on Executable artifact files (#2796)Ellie Hermaszewska
2023-04-12Reading artifact hierarchy from file system interface (#2787)jsmall-nvidia
2023-04-12Artifact Container (#2783)jsmall-nvidia
2023-04-11Implement FileCheck tests for several test commands (#2747)Ellie Hermaszewska
2023-04-11Artifact simplification (#2781)jsmall-nvidia
2023-04-07Add SLANG_IID_PPV_ARGS (#2784)Ellie Hermaszewska
2023-04-04Simplification around ArtifactRepresentation and unique identity (#2771)jsmall-nvidia
2023-04-02Squash some warnings (#2765)Ellie Hermaszewska
2023-03-29Add missing initializer in json source map decoding (#2752)Ellie Hermaszewska
2023-03-27Upgrade `slang-llvm` (#2741)jsmall-nvidia
2023-03-27Using SourceMap for location output (#2736)jsmall-nvidia
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-24Obfuscated source map writing (#2727)jsmall-nvidia
2023-03-22Source map obfuscation (#2717)jsmall-nvidia
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