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