summaryrefslogtreecommitdiff
path: root/source/slang/slang-compiler.cpp
AgeCommit message (Expand)Author
2019-11-06Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley
2019-11-05API support for IR modules - setting references to libs, and returns lib from...jsmall-nvidia
2019-11-01-extract-repro gives approximation of 'command line' used (#1103)jsmall-nvidia
2019-10-30WIP: Simple separate IR module linkage working (#1100)jsmall-nvidia
2019-10-29Feature/container format (#1098)jsmall-nvidia
2019-10-25Refactor semantic checking code into more files (#1097)Tim Foley
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-08Make CPU/C++ generate a single temporary file name basis that used for both s...jsmall-nvidia
2019-09-23Fix for preprocessor defines for C++ / C (#1063)jsmall-nvidia
2019-09-23Simple test profiling (#1062)jsmall-nvidia
2019-09-17CPU ABI improvements (#1056)jsmall-nvidia
2019-09-16CPU Performance/Testing improvements (#1055)jsmall-nvidia
2019-08-22WIP: CPU compute coverage (#1030)jsmall-nvidia
2019-08-20User defined downstream compiler prelude (#1028)jsmall-nvidia
2019-08-19WIP: Compute test running on CPU (#1023)jsmall-nvidia
2019-08-15Fix bug where in emitCPUBinaryForEntryPoint for HostCallable doesn't correctl...jsmall-nvidia
2019-08-14CPPCompiler::OutputMessage -> CPPCompiler::Diagnostic (#1019)jsmall-nvidia
2019-08-14Small improvements around C/C++ testing (#1017)jsmall-nvidia
2019-08-12Callable CPU code support (#1014)jsmall-nvidia
2019-08-08Revise new COM-lite API (#1007)Tim Foley
2019-07-17Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia
2019-06-19Start exposing a new COM-lite API (#987)Tim Foley
2019-06-06Split out target code generation from CLikeSourceEmitter (#976)jsmall-nvidia
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia