summaryrefslogtreecommitdiff
path: root/source/slang
AgeCommit message (Expand)Author
2019-11-20Added -ir-compression & fixes for ir compression issues (#1129)jsmall-nvidia
2019-11-19Initial work for "global generic value parameters" (#1127)Tim Foley
2019-11-18Further refactoring of semantic checking (#1102)Tim Foley
2019-11-14Initial work on direct emission of SPIR-V (#1118)Tim Foley
2019-11-14Enable use of pre-built glslang binaries (#1120)Tim Foley
2019-11-14Add -dump-intermediates option. (#1123)jsmall-nvidia
2019-11-13* Added getCStr(Name*) (#1121)jsmall-nvidia
2019-11-08Fix problem when getting default value for a bool, was producing 0, which on ...jsmall-nvidia
2019-11-07* Removed strip pass from emit as no longer needed (#1114)jsmall-nvidia
2019-11-06Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley
2019-11-06BasicTypeKey improvements/fix for gcc build issue (#1110)jsmall-nvidia
2019-11-06Fixes to how "pending" data is reported in type layouts (#1108)Tim Foley
2019-11-06Support for [__extern] attribute (#1111)jsmall-nvidia
2019-11-06Feature/obfuscate improvements (#1107)jsmall-nvidia
2019-11-05API support for IR modules - setting references to libs, and returns lib from...jsmall-nvidia
2019-11-01Using repro as a file system (#1104)jsmall-nvidia
2019-11-01-extract-repro gives approximation of 'command line' used (#1103)jsmall-nvidia
2019-10-31Reference IR modules with entry point (#1101)jsmall-nvidia
2019-10-30WIP: Simple separate IR module linkage working (#1100)jsmall-nvidia
2019-10-29Feature/riff improvements (#1099)jsmall-nvidia
2019-10-29Feature/container format (#1098)jsmall-nvidia
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley
2019-10-25Don't use mangled names when emitting code (#1096)Tim Foley
2019-10-24* Functionality to dump repo if there is a failure throught the -dump-repro-o...jsmall-nvidia
2019-10-24OffsetContainer serialization (#1093)jsmall-nvidia
2019-10-24Strip IR after front-end steps are done (#1092)Tim Foley
2019-10-24Address review comments on IR layout PR (#1091)Tim Foley
2019-10-23Version information on repro binary format. (#1090)jsmall-nvidia
2019-10-23Documentation around Relative types (#1089)jsmall-nvidia
2019-10-23Expose more repro in API, support output params. (#1087)jsmall-nvidia
2019-10-22User IR-based layout for all IR steps (#1084)Tim Foley
2019-10-21`Repro` functionality (#1085)jsmall-nvidia
2019-10-17Initial work on representing layout at IR level (#1079)Tim Foley
2019-10-17Enable spriv-opt on spirv (#1076)Robert Stepinski
2019-10-15GetDimension on GLSL for StructuredBuffer (#1081)jsmall-nvidia
2019-10-11Support for unbounded array of arrays (#1078)jsmall-nvidia
2019-10-11Add ability to obfuscate name when generating GLSL/HLSL source (#1075)Robert Stepinski
2019-10-09Feature/decor entry point name (#1073)jsmall-nvidia
2019-10-08Fixed from Review of Entry Point decoration #1068 (#1072)jsmall-nvidia
2019-10-08Remove EntryPointLayout* use in emit logic. (#1071)jsmall-nvidia
2019-10-08Make CPU/C++ generate a single temporary file name basis that used for both s...jsmall-nvidia
2019-10-08Feature/remove entry point layout flags (#1069)jsmall-nvidia
2019-10-08Feature/ir entry point profile (#1068)jsmall-nvidia
2019-10-04IR types for subset of Attributes (#1067)jsmall-nvidia
2019-09-23Fix for preprocessor defines for C++ / C (#1063)jsmall-nvidia
2019-09-23Simple test profiling (#1062)jsmall-nvidia
2019-09-18Clean up some behavior of operator% (#1060)Tim Foley
2019-09-18Fix a bug in SSA form creation (#1058)Tim Foley
2019-09-18Improvements to testing and ABI for CPU (#1057)jsmall-nvidia
2019-09-17CPU ABI improvements (#1056)jsmall-nvidia