summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.h
AgeCommit message (Expand)Author
2022-11-30Support `no_diff` on existential typed params. (#2540)Yong He
2022-11-29Allow `no_diff` modifier on parameters (#2538)Yong He
2022-11-29Complete removal of DifferentialBottom type. (#2537)Yong He
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-11-04Higher order differentiation. (#2487)Yong He
2022-11-02Rework differential conformance dictionary checking. (#2483)Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-08-24Compiler time evaluation of all int and bool operators. (#2376)Yong He
2022-08-20Call `gfx` in slang program. (#2370)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-12Support `class` types. (#2321)Yong He
2022-06-29Native call marshalling for ComPtr parameters and return values. (#2305)Yong He
2022-06-23Preserve specialization cache in IR for specialization pass. (#2293)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-10Initial support for COM interface in host code. (#2230)Yong He
2022-05-10Add support for `spirv_literal` (#2227)jsmall-nvidia
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-08-12Further implementation of SPIRV direct emit. (#1920)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-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
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-10-29Generate `switch` based dynamic dispatch logic. (#1591)Yong He
2020-10-20Bottleneck interface dispatch calls through a single function. (#1584)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-08-03First pass support for Sampler Feedback (#1470)jsmall-nvidia
2020-07-31Add [anyValueSize] attribute to interfaces and propagate that in the IR. (#1469)Yong He
2020-07-24Ensure labels are dumped in `lower-to-ir` (#1459)Yong He
2020-07-15Refactor lower-generics pass into separate subpasses. (#1442)Yong He
2020-07-13Dynamic code gen for functions returning generic types. (#1439)Yong He
2020-07-10Dynamic code gen for generic local variables. (#1434)Yong He
2020-06-30Clean up unused code for IR object ownership (#1416)Tim Foley
2020-06-25Fixes.Yong He
2020-06-25remove ThisPointerDecoration, generate IRInterfaceType in one passYong He
2020-06-25Remove interfaceType operand from lookup_witness_method instYong He
2020-06-25Partial fixes to code review commentsYong He