summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit.cpp
AgeCommit message (Expand)Author
2023-01-27Register allocation during phi elimination. (#2613)Yong He
2023-01-11Make backward differentiation work with generics. (#2586)Yong He
2023-01-10Nested bwd-diff func call context save/restore. (#2584)Yong He
2022-12-02Move `performanceStringInlining` to after `finalizeAutoDiffPass`. (#2550)Yong He
2022-12-02Inline functions with string param/return for GPU targets (#2544)jsmall-nvidia
2022-12-01Allow `no_diff` on `this` parameter. (#2543)Yong He
2022-11-30Support `no_diff` on existential typed params. (#2540)Yong He
2022-11-22Refactor Auto-diff passes (#2526)Sai Praveen Bangaru
2022-11-21WIP: Fixed inout struct and added testing for calls to non-differentiable fun...Sai Praveen Bangaru
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-11-14Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu
2022-11-10Fix inlining pass. (#2506)Yong He
2022-11-04Higher order differentiation. (#2487)Yong He
2022-10-27More renaming in jvp pass. (#2475)Yong He
2022-10-26Legalize array return types. (#2463)Yong He
2022-10-24Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-10-13Allow multi-level breaks to break out of `switch` statements. (#2451)Yong He
2022-10-11Small IR cleanups. (#2441)Yong He
2022-10-10Support multi-level break + single-return conversion + general inline. (#2436)Yong He
2022-08-24Assorted Artifact improvements (#2374)jsmall-nvidia
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2022-08-16IDownstreamCompiler interface (#2361)jsmall-nvidia
2022-08-16Move metadata/diagnostics to associated types (#2358)jsmall-nvidia
2022-08-16Remove CompileResult to use IArtifact (#2357)jsmall-nvidia
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2022-08-09Artifact split interface and implementation (#2349)jsmall-nvidia
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