summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-deduplicate.cpp
AgeCommit message (Expand)Author
2023-03-23Fix scope fixing for address insts. (#2724)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-16Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He
2022-09-01Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-04-28Fix errors when building with the latest Xcode (#2215)Vincent Isambart
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2020-09-14Dynamic dispatch bug fixes. (#1541)Yong He
2020-08-14Fix tuple type lowering (#1499)Yong He
2020-08-13IR support for Tuple types. (#1492)Yong He