aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/SPIRVUsage.rst
AgeCommit message (Expand)AuthorFilesLines
2025-12-15[SPIRV] Support for the extension SPV_EXT_image_raw10_raw12 (#160032)Aadesh Premkumar1-0/+2
2025-12-05[SPIRV] Add `<2 x half>` and `<4 x half>` atomics via `SPV_NV_shader_atomic_f...Alex Voicu1-0/+2
2025-11-30[SPIRV] Added support for extension SPV_ALTERA_arbitrary_precision_fixed_poin...Aadesh Premkumar1-5/+8
2025-11-16[llvm] Proofread *.rst (#168254)Kazu Hirata1-1/+1
2025-11-09[SPIRV] Add support for `bfloat16` atomics via the `SPV_INTEL_16bit_atomics` ...Alex Voicu1-0/+2
2025-11-06[SPIRV] Support for the extension SPV_ALTERA_blocking_pipes (#138675)Aadesh Premkumar1-0/+2
2025-11-04[SPIRV] Enable `bfloat16` arithmetic (#166031)Alex Voicu1-0/+2
2025-11-04[SPIRV] Enable OpenCL max_work_group_size translation via `SPV_INTEL_kernel_a...Alex Voicu1-2/+4
2025-10-17[SPIR-V] Generate SPIR-V instructions when 'enable-maximal-reconvergence' fun...Lucie Choi1-0/+2
2025-10-08[SPIR-V] Add SPV_INTEL_predicated_io extension (#161591)YixingZhang0071-0/+2
2025-09-30[SPIR-V] Implement SPV_KHR_float_controls2 (#146941)Marcos Maronas1-1/+29
2025-08-01[LLVM][Docs][SPIRV] Correct `-spirv-ext` option name, reorder (#150423)Mészáros Gergely1-13/+17
2025-07-02[HLSL][SPRIV] Handle signed RWBuffer correctly (#144774)Steven Perron1-0/+7
2025-07-02[SPIRV] Add FloatControl2 capability (#144371)Steven Perron1-0/+2
2025-05-26Reland [SPIR-V] Support `SPV_INTEL_int4` extension (#141279)Viktoria Maximova1-0/+2
2025-05-23Revert "[SPIR-V] Support `SPV_INTEL_int4` extension" (#141219)Dmitry Sidorov1-2/+0
2025-05-22[llvm] Fix typos in documentation (#141078)Kazu Hirata1-1/+1
2025-05-22[SPIR-V] Support `SPV_INTEL_int4` extension (#141031)Viktoria Maximova1-0/+2
2025-05-19[SPIR-V] Add SPV_INTEL_2d_block_io extension (#140140)Yury Plyakhin1-0/+2
2025-04-23[SPIRV] Support for the SPV_INTEL_subgroup_matrix_multiply_accumulate SPIR-V ...Vyacheslav Levytskyy1-0/+2
2025-04-09[SPIRV] Support for SPV_INTEL_ternary_bitwise_function (#134866)Steffen Larsen1-0/+2
2025-04-03[SPIRV] Add spirv.VulkanBuffer types to the backend (#133475)Steven Perron1-13/+17
2025-03-20[SPIR-V] Add support for inline SPIR-V types (#125316)Cassandra Beckley1-0/+48
2025-03-19[SPIR-V] Add support for HLSL SV_GroupIndex (#130670)Cassandra Beckley1-0/+4
2025-03-14[SPIR-V] Support SPV_INTEL_fp_max_error extension for `!fpmath` metadata (#13...Viktoria Maximova1-0/+6
2025-03-06[SPIR-V] Add SPV_INTEL_memory_access_aliasing extension (#129800)Dmitry Sidorov1-0/+6
2025-02-20[SPIR-V] Add SPV_INTEL_bindless_images extension (#127737)Dmitry Sidorov1-0/+2
2025-01-30Update SPIRVUsage.rst (#123897)Vishakh Prakash1-1/+1
2024-12-19[DirectX][SPIRV] Consistent names for HLSL resource intrinsics (#120466)Justin Bogner1-2/+2
2024-12-16[SPIR-V] Add saturation and float rounding mode decorations, a subset of arit...Vyacheslav Levytskyy1-0/+2
2024-12-04[SPIR-V] Add SPV_INTEL_joint_matrix extension (#118578)Dmitry Sidorov1-0/+2
2024-12-03[SPIR-V] Fix emission of debug and annotation instructions and add SPV_EXT_op...Vyacheslav Levytskyy1-4/+6
2024-12-03Add support for SPIR-V extension: SPV_INTEL_media_block_io (#118024)Viktoria Maximova1-0/+2
2024-11-18[SPIRV] Add write to image buffer for shaders. (#115927)Steven Perron1-0/+5
2024-11-14[HLSL] Adding HLSL `clip` function. (#114588)joaosaffran1-0/+2
2024-11-12[SPIRV] Add reads from image buffer for shaders. (#115178)Steven Perron1-0/+8
2024-11-05[HLSL][SPIRV][DXIL] Implement `dot4add_i8packed` intrinsic (#113623)Finn Plummer1-0/+2
2024-10-15[SPIR-V] Implement support of the SPV_INTEL_split_barrier SPIRV extension (#1...Vyacheslav Levytskyy1-0/+2
2024-10-08[SPIRV] Implement handle_fromBinding intrinsic. (#111052)Steven Perron1-0/+7
2024-10-03[SPIRV] Make access qualifier optional for spirv.Image type (#110852)Steven Perron1-5/+5
2024-10-01[SPIR-V] Implement support of the SPV_EXT_arithmetic_fence SPIRV extension (#...Vyacheslav Levytskyy1-0/+2
2024-09-26[SPIR-V] Allow intrinsics with aggregate return type to reach GlobalISel (#10...Vyacheslav Levytskyy1-0/+4
2024-08-22[SPIRV] Emitting DebugSource, DebugCompileUnit (#97558)bwlodarcz1-1/+7
2024-06-07[clang][SPIR-V] Add support for AMDGCN flavoured SPIRV (#89796)Alex Voicu1-44/+50
2024-05-29[SPIR-V] Introduce support of llvm.ptr.annotation to SPIR-V Backend and imple...Vyacheslav Levytskyy1-0/+6
2024-05-24[SPIR-V] Update docs to describe support of SPV_KHR_shader_clock (#93168)Vyacheslav Levytskyy1-0/+2
2024-05-24[SPIR-V] Inline assembly support (#93164)Vyacheslav Levytskyy1-0/+6
2024-05-17[SPIR-V] Fix types of internal intrinsic functions and add a test case for __...Vyacheslav Levytskyy1-1/+1
2024-05-14[SPIR-V] Introduce support for 'spirv.Decorations' metadata node in SPIR-V Ba...Vyacheslav Levytskyy1-0/+4
2024-03-26[SPIR-V] Extend SPIRVUsage.rst document (#84744)Michal Paszkowski1-7/+327