summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-lower-reinterpret.cpp
Commit message (Expand)AuthorAge
* Fix reinterpret and bitcast and generic arg parsing. (#6627)Yong He2025-03-19
* Allow partial specialization of existential arguments. (#6487)Yong He2025-02-28
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* bit_cast & reinterpret warning if src->dst type not equally sized. (#3988)ArielG-NV2024-04-22
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Use target-dependent pointer size in natural layout. (#3210)Yong He2023-09-18
* Initial support for differentiating existential types (#3111)Sai Praveen Bangaru2023-08-17
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Cleanup refactoring work around the IR builder (#2061)Theresa Foley2021-12-17
* Fix reinterpret lowering not done for generic functions. (#2037)Yong He2021-12-01
* `reinterpret` and 16-bit value packing. (#1933)Yong He2021-09-09