summaryrefslogtreecommitdiffstats
path: root/tools/gfx-unit-test/link-time-constant.slang
Commit message (Collapse)AuthorAge
* Add missing astBuilder setting in `ComponentType::tryFoldIntVal`. (#3934)Yong He2024-04-12
|
* Link-time constant and linkage API improvements. (#3708)Yong He2024-03-07
| | | | | | | | | | | | | * Link-time constant and linkage API improvements. * Fix. * Allow module name to be empty. * Fix. * Fix. * Fix compile error.
* Support link-time constants. (#3564)Yong He2024-02-09
* Support link-time constants. * Fix. * Fix.