aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/SPIRV
AgeCommit message (Expand)AuthorFilesLines
2 days[SPIRV] Optimize getAllocatedType calls in LegalizeZeroSizeArrays (#179068)Jameson Nash3-6/+6
2 days[SPIRV] Fix APInt overflow in memset constant array creation (#180189)Dmitry Sidorov1-0/+22
2 days[SPIRV] Fix alignment overflow in memory intrinsics (#180184)Dmitry Sidorov1-0/+21
4 days[SPIRV] Do not emit @llvm.used (#179498)Nick Sarnie1-0/+19
5 days[SPIR-V] Fix environment resolution causing legalization crash (#179052)Dmitry Sidorov1-0/+34
5 days[LowerMemIntrinsics] Optimize memset lowering (#169040)Fabian Ritter1-2/+2
5 days[SPIRV] selectDot4AddPacked: add missing PackedVectorFormat4x8Bit optional op...Juan Manuel Martinez Caamaño2-2/+2
6 days[SPIR-V] Add lowering for G_FSINCOS (#179053)Dmitry Sidorov2-0/+80
6 days[HLSL][DXIL][SPIRV] WavePrefixSum intrinsic support (#167946)Kai1-0/+41
7 daysRevert "[SPIRV] Emit intrinsics for globals only in function that references ...Juan Manuel Martinez Caamaño4-122/+96
7 days[SPIR-V] Add SPV_INTEL_unstructured_loop_controls extension (#178799)Dmitry Sidorov1-0/+104
7 days[SPIRV] Emit intrinsics for globals only in function that references them (#1...Juan Manuel Martinez Caamaño4-96/+122
7 days[SPIRV] Split async copy tests and fix invalid tests (#178718)Manuel Carrasco6-57/+226
10 days[SPIR-V] Implement SPV_KHR_fma extension (#173057)Viktoria Maximova1-0/+42
10 days[HLSL] Add wave prefix count bits function (#178059)Joshua Batista1-0/+17
12 days[Mem2Reg] Remove extraneous getAllocatedType() check (#177438)Jameson Nash4-13/+21
13 days[SPIRV] Extend and fix SPV_KHR_bit_instructions testing. (#175825)Marcos Maronas3-6/+33
14 days[HLSL] Implement f32tof16() intrinsic (#172469)Tim Corringham2-0/+25
2026-01-23[SPIR-V] Implement sample and sample_clamp intrinsics for HLSL resources (#17...Steven Perron1-0/+69
2026-01-22[SPIRV] Process indirect function calls immediately (#177222)Nick Sarnie1-0/+37
2026-01-22[SPIRV] Unify unsized array handling for AMGCN flavoured SPIR-V (#175848)Alex Voicu2-11/+15
2026-01-20Revert " [SPIRV] Addition of extension SPV_KHR_non_semantic_info and SPV_KHR_...Michal Paszkowski20-1499/+140
2026-01-20 [SPIRV] Addition of extension SPV_KHR_non_semantic_info and SPV_KHR_relaxed_...Aadesh Premkumar20-140/+1499
2026-01-20[HLSL] Handle WaveActiveBallot struct return type appropriately (#175105)Joshua Batista1-2/+2
2026-01-20[SPIR-V] Fix builtin name extraction for templated functions (#173027)Viktoria Maximova1-0/+34
2026-01-19[SPIR-V] Enable variadic function lowering for the SPIR-V target (#175076)Joseph Huber3-2/+222
2026-01-15[SPIRV] Improve vector legalization and type deduction (#175067)Steven Perron2-8/+176
2026-01-14[SPIR-V] Fix store to first element array (#175546)Nathan Gauër1-0/+20
2026-01-14[SPIRV] Added Support for the SPV_ALTERA_arbitrary_precision_floating_point E...Subash B2-0/+222
2026-01-14[SPIRV] Added support for the constrained arithmetic(Fmuladd) intrinsic (#1...Subash B1-0/+64
2026-01-13[SPIRV] Handle `externally_initialized` for AMDGCN flavoured SPIRV (#175277)Alex Voicu1-0/+25
2026-01-12[SPIRV] Deduce result type for `G_SEXT` and `G_ZEXT` (#175401)Alex Voicu1-0/+23
2026-01-12[SPIR-V] Fix Linkage capability with pushconstant (#175192)Nathan Gauër2-0/+4
2026-01-08[SPIRV] Additional fixes for const init via `UtoPtr` (#172584)Alex Voicu1-1/+2
2026-01-08[SPIRV] Support additional comparison predicates for i1 types (#174585)Manuel Carrasco1-0/+130
2026-01-08[SPIRV] Handle aggregate arguments to `spv_store` (#172348)Alex Voicu1-0/+30
2026-01-07[HLSL] Add WaveActiveBallot builtins and lower to DXIL / SPIR-V (#174638)Joshua Batista1-0/+22
2026-01-07[SPIRV] Add legalization pass for zero-size arrays (#172367)Nick Sarnie14-1/+148
2026-01-07[SPIRV] Support non-constant indices for vector insert/extract (#172514)Steven Perron5-159/+169
2026-01-06[SPIRV] Handle poison values in lifetime intrinsics (#174578)Manuel Carrasco1-0/+18
2026-01-06SPIRV: Convert tests to opaque pointers (#174563)Matt Arsenault134-2396/+2396
2026-01-03[LLVM] Make crashing tests with not use --crashAiden Grossman5-5/+5
2025-12-27[SPIRV] Implement lowering for llvm.matrix.transpose and llvm.matrix.multiply...Steven Perron2-0/+292
2025-12-23[SPIRV] Fix recently introduced test case that depends on assertions. (#173388)Manuel Carrasco1-0/+1
2025-12-23[SPIRV] Add support for non-interposable function aliases (#172730)Manuel Carrasco6-0/+106
2025-12-18[SPIRV] Restrict OpName generation to major values (#171886)Steven Perron39-627/+534
2025-12-18[CodeGen] Rename expand-fp to expand-ir-insts (#172681)Frederik Harwath1-2/+2
2025-12-18[HLSL][SPIR-V] Implement vk::push_constant (#166793)Nathan Gauër3-0/+74
2025-12-18[CodeGen] Merge ExpandLargeDivRem into ExpandFp (#172680)Frederik Harwath1-2/+0
2025-12-17[SPIR-V] Legalize vector arithmetic and intrinsics for large vectors (#170668)Steven Perron3-0/+741