summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ast-val.cpp
Commit message (Expand)AuthorAge
* Added __magic_enum (#8436)Ronan2025-09-17
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Fix error for not defining `Val::_toTextOverride` (#8177)Sam Estep2025-08-13
* Minimal optional constraints (#7422)Julius Ikkala2025-06-28
* Mediate access to ContainerDecl members (#7242)Theresa Foley2025-06-09
* Make sizeof(T) & alignof(T) of generic types work as compile-time constants (...Julius Ikkala2025-05-22
* support specialization constant sized array (#6871)kaizhangNV2025-05-14
* A new approach to AST serialization (#6854)Theresa Foley2025-04-22
* Simplify implicit cast ctors for vector & matrix. (#6408)Yong He2025-02-20
* Fix ConstantIntVal::toText when the val is a enum. (#6224)Yong He2025-01-29
* Embed core module in wasm build. (#5569)Yong He2024-11-15
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak2024-10-28
* Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska2024-10-15
* Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)Yong He2024-09-18
* Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He2024-08-19
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Allow enum values to be used as generic arguments. (#3874)Yong He2024-04-02
* Link-time specialization fixes. (#3734)Yong He2024-03-11
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
* Improve generic type argument inference. (#3370)Yong He2023-11-29
* Unify stdlib `Texture` types into one generic type. (#3327)Yong He2023-11-16
* Bottleneck `TypeCastIntVal` creation through ASTBuilder (#3171)Sai Praveen Bangaru2023-08-31
* Clean up and improve Val deduplication performance. (#3069)Yong He2023-08-09
* Fix `Val` deduplication bug. (#3050)Yong He2023-08-07
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Simplify Lookup and improve compiler performance. (#2996)Yong He2023-07-18
* Create and cache flattened inheritance lists (#2740)Theresa Foley2023-07-12
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He2023-07-05
* Initial sizeof/alignof implementation. (#2954)jsmall-nvidia2023-07-05
* Preserve type cast during AST constant folding. (#2912)Yong He2023-05-31
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He2023-01-30
* Allow `no_diff` modifier on parameters (#2538)Yong He2022-11-29
* Autodiff through simple dynamic dispatch. (#2527)Yong He2022-11-23
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru2022-10-20
* Fix missing implementations in ConjunctionSubtypeWitness. (#2449)Yong He2022-10-13
* Support partial inference of generic arguments (#2404)Theresa Foley2022-09-20
* Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He2022-09-13
* Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He2022-09-01
* Allow `static const` interface requirements. (#2378)Yong He2022-08-24
* Compiler time evaluation of all int and bool operators. (#2376)Yong He2022-08-24
* Support compile-time constant int val in the form of polynomials. (#2372)Yong He2022-08-22
* Add support for HLSL unorm/snorm (#2095)Theresa Foley2022-01-25
* Doc improvements (#1729)jsmall-nvidia2021-03-01
* Remove GlobalGenericParamSubstitution (#1684)Tim Foley2021-02-02
* Single pass C++ extraction (#1583)jsmall-nvidia2020-10-22