summaryrefslogtreecommitdiff
path: root/tests/language-feature/types
AgeCommit message (Expand)Author
2025-10-10Fix `specializeRTTIObject` to use non-zero RTTI value to work with `Optional<...Yong He
2025-07-22Fix Conditioanl<T, false> fields with a semantic. (#7855)Yong He
2025-05-09Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)Julius Ikkala
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2024-11-06Fix IntVal unification logic to insert type casts + buffer element lowering r...Yong He
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-09-05Respect matrix layout in uniform and in/out parameters for HLSL target. (#5013)Yong He
2024-07-19Support parameter block in metal shader objects. (#4671)Yong He
2024-07-16Warnings function parameters (#4626)venkataram-nv
2024-06-27Cache address-space-legalization of `kIROp_Store` (#4480)ArielG-NV
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-04-01Fix peephole optimization of `TypeEquals`. (#3865)Yong He
2024-03-04Extend `as` and `is` operator to work on generic types. (#3672)Yong He
2023-07-10Do not fail when emitting GLSL using unorm/snorm textures (#2973)Ellie Hermaszewska
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-05-04Add support for returning structures that contain opaque types (#1835)Tim Foley