summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/SPIRV/extensions
AgeCommit message (Expand)Author
2025-11-09[SPIRV] Add support for `bfloat16` atomics via the `SPV_INTEL_16bit_atomics` ...Alex Voicu
2025-11-06[SPIRV] Support for the extension SPV_ALTERA_blocking_pipes (#138675)Aadesh Premkumar
2025-11-04[SPIRV] Enable `bfloat16` arithmetic (#166031)Alex Voicu
2025-11-04[SPIRV] Enable OpenCL max_work_group_size translation via `SPV_INTEL_kernel_a...Alex Voicu
2025-11-04[NFC][SPIRV] Add AMDGCN SPIR-V specific defaults to the BE (#165815)Alex Voicu
2025-10-23[SPIRV] Upd SPV_KHR_shader_clock extension (#160147)Nikita Kornev
2025-10-17[SPIR-V] Generate SPIR-V instructions when 'enable-maximal-reconvergence' fun...Lucie Choi
2025-10-08[SPIR-V] Add SPV_INTEL_predicated_io extension (#161591)YixingZhang007
2025-09-30[SPIR-V] Implement SPV_KHR_float_controls2 (#146941)Marcos Maronas
2025-09-28[SPIRV] Added constraint for SPV_INTEL_bindless_image extension (#160249)Ebin-McW
2025-09-28[SPIRV] Add support for the extension SPV_EXT_relaxed_printf_string_address_s...Ebin-McW
2025-09-23[SPIRV] Added Packed Vector Format for SPV_KHR_integer_dot_product (#160088)Ebin-McW
2025-09-22[SPIRV] Add support for the SPIR-V extension SPV_KHR_bfloat16 (#155645)YixingZhang007
2025-08-18[SPIRV] Filter disallowed extensions for env (#150051)Steven Perron
2025-08-05[SPIRV] Do not use OpTypeRuntimeArray in Kernel env. (#149522)Marcos Maronas
2025-08-01[SPIR-V] Add support for the SPIR-V extension SPV_INTEL_tensor_float32_conver...YixingZhang007
2025-07-02[SPIRV] Add option to add all KHR extensions (#145535)Steven Perron
2025-06-11[SPIRV] FIX print the symbolic operand for opcode for the operation OpSpecCon...VISHAKH PRAKASH
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-04-28[SPIRV] Stop unconditionally emitting SPV_INTEL_arbitrary_precision_integers ...Victor Lomuller
2025-04-23[SPIRV] Support for the SPV_INTEL_subgroup_matrix_multiply_accumulate SPIR-V ...Vyacheslav Levytskyy
2025-04-09[SPIRV] Support for SPV_INTEL_ternary_bitwise_function (#134866)Steffen Larsen
2025-03-26[SPIR-V] Rework duplicate tracker and tracking of IR entities and types to im...Vyacheslav Levytskyy
2025-03-17[SPIR-V] Add `OpConstantCompositeContinuedINTEL` instruction (#129086)Viktoria Maximova
2025-03-14[SPIR-V] Support SPV_INTEL_fp_max_error extension for `!fpmath` metadata (#13...Viktoria Maximova
2025-03-06[SPIR-V] Add SPV_INTEL_memory_access_aliasing extension (#129800)Dmitry Sidorov
2025-02-27[SPIR-V] Support 2 more instructions from SPV_INTEL_long_composites (#128190)Viktoria Maximova
2025-02-20[SPIR-V] Initial implementation of SPV_INTEL_long_composites (#126545)Viktoria Maximova
2025-02-20[SPIR-V] Add SPV_INTEL_bindless_images extension (#127737)Dmitry Sidorov
2025-02-17[SPIR-V] Ensure that a correct pointer type is deduced from the Value argumen...Vyacheslav Levytskyy
2025-02-11[SPIRV] Add support for `cl_khr_extended_bit_ops` (#120571)Marcos Maronas
2025-02-05[SPIR-V] Support all the instructions of SPV_KHR_integer_dot_product (#123792)Viktoria Maximova
2025-01-09[SPIR-V] Prefer SPV_INTEL_optnone over SPV_EXT_optnone when both extensions a...Vyacheslav Levytskyy
2025-01-07[SPIR-V] Overhaul module analysis to improve translation speed and simplify t...Vyacheslav Levytskyy
2024-12-16[SPIR-V] Add saturation and float rounding mode decorations, a subset of arit...Vyacheslav Levytskyy
2024-12-11[SPIR-V] Mark XFAIL tests which fail with LLVM_ENABLE_EXPENSIVE_CHECKS (#119497)Michal Paszkowski
2024-12-09[SPIR-V] [NFC] Verify cl_intel_subgroup_local_block_io extension in SPIR-V BE...Viktoria Maximova
2024-12-04[SPIR-V] Add SPV_INTEL_joint_matrix extension (#118578)Dmitry Sidorov
2024-12-03[SPIR-V] Fix emission of debug and annotation instructions and add SPV_EXT_op...Vyacheslav Levytskyy
2024-12-03Add support for SPIR-V extension: SPV_INTEL_media_block_io (#118024)Viktoria Maximova
2024-11-29[SPIR-V] Improve type inference: fix types of return values in call lowering ...Vyacheslav Levytskyy
2024-11-22[SPIR-V] Fix SPIR-V extension SPV_INTEL_function_pointers: introduce CodeSect...Vyacheslav Levytskyy
2024-10-15[SPIR-V] Implement support of the SPV_INTEL_split_barrier SPIRV extension (#1...Vyacheslav Levytskyy
2024-10-15[SPIRV] Implement type deduction and reference to function declarations for i...Vyacheslav Levytskyy
2024-10-01[SPIR-V] Implement OpSpecConstantOp with ptr-cast operation (#109979)Vyacheslav Levytskyy
2024-09-25[SPIRV][RFC] Rework / extend support for memory scopes (#106429)Alex Voicu