summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-builder.h
AgeCommit message (Expand)Author
2025-09-23Split overloaded uses of RefType in front-end (#8427)Theresa Foley
2025-09-17Added __magic_enum (#8436)Ronan
2025-08-29[CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV
2025-08-21Introduce CDataLayout & -fvk-use-c-layout (#8136)Julius Ikkala
2025-08-06A new approach to AST node deduplication (#8072)Theresa Foley
2025-08-05Add missing `ASTBuilder` methods for int types (#8056)Sam Estep
2025-05-31Add check for the variable requirement (#6677)Gangzheng Tong
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-17Eliminate back-reference in ChildStmt (#6835)Theresa Foley
2025-02-20Simplify implicit cast ctors for vector & matrix. (#6408)Yong He
2025-01-03Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)Yong He
2024-11-21Add datalayout for constant buffers. (#5608)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-09-19Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru
2024-08-30Support extension on generic type. (#4968)Yong He
2024-08-28Make tuple types work in autodiff. (#4923)Yong He
2024-08-14Variadic Generics Part 1: parsing and type checking. (#4833)Yong He
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2024-07-25Fix around extensions and `IDifferentiable` requirement synthesis. (#4729)Yong He
2024-06-12Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV
2023-10-25Support generic interfaces. (#3278)Yong He
2023-10-17Type layouts for structured buffers with counters (#3269)Ellie Hermaszewska
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-08-31Bottleneck `TypeCastIntVal` creation through ASTBuilder (#3171)Sai Praveen Bangaru
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-09Clean up and improve Val deduplication performance. (#3069)Yong He
2023-08-07Fix `Val` deduplication bug. (#3050)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-27Fix push constant on global variables. (#3034)Yong He
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-12Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-05-11MVP for higher order functions (#2849)Ellie Hermaszewska
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-02-24Fix differential type registration through non-differentiable type. (#2677)Yong He
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2023-01-24Reimplement address elimination. (#2605)Yong He
2022-12-01Allow `no_diff` on `this` parameter. (#2543)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-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru
2022-10-12Shader caching (#2432)lucy96chen