summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit.cpp
AgeCommit message (Expand)Author
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-07-21Allow dynamic dispatch to handle nested interface-typed fields. (#2336)Yong He
2022-06-23Preserve specialization cache in IR for specialization pass. (#2293)Yong He
2022-06-21Lower throwing COM interface method. (#2282)Yong He
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-05-26Remove LivenessLocation (#2248)jsmall-nvidia
2022-05-18Support for querying which parameters are used in emitted code (#2239)Alexey Panteleev
2022-05-17Refactor prelude emit (#2236)jsmall-nvidia
2022-05-17Liveness tracking with phis (#2233)jsmall-nvidia
2022-05-10Initial support for COM interface in host code. (#2230)Yong He
2022-05-10Use IR pass to eliminate phi nodes (#2226)Theresa Foley
2022-05-05Output SPIR-V lifetimes (#2221)jsmall-nvidia
2022-05-05Preliminary Liveness tracking (#2218)jsmall-nvidia
2022-04-12Support `[DllImport]` (#2181)Yong He
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2022-02-17Add target option to force `scalar` layout for storage buffers. (#2135)Yong He
2022-02-16Various gfx fixes. (#2132)Yong He
2021-12-07Output of IR ids as command line option (#2043)jsmall-nvidia
2021-09-09`reinterpret` and 16-bit value packing. (#1933)Yong He
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-08-11Fix a few issues around opaque types as outputs (#1918)Theresa Foley
2021-08-10Enable reading OptiX SBT records via uniform parameters on ray tracing entry ...Nathan V. Morrical
2021-07-21Work to mitigate SPIR-V bloat (#1914)Theresa Foley
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-05-28Glslang refactor bugfix (#1863)jsmall-nvidia
2021-05-27Fix a bug in struct inheritance (#1861)T. Foley
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-02Add command-line control over SPIR-V version (#1730)Tim Foley
2021-02-17More #line improvements (#1713)jsmall-nvidia
2021-02-12Support `bit_cast` between complex types. (#1702)Yong He
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-12-18Heterogeneous Flag Error Visibility (#1642)Dietrich Geisler
2020-12-11Add first steps toward a "capability" system (#1636)Tim Foley
2020-11-19Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley
2020-11-10Use integer RTTI/witness handles in existential tuples. (#1598)Yong He
2020-09-23Simplify workflow when using NVAPI (#1556)Tim Foley
2020-09-17Initial attempt to enable CUDA dynamic dispatch codegen (#1549)Yong He
2020-09-10Add a pass to support resource return values (#1537)Tim Foley
2020-09-04Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He
2020-08-28Enable lower-generics pass universally. (#1518)Yong He
2020-08-13IR support for Tuple types. (#1492)Yong He
2020-08-05`AnyValue` based dynamic dispatch code gen (#1477)Yong He
2020-07-28Change parameter passing convention for CUDA (#1463)Tim Foley
2020-07-24Ensure labels are dumped in `lower-to-ir` (#1459)Yong He
2020-07-23Run array specialization in a sperate pass. (#1449)Yong He