summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-extract-value-from-type.cpp
Commit message (Expand)AuthorAge
* Fix BitCast emitting bit shifts with too small integer types (#7792)Julius Ikkala2025-07-17
* bitcast require the input has same width with result type (#7018)kaizhangNV2025-05-06
* Add interger pack/unpack intrinsic to glsl (#6997)kaizhangNV2025-05-06
* Fix reinterpret and bitcast and generic arg parsing. (#6627)Yong He2025-03-19
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Use target-dependent pointer size in natural layout. (#3210)Yong He2023-09-18
* Create storage types of different layouts for SPIRV emit. (#3116)Yong He2023-08-17
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Support `bit_cast` between complex types. (#1702)Yong He2021-02-12