summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/SPIRV
AgeCommit message (Expand)Author
2025-11-20[HLSL] Implement the `fwidth` intrinsic for DXIL and SPIR-V target (#161378)Alexander Johnston
2025-11-18[HLSL][DirectX] Use a padding type for HLSL buffers. (#167404)Justin Bogner
2025-11-18[HLSL] Implement ddx/ddy_coarse intrinsics (#164831)Alexander Johnston
2025-11-12[SPIRV] Handle ptrcast between array and vector types (#166418)Steven Perron
2025-11-12[SPIRV][SPIRVPrepareGlobals] Map AMD's dynamic LDS 0-element globals to array...Juan Manuel Martinez Caamaño
2025-11-12[SPIRV][SPIRVPrepareGlobals] Convert llvm.embedded.module from a 0-element ar...Juan Manuel Martinez Caamaño
2025-11-10[SPIRV] Allow multiple FuncParamAttr decoration on the same id. (#166782)Marcos Maronas
2025-11-10[HLSL][SPIRV] Add error test for unpackhalf2x16 (#166969)Tim Corringham
2025-11-10[SPIRV] Fix failing assertion in SPIRVAsmPrinter (#166909)Juan Manuel Martinez Caamaño
2025-11-10[NFC][SPIRV] Make the zero-length-array.ll test explicit about what is genera...Juan Manuel Martinez Caamaño
2025-11-09[SPIRV] Add support for `bfloat16` atomics via the `SPV_INTEL_16bit_atomics` ...Alex Voicu
2025-11-07[SPIRV] Handle `inttoptr` constant expressions in global initialisers (#166494)Alex Voicu
2025-11-06[SPIRV] Support for the extension SPV_ALTERA_blocking_pipes (#138675)Aadesh Premkumar
2025-11-06[SPIRV] Handle unknown intrinsics (#166284)Alex Voicu
2025-11-04[HLSL] Implement the f16tof32() intrinsic (#165860)Tim Corringham
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-11-03[NFC][SPIRV] Fix function type recovery (#165934)Alex Voicu
2025-10-31[SPIRV] Fix vector bitcast check in LegalizePointerCast (#164997)Steven Perron
2025-10-28[HLSL][DXIL][SPRIV] Added WaveActiveMin intrinsic (#164385)Sietze Riemersma
2025-10-27[SPIRV] Print split 64-bit OpSwitch operands as a single operand for text out...Nick Sarnie
2025-10-23[SPIRV] Upd SPV_KHR_shader_clock extension (#160147)Nikita Kornev
2025-10-22[SPIRV][HLSL] Fix assert with cbuffers through constexpr (#164555)Justin Bogner
2025-10-21[SPIR-V] Fix unit tests for dynamic indexing to add validation step. (#164455)Lucie Choi
2025-10-21[SPIR-V] Use `OpImageFetch` instead of `OpImageRead` when loading from read-o...Lucie Choi
2025-10-17[SPIR-V] Add capability for non-uniform indexing for `StructuredBuffer` type...Lucie Choi
2025-10-17[SPIR-V] Generate SPIR-V instructions when 'enable-maximal-reconvergence' fun...Lucie Choi
2025-10-14[SPIRV] Porting Test from Translator (#152247)Subash B
2025-10-14[SPIRV] Porting 4 tests from Translator (#151646)Ebin-McW
2025-10-14[SPIRV] Do not emit @llvm.compiler.used (#162678)Juan Manuel Martinez Caamaño
2025-10-11[SPIR-V] Support `nonuniformindex` intrsinsic in SPIRV CodeGen. (#162540)Lucie Choi
2025-10-08[SPIR-V] Add SPV_INTEL_predicated_io extension (#161591)YixingZhang007
2025-10-08[SPIRV][SPIRVLegalizeImplicitBinding] Implement getPassName (#162058)Juan Manuel Martinez Caamaño
2025-10-08[NFC][SPIRV] Add a test documenting the passes in the SPIRV backend (#162057)Juan Manuel Martinez Caamaño
2025-10-06[SPIRV] Implement LLVM IR and backend for typed buffer counters (#161425)Steven Perron
2025-10-03[SPIR-V] Fix `asdouble` issue in SPIRV codegen to correctly generate `OpBitCa...Lucie Choi
2025-10-02[SPIR-V] Prevent adding duplicate binding instructions for implicit binding (...Lucie Choi
2025-09-30[SPIRV] Avoid OpQuantizeToF16 in SPIR-V kernel test (#158086)YixingZhang007
2025-09-30[SPIR-V] Implement SPV_KHR_float_controls2 (#146941)Marcos Maronas
2025-09-28[SPIRV] Frexp intrinsic implementation (#157436)Ebin-McW
2025-09-28[SPIRV] Addition of image_store.ll and signed_arithmetic_overflow.ll (#152289)Aadesh Premkumar
2025-09-28[SPIRV] Added opencl Pipe builtins (#135335)Ebin-McW
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-28[SPIRV] Added lowering for the debugtrap intrinsic (#157442)Subash B
2025-09-28[SPIRV] Added support for the constrained comparison intrinsics (#157439)Subash B
2025-09-28[SPIRV] Test file for memmove intrinsic (#152640)Ebin-McW
2025-09-28[SPIRV] Porting tests to transcoding directory from translator (#151661)Ebin-McW
2025-09-28[SPIRV] Fix type mismatch assertion in insertvalue. (#143131)Tim Besard