summaryrefslogtreecommitdiff
path: root/source/slang/slang-compiler.cpp
AgeCommit message (Expand)Author
2022-05-05Preliminary Liveness tracking (#2218)jsmall-nvidia
2022-04-27Make artifact an interface (#2195)jsmall-nvidia
2022-04-26Improvements around Artifacts (#2192)jsmall-nvidia
2022-04-26Linking in DXC (#2190)jsmall-nvidia
2022-04-21`export` support in HLSL (#2188)jsmall-nvidia
2022-04-15DXIL library support and Artifact type (#2186)jsmall-nvidia
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-03-16Add -depfile option to save dependency info (#2161)Alexey Panteleev
2022-02-11Add interface for querying downstream compiler time (#2127)Yong He
2022-01-31Revise entrypoint renaming interface. (#2113)Yong He
2022-01-21Add entry-point name override feature. (#2089)Yong He
2021-10-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-09-15Fix incorrect WIN32 macros and missing Windows.h inclusion (#1939)Pablo Delgado
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-09-09Fix `spSetDumpIntermediates`. (#1931)Yong He
2021-09-01Improving glslang -O1 passes (#1926)jsmall-nvidia
2021-08-26Add API to control interface specialization. (#1925)Yong He
2021-08-17Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-05-28Glslang refactor bugfix (#1863)jsmall-nvidia
2021-05-26small tweak to allow for dumping out intermediate source for cuda targets (#1...Nathan V. Morrical
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia
2021-05-14DXC as DownstreamCompiler (#1845)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-30Preliminary CUDA half maths (#1827)jsmall-nvidia
2021-04-23Preliminary CUDA Half support (#1808)jsmall-nvidia
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-01Associating GUID (or UUID) with types (#1776)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-02Add command-line control over SPIR-V version (#1730)Tim Foley
2021-02-04DownstreamDiagnostic::Type -> Severity (#1687)jsmall-nvidia
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-12-04Projects in 'build' and Slang API separation (#1624)jsmall-nvidia
2020-12-01Make SlangCompileRequest COM type (#1620)jsmall-nvidia
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-09-26Add API for whole program compilation. (#1562)Yong He
2020-09-18Control container serialization with SerialOptionFlags (#1550)jsmall-nvidia
2020-09-17Share debug information between AST and IR (#1547)jsmall-nvidia
2020-09-16Search for multiple NVRTC versions (#1543)Tim Foley
2020-09-08Test if blob is returned. (#1535)jsmall-nvidia
2020-09-03Fix a crashing issue for non-end-to-end compilation (#1532)Tim Foley
2020-09-02Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He
2020-08-31AST Serialization in Modules (#1524)jsmall-nvidia
2020-08-27Allow use of lib6_6 profile for DXC compilation. (#1520)jsmall-nvidia
2020-08-18Support for float atomics on RWByteAddressBuffer (#1502)jsmall-nvidia