summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.cpp
AgeCommit message (Expand)Author
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-27Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-09-01Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2022-08-05Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-07-12Support `class` types. (#2321)Yong He
2022-06-29Native call marshalling for ComPtr parameters and return values. (#2305)Yong He
2022-06-25Added basic auto-diff capabilities for local load/store and simple arithmetic...Sai Praveen Bangaru
2022-06-23Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru
2022-06-21Lower throwing COM interface method. (#2282)Yong He
2022-06-08Actual global support (#2262)jsmall-nvidia
2022-06-01Clean up void returns. (#2260)Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-05-27Added NativeStringType (#2252)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-10Add support for `spirv_literal` (#2227)jsmall-nvidia
2022-05-05Support for HLSL `export` (#2223)jsmall-nvidia
2022-05-05Preliminary Liveness tracking (#2218)jsmall-nvidia
2022-04-21`export` support in HLSL (#2188)jsmall-nvidia
2022-04-12Support `[DllImport]` (#2181)Yong He
2022-03-18Fix type truncation during SCCP. (#2163)Yong He
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
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-06-09Fix CUDA vector layout logic. (#1879)Yong He
2021-06-08Various fixes to CUDA backend. (#1877)Yong He
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-03-26Append proper suffixes to 16-bit literals for GLSL (#1767)Tim Foley
2021-02-17More #line improvements (#1713)jsmall-nvidia
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
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-11-06Specialize witness table lookups. (#1596)Yong He
2020-11-04Improve insertion location for "hoistable" instructions (#1593)Tim Foley
2020-10-29Generate `switch` based dynamic dispatch logic. (#1591)Yong He
2020-10-20Bottleneck interface dispatch calls through a single function. (#1584)Yong He
2020-10-09Support CUDA bindless texture in dynamic dispatch code. (#1575)Yong He
2020-10-04Handle partial existential parameter type specialization. (#1568)Yong He
2020-09-21Enable all dynamic dispatch tests on CUDA. (#1552)Yong He