summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-compiler.cpp
Commit message (Expand)AuthorAge
...
* Support loading serialized modules. (#3588)Yong He2024-02-15
* Capability type checking. (#3530)Yong He2024-02-02
* Atomics+Wave ops intrinsics fixes. (#3542)Yong He2024-02-02
* Capability def parsing & codegen + disjoint sets (#3451)Yong He2024-01-18
* WIP: CMake (#3326)Ellie Hermaszewska2023-12-08
* add support for dx 6.7 profiles (#3299)skallweitNV2023-11-01
* Run curated spirv-opt passes through slang-glslang. (#3266)Yong He2023-10-09
* Add -repro-fallback-directory (#3188)jsmall-nvidia2023-09-07
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* SPIR-V WIP (#3064)Ellie Hermaszewska2023-08-15
* Fix -fvk-use-entrypoint-name. (#3066)Yong He2023-08-07
* Add option to use original entrypoint in spirv output. (#3047)Yong He2023-08-04
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Create and cache flattened inheritance lists (#2740)Theresa Foley2023-07-12
* Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He2023-07-12
* Add API for querying total compile time. (#2898)Yong He2023-05-23
* Source embedding for output (#2889)jsmall-nvidia2023-05-22
* CommandOptions (#2856)jsmall-nvidia2023-04-29
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Improvements outputting containers (#2815)jsmall-nvidia2023-04-20
* Make SourceMap a value type (#2812)jsmall-nvidia2023-04-19
* On demand SourceMap JSON serialization (#2811)jsmall-nvidia2023-04-18
* Round trip source map (#2810)jsmall-nvidia2023-04-17
* Reading artifact hierarchy from file system interface (#2787)jsmall-nvidia2023-04-12
* Artifact Container (#2783)jsmall-nvidia2023-04-12
* Artifact simplification (#2781)jsmall-nvidia2023-04-11
* Using SourceMap for location output (#2736)jsmall-nvidia2023-03-27
* Add PyTorch C++ binding generation. (#2734)Yong He2023-03-26
* Obfuscated source map writing (#2727)jsmall-nvidia2023-03-24
* Refactor shader cache (#2558)skallweitNV2022-12-12
* Cleanup crypto utilities (#2549)skallweitNV2022-12-02
* Cleanup DigestBuilder and MD5HashGen (#2539)skallweitNV2022-11-30
* Specify downstream compiler include paths (#2517)jsmall-nvidia2022-11-15
* Shader caching (#2432)lucy96chen2022-10-12
* Remove artifact from SourceFile (#2384)jsmall-nvidia2022-09-01
* Make FileSystem files and OS files distinct (#2383)jsmall-nvidia2022-09-01
* Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia2022-09-01
* DownstreamCompileOptions using POD types (#2381)jsmall-nvidia2022-08-26
* Use enums with backing types in Slang API (#2375)jsmall-nvidia2022-08-24
* Assorted Artifact improvements (#2374)jsmall-nvidia2022-08-24
* Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia2022-08-22
* IDownstreamCompiler interface (#2361)jsmall-nvidia2022-08-16
* Move metadata/diagnostics to associated types (#2358)jsmall-nvidia2022-08-16
* Remove CompileResult to use IArtifact (#2357)jsmall-nvidia2022-08-16
* Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia2022-08-11
* Artifact and ICastable (#2351)jsmall-nvidia2022-08-10
* Artifact split interface and implementation (#2349)jsmall-nvidia2022-08-09
* Support for Items on IArtifact (#2347)jsmall-nvidia2022-08-09