summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-constexpr.cpp
AgeCommit message (Expand)Author
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-01-25Unify UpdateField and UpdateElement with access chain. (#2611)Yong He
2023-01-24Reimplement address elimination. (#2605)Yong He
2022-12-07Rename IR opcodes to unify style. (#2556)Yong He
2022-12-07Remove `construct` IR op. (#2555)Yong He
2022-12-07Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2019-09-18Clean up some behavior of operator% (#1060)Tim Foley
2019-07-17Change how global-scope constants are handled (#1001)Tim Foley
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia