summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/SPIRV
AgeCommit message (Expand)Author
2025-07-02[SPIRV] Add option to add all KHR extensions (#145535)Steven Perron
2025-07-02[HLSL][SPRIV] Handle signed RWBuffer correctly (#144774)Steven Perron
2025-07-02[SPIRV] Add FloatControl2 capability (#144371)Steven Perron
2025-06-18[HLSL][SPIR-V] Fix LinkageAttribute emission for BuiltIn (#144701)Nathan Gauër
2025-06-17[SPIRV] Allow __spirv_SpecConstant in Vulkan shaders (#143543)Steven Perron
2025-06-13[SPIRV] Fix ExecutionMode_fragment.ll test (#144116)Steven Perron
2025-06-13[HLSL][SPIRV] Use resource names (#143412)Steven Perron
2025-06-12[SPIR-V] Fix ExecutionMode generation (#143888)Nathan Gauër
2025-06-11[SPIRV] FIX print the symbolic operand for opcode for the operation OpSpecCon...VISHAKH PRAKASH
2025-06-10[SPIR-V] Add Fragment execution model (#141787)Nathan Gauër
2025-06-10[SPIR-V] Add Vertex execution model (#142369)Nathan Gauër
2025-06-04[HLSL][SPIR-V] Implement vk::ext_builtin_input attribute (#138530)Nathan Gauër
2025-06-03[SPIRV] Change how to detect OpenCL/Vulkan Env and update tests accordingly. ...Marcos Maronas
2025-05-29[SPIR-V] Consistent handling of TargetExtTypes in emit-intrinsics (#135682)Cassandra Beckley
2025-05-27[SPIRV] Lower `spirv.Layout` type (#140059)Steven Perron
2025-05-26[SPIR-V] Remove XFAIL from the passing test (#141489)Viktoria Maximova
2025-05-26Reland [SPIR-V] Support `SPV_INTEL_int4` extension (#141279)Viktoria Maximova
2025-05-23Revert "[SPIR-V] Support `SPV_INTEL_int4` extension" (#141219)Dmitry Sidorov
2025-05-22[SPIR-V] Support `SPV_INTEL_int4` extension (#141031)Viktoria Maximova
2025-05-21[SPIRV] Addition of matrix multiply accumulate operands (#138665)Aadesh Premkumar
2025-05-19[SPIR-V] Add SPV_INTEL_2d_block_io extension (#140140)Yury Plyakhin
2025-05-17[DirectX][SPIRV] Fix the lowering of dot4add (#140315)Justin Bogner
2025-05-15[SPIR-V] Fix LIT tests, improve ICmpInst's type inference (#139726)Vyacheslav Levytskyy
2025-05-14[SPIRV] Don't add CPacked and Alignement decorations for Vulkan (#138711)Steven Perron
2025-05-07[SPIRV] Reapply explicit layout PRs (#138867)Steven Perron
2025-05-07[SPIR-V] Add InferAddrSpaces pass to the backend (#137766)Nathan Gauër
2025-05-06Revert "[SPIRV] Add explicit layout (#135789)"Kirill Stoimenov
2025-05-05[SPIRV] Add explicit layout (#135789)Steven Perron
2025-04-30[SPIRV] Fix test with VK1.3 validation (#137633)Steven Perron
2025-04-29[SPIRV] Add intrinsic for OpGenericCastToPtrExplicit (#137626)Victor Lomuller
2025-04-28[SPIRV] Correctly map OpGenericCastToPtrExplicit builtins (#137189)Victor Lomuller
2025-04-28[SPIRV] Stop unconditionally emitting SPV_INTEL_arbitrary_precision_integers ...Victor Lomuller
2025-04-24[HLSL] Implement the `faceforward` intrinsic (#135878)Kaitlin Peng
2025-04-23[SPIRV] Support for the SPV_INTEL_subgroup_matrix_multiply_accumulate SPIR-V ...Vyacheslav Levytskyy
2025-04-22[SPIR-V] Add store legalization for ptrcast (#135369)Nathan Gauër
2025-04-22[SPIR-V] Fix OpVectorShuffle operands on load (#135954)Nathan Gauër
2025-04-18[HLSL] XFAIL `smoothstep.ll` and `SV_GroupIndex.ll` SPIR-V backend tests (#13...Kaitlin Peng
2025-04-11[SPIR-V] Don't emit OpLifetime for Vulkan (#135166)Nathan Gauër
2025-04-09[SPIRV] Support for SPV_INTEL_ternary_bitwise_function (#134866)Steffen Larsen
2025-04-08[SPIR-V] Add spv.gep support for ptrcast legal (#134388)Nathan Gauër
2025-04-03[SPIRV] Add spirv.VulkanBuffer types to the backend (#133475)Steven Perron
2025-03-29[HLSL] Implement the `smoothstep` intrinsic (#132288)Kaitlin Peng
2025-03-28[SPIR-V] Add llvm.loop.unroll metadata lowering (#132062)Dmitry Sidorov
2025-03-28[SPIR-V] Mark XFAIL the test case that fails with LLVM_ENABLE_EXPENSIVE_CHECK...Vyacheslav Levytskyy
2025-03-26[SPIR-V] Rework duplicate tracker and tracking of IR entities and types to im...Vyacheslav Levytskyy
2025-03-24[HLSL] Add support to branch/flatten attributes to switch (#131739)joaosaffran
2025-03-21Hlsl asint16 intrinsic (#131900)metkarpoonam
2025-03-21[SPIR-V] Don't add linkage attributes for input variables (#132301)Cassandra Beckley
2025-03-20[SPIR-V] Add support for inline SPIR-V types (#125316)Cassandra Beckley
2025-03-19[SPIR-V] Add support for HLSL SV_GroupIndex (#130670)Cassandra Beckley