summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-synthesis.cpp
AgeCommit message (Expand)Author
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-26Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru
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-01-24Reimplement address elimination. (#2605)Yong He
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He