summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGHLSLBuiltins.cpp
AgeCommit message (Expand)Author
2025-11-21[HLSL] Add Load overload with status (#166449)Joshua Batista
2025-11-18[HLSL] Implement ddx/ddy_coarse intrinsics (#164831)Alexander Johnston
2025-11-04[HLSL] Implement the f16tof32() intrinsic (#165860)Tim Corringham
2025-10-28[HLSL][DXIL][SPRIV] Added WaveActiveMin intrinsic (#164385)Sietze Riemersma
2025-10-17[HLSL] GetDimensions methods for buffer resources (#161929)Helena Kotas
2025-10-09[SPIRV][HLSL] Add Sema and CodeGen for implicit typed buffer counters (#162291)Steven Perron
2025-09-25Implements isnan() HLSL intrinsic for DXIL and SPIR-V targets. (#157733)Dan Brown
2025-09-24[HLSL] NonUniformResourceIndex implementation (#160430)Helena Kotas
2025-09-15[HLSL][DirectX] Fix resource lowering when using structs with `select` (#158361)Kaitlin Peng
2025-09-03[HLSL] Reorder arguments of __builtin_hlsl_resource_handlefromimplicitbinding...Helena Kotas
2025-09-03[SPIRV] Add OpInf support for isinf hlsl intrinsic (#156570)Farzon Lotfi
2025-08-28[HLSL][DirectX] Remove uniformity bit from resource initialization intrinsics...Helena Kotas
2025-06-23[HLSL] Don't use CreateRuntimeFunction for intrinsics (#145334)Nikita Popov
2025-06-19[HLSL][SPIRV] Reapply "[HLSL][SPIRV] Add vk::constant_id attribute." (#144902)Steven Perron
2025-06-18Revert "[HLSL][SPIRV] Add vk::constant_id attribute." (#144812)Steven Perron
2025-06-18[HLSL][SPIRV] Add vk::constant_id attribute. (#143544)Steven Perron
2025-06-13[HLSL][SPIRV] Use resource names (#143412)Steven Perron
2025-06-10[HLSL] Add WaveGetLaneCount() intrinsic to FE (#143127)Nathan Gauër
2025-05-27[DirectX] Add resource name argument to llvm.dx.handlefrom[implicit]binding i...Helena Kotas
2025-05-21[HLSL] Update Sema Checking Diagnostics for builtins (#138429)Sarah Spall
2025-05-17[DirectX][SPIRV] Fix the lowering of dot4add (#140315)Justin Bogner
2025-05-14[HLSL] Add resource constructor with implicit binding for global resources (#...Helena Kotas
2025-04-29[HLSL] Resource initialization by constructors (#135120)Helena Kotas
2025-04-22[HLSL] Use hlsl_device address space for getpointer. (#127675)Steven Perron
2025-04-07[DirectX] Add target builtins (#134439)Farzon Lotfi
2025-04-04CGHLSLBuiltins.cpp: Suppress a warning in #131237 [-Wunused-variable]NAKAMURA Takumi
2025-04-03[HLSL] Implement dot2add intrinsic (#131237)Sumit Agarwal
2025-04-02[HLSL] Update __builtin_hlsl_dot builtin Sema Checking to fix error when pass...Sarah Spall
2025-03-31[IRBuilder] Add new overload for CreateIntrinsic (#131942)Rahul Joshi
2025-03-27[NFC][HLSL] Move emitter out of AMDGPU.cpp (#133251)Farzon Lotfi