summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-deduplicate.cpp
Commit message (Expand)AuthorAge
* formatEllie Hermaszewska2024-10-29
* Pool inst worklists and hashsets to avoid rehashing. (#2982)Yong He2023-07-12
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Fix scope fixing for address insts. (#2724)Yong He2023-03-23
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He2023-02-16
* Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He2022-09-01
* New language feature: basic error handling. (#2253)Yong He2022-06-01
* Fix errors when building with the latest Xcode (#2215)Vincent Isambart2022-04-28
* Cleanup refactoring work around the IR builder (#2061)Theresa Foley2021-12-17
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Dynamic dispatch bug fixes. (#1541)Yong He2020-09-14
* Fix tuple type lowering (#1499)Yong He2020-08-14
* IR support for Tuple types. (#1492)Yong He2020-08-13