index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ast-val.cpp
Age
Commit message (
Expand
)
Author
2024-10-15
Move C interface from slang.h to slang-deprecated.h (#5301)
Ellie Hermaszewska
2024-09-18
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-08-19
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-14
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-04-02
Allow enum values to be used as generic arguments. (#3874)
Yong He
2024-03-11
Link-time specialization fixes. (#3734)
Yong He
2024-03-07
Link-time constant and linkage API improvements. (#3708)
Yong He
2023-11-29
Improve generic type argument inference. (#3370)
Yong He
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-08-31
Bottleneck `TypeCastIntVal` creation through ASTBuilder (#3171)
Sai Praveen Bangaru
2023-08-09
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-07
Fix `Val` deduplication bug. (#3050)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-18
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-12
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-07-05
Initial sizeof/alignof implementation. (#2954)
jsmall-nvidia
2023-05-31
Preserve type cast during AST constant folding. (#2912)
Yong He
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-01-30
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2022-11-29
Allow `no_diff` modifier on parameters (#2538)
Yong He
2022-11-23
Autodiff through simple dynamic dispatch. (#2527)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-10-13
Fix missing implementations in ConjunctionSubtypeWitness. (#2449)
Yong He
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-09-01
Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...
Yong He
2022-08-24
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-22
Support compile-time constant int val in the form of polynomials. (#2372)
Yong He
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-03-01
Doc improvements (#1729)
jsmall-nvidia
2021-02-02
Remove GlobalGenericParamSubstitution (#1684)
Tim Foley
2020-10-22
Single pass C++ extraction (#1583)
jsmall-nvidia
2020-08-27
Clean up the way that lookup "through" a base type is encoded (#1519)
Tim Foley
2020-06-05
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-03
Devirtualize AST types (#1368)
jsmall-nvidia