summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-compiler.cpp
Commit message (Expand)AuthorAge
* Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia2021-10-20
* Removing exceptions from core/compiler-core (#1953)jsmall-nvidia2021-10-04
* Fix incorrect WIN32 macros and missing Windows.h inclusion (#1939)Pablo Delgado2021-09-15
* First Slang LLVM integration (#1934)jsmall-nvidia2021-09-10
* Fix `spSetDumpIntermediates`. (#1931)Yong He2021-09-09
* Improving glslang -O1 passes (#1926)jsmall-nvidia2021-09-01
* Add API to control interface specialization. (#1925)Yong He2021-08-26
* Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He2021-08-17
* Further implementation of SPIRV direct emit. (#1920)Yong He2021-08-12
* Various Fixes to gfx, reflection and emit. (#1867)Yong He2021-06-02
* Glslang refactor bugfix (#1863)jsmall-nvidia2021-05-28
* small tweak to allow for dumping out intermediate source for cuda targets (#1...Nathan V. Morrical2021-05-26
* Improvements in -X support (#1852)jsmall-nvidia2021-05-22
* Downstream option handling (#1850)jsmall-nvidia2021-05-21
* Glslang as DownstreamCompiler (#1846)jsmall-nvidia2021-05-19
* DXC as DownstreamCompiler (#1845)jsmall-nvidia2021-05-14
* FXC as DownstreamCompiler (#1844)jsmall-nvidia2021-05-14
* Preliminary CUDA half maths (#1827)jsmall-nvidia2021-04-30
* Preliminary CUDA Half support (#1808)jsmall-nvidia2021-04-23
* Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He2021-04-16
* Associating GUID (or UUID) with types (#1776)jsmall-nvidia2021-04-01
* Added compiler-core project (#1775)jsmall-nvidia2021-04-01
* Add command-line control over SPIR-V version (#1730)Tim Foley2021-03-02
* DownstreamDiagnostic::Type -> Severity (#1687)jsmall-nvidia2021-02-04
* Use "capability" system to select VKRT extension (#1647)Tim Foley2021-01-05
* Projects in 'build' and Slang API separation (#1624)jsmall-nvidia2020-12-04
* Make SlangCompileRequest COM type (#1620)jsmall-nvidia2020-12-01
* Standard library save/loadable (#1592)jsmall-nvidia2020-11-05
* Add API for whole program compilation. (#1562)Yong He2020-09-26
* Control container serialization with SerialOptionFlags (#1550)jsmall-nvidia2020-09-18
* Share debug information between AST and IR (#1547)jsmall-nvidia2020-09-17
* Search for multiple NVRTC versions (#1543)Tim Foley2020-09-16
* Test if blob is returned. (#1535)jsmall-nvidia2020-09-08
* Fix a crashing issue for non-end-to-end compilation (#1532)Tim Foley2020-09-03
* Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He2020-09-02
* AST Serialization in Modules (#1524)jsmall-nvidia2020-08-31
* Allow use of lib6_6 profile for DXC compilation. (#1520)jsmall-nvidia2020-08-27
* Support for float atomics on RWByteAddressBuffer (#1502)jsmall-nvidia2020-08-18
* Multiple Entry Point Backend (#1437)Dietrich Geisler2020-07-20
* Multiple Entry Point Cleanup (#1427)Dietrich Geisler2020-07-07
* Fix bug in slang-dxc-support where it didn't get the source path correctly (#...jsmall-nvidia2020-07-01
* Backend for Multiple Entry Points (#1411)Dietrich Geisler2020-06-29
* Prelude is associated with SourceLanguage (#1398)jsmall-nvidia2020-06-18
* Fix and improvements around repro (#1397)jsmall-nvidia2020-06-18
* Associate a downstream compiler for prelude lookup even if output is source. ...jsmall-nvidia2020-06-18
* Feature/ast syntax standard (#1360)jsmall-nvidia2020-05-29
* Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia2020-05-28
* WIP: ASTBuilder (#1358)jsmall-nvidia2020-05-28
* Improvements around hashing (#1355)jsmall-nvidia2020-05-26
* Enhanced C++ extractor (#1340)jsmall-nvidia2020-05-07