summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-lower-to-ir.cpp
Commit message (Expand)AuthorAge
* meowyum2025-10-31
* non-exported public labels get namespaced nowyum2025-10-28
* Clean up Slang IR representation of undefined values (#8708)Theresa Foley2025-10-15
* Update debug var when in-param proxy var is being updated. (#8671)Yong He2025-10-10
* `ExprLoweringVisitorBase::getDefaultVal(Type*)` use `MakeVector/MatrixFromSca...Ronan2025-10-08
* Use symbol alias instead of wrapper synthesis to implement link-time types. (...Yong He2025-10-07
* Rename some symbols related to pointers types (#8592)Theresa Foley2025-10-03
* Rewriting the lower-buffer-element-type pass to avoid unnecessary packing/unp...Yong He2025-09-30
* Lookup refactor (#8467)kaizhangNV2025-09-23
* Split overloaded uses of RefType in front-end (#8427)Theresa Foley2025-09-23
* Fix DebugCompilationUnit to reference main shader file instead of header file...Lujin Wang2025-09-18
* Fix crash when compiling specialized generic entrypoint containing a static c...Yong He2025-09-10
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Fix issue of double lowering issue a differentiable function (#8182)kaizhangNV2025-08-18
* Error if super-type capabilities are a super-set of sub-type (#7452)ArielG-NV2025-08-08
* Fix debug info generation for let variables in SPIR-V output (#7743)Copilot2025-07-18
* Prelink ForceInlined functions during lowering. (#7812)Yong He2025-07-17
* Fix duplicate mangled names for interface requirements (#7764)Yong He2025-07-17
* Replace [KnownBuiltin] string-based comparisons with enum-based system (#7714)Copilot2025-07-15
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Remove redundant [payload] attribute (Fix #7528) (#7555)Harsh Aggarwal (NVIDIA)2025-06-30
* Minimal optional constraints (#7422)Julius Ikkala2025-06-28
* Fix for missing signedness cast in SwizzleIR (#7448)Jerran Schmidt2025-06-16
* Allow interface methods to have default implementations. (#7439)Yong He2025-06-13
* Add DebugLine before IfElse (#7368)Lujin Wang2025-06-11
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Implement MapElement for CoopMat (#7159)Jay Kwak2025-05-29
* Language version + tuple syntax. (#7230)Yong He2025-05-29
* Implement throw & catch statements (#6916)Julius Ikkala2025-05-23
* Make sizeof(T) & alignof(T) of generic types work as compile-time constants (...Julius Ikkala2025-05-22
* Implement spec const for generic parameter (#7121)kaizhangNV2025-05-15
* support specialization constant sized array (#6871)kaizhangNV2025-05-14
* Fix invalid memory dereference in lower-to-ir (#7080)Jay Kwak2025-05-13
* Support Array Sizes using Generic arguments to be initialized via {} (#6720)Sruthik P2025-05-13
* Fix local constants in switch cases (#7053)Julius Ikkala2025-05-10
* Add debug information for slang inling (#6621)Mukund Keshava2025-05-10
* Fixed name mangling of generic extensions (#6671)Ronan2025-05-09
* Add IREnumType to distinguish enums from ints and each other (#6973)Julius Ikkala2025-05-03
* Initial support for immutable lambda expressions. (#6914)Yong He2025-04-30
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi2025-04-21
* Eliminate back-reference in ChildStmt (#6835)Theresa Foley2025-04-17
* Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)2025-04-07
* Add defer statement (#6619)Julius Ikkala2025-04-06
* Make IRWitnessTable HOISTABLE (#6417)Jay Kwak2025-04-01
* Emit errors for missing returns on unsupported targets (#6633)Darren Wihandi2025-03-21
* Fix lowering of associated types in generic interfaces (#6600)Sai Praveen Bangaru2025-03-15
* Add mesh shader output topology checks (#6592)Darren Wihandi2025-03-13
* Fix lowering of `extern` types with defaults. (#6512)Yong He2025-03-06
* Update SPIRV-Tools and fix new validation errors. (#6511)Yong He2025-03-06