aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Verifier
AgeCommit message (Expand)AuthorFilesLines
2026-02-10[Verifier] Make verifier fail when global variable size exceeds address space...Steffen Larsen1-0/+21
2026-02-05IR: Promote "denormal-fp-math" to a first class attribute (#174293)Matt Arsenault2-20/+10
2026-02-05[AutoUpgrade] Handle invalid x86 intrinsics (#179374)Kshitij Paranjape3-0/+27
2026-02-03[AMDGPU] Implement llvm.sponentry (#176357)Diana Picus1-0/+64
2026-02-02Revert "[AutoUpgrade] Prevent deletion of call if uses still exist (#177606)"...Stefan Weigl-Bosker2-18/+0
2026-02-02[AutoUpgrade] Prevent deletion of call if uses still exist (#177606)Kshitij Paranjape2-0/+18
2026-01-22IR: Add !nofpclass metadata (#177140)Matt Arsenault1-0/+91
2026-01-21[IR] Make dead_on_return attribute optionally sizedAiden Grossman1-0/+6
2026-01-21[IR] Add llvm.structured.gep instruction (#176145)Nathan Gauër2-0/+95
2026-01-21[IR] Allow non-constant offsets in @llvm.vector.splice.{left,right} (#174693)Luke Lau1-37/+0
2026-01-20[IR][Verifier] Reject GEP into vector with non-byte-addressable element type ...nataliakokoromyti1-0/+10
2026-01-16[DSE][Verifier] Respect the calling convention of the function specified by "...Oxygen1-0/+4
2026-01-14[RFC][SPIR-V] Add intrinsics to convert to/from ap.float (#164252)Dmitry Sidorov1-0/+124
2026-01-12[AArch64] Add support for range prefetch intrinsic (#170490)Kerry McLaughlin1-0/+13
2026-01-09XCOFF associated metadata (#159096)Sean Fertile2-0/+43
2026-01-06[IR] Split vector.splice into vector.splice.left and vector.splice.right (#17...Luke Lau1-5/+5
2026-01-03[Verifier] Rename testAiden Grossman1-0/+0
2026-01-03Verifier: Fix duplicated test with asserts and !asserts (#174271)Matt Arsenault3-16/+2
2025-12-22[IR][Verifier] Verification for `target-features` attribute (#173119)Stefan Weigl-Bosker1-0/+13
2025-12-18[MemProf] Update metadata verification for a single string tag (#172543)Teresa Johnson2-3/+17
2025-12-10[AMDGPU] Relax restrictions on amdgcn.cs.chain intrinsic (#169785)Diana Picus1-7/+5
2025-12-08[AMDGPU] Add argument range annotations to intrinsics where applicable (#170958)Krzysztof Drewniak1-0/+147
2025-12-05[IR] Fix vector.splice verifier scaling by vscale for fixed length vectors (#...Luke Lau1-1/+1
2025-12-04[IR] Add CallBr intrinsics support (#133907)Robert Imschweiler1-0/+57
2025-11-26Add deactivation symbol operand to ConstantPtrAuth.Peter Collingbourne1-0/+6
2025-11-25[PGO] Fix zeroed estimated trip count (#167792)Joel E. Denny1-1/+13
2025-11-18[DebugInfo][IR] Verifier checks for the extraData (#167971)Laxman Sole1-0/+55
2025-11-11[IR] "modular-format" attribute for functions using format strings (#147429)Daniel Thornburgh1-0/+41
2025-11-06[IR] llvm.reloc.none intrinsic for no-op symbol references (#147427)Daniel Thornburgh1-0/+13
2025-10-23IR/Verifier: Allow vector type in atomic load and store (#148893)jofrn1-7/+8
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov6-87/+31
2025-10-17[Matrix][IR] Cap stride bitwidth at 64 (#163729)Nathan Corbyn1-3/+20
2025-10-13[NFC][Verifier] Fix typo initalizer->initializer (#163193)Juan Manuel Martinez Caamaño1-1/+1
2025-10-01[IR] Introduce !captures metadata (#160913)Nikita Popov1-0/+37
2025-09-29[IR] Use immarg for preallocated intrinsics (NFC) (#155835)Nikita Popov1-1/+9
2025-09-24[IR] Introduce `llvm.errno.tbaa` metadata for errno alias disambiguationAntonio Frighetto2-0/+14
2025-09-24[IR] Forbid mixing condition and operand bundle assumes (#160460)Nikita Popov1-1/+3
2025-09-17[AMDGPU] Add gfx1251 runlines to cooperative atomcis tests. NFC (#159437)Stanislav Mekhanoshin1-0/+1
2025-09-12[PGO][test] Ensure test input is writeable after copying. (#158356)jtstogel1-0/+7
2025-09-11[PGO] Add llvm.loop.estimated_trip_count metadata (#152775)Joel E. Denny1-0/+61
2025-09-10[profcheck] Require `unknown` metadata have an origin parameter (#157594)Mircea Trofin1-5/+33
2025-09-04[profcheck] Allow `unknown` function entry count (#155918)Mircea Trofin1-2/+2
2025-09-04[AMDGPU][gfx1250] Add 128B cooperative atomics (#156418)Pierre van Houtryve1-0/+46
2025-09-03[AMDGPU] Remove most uses of /dev/null in tests (#156630)Jay Foad5-5/+5
2025-09-02[IR] Allow nofree metadata to inttoptr (#153149)Ruiling, Song1-0/+15
2025-08-29[DirectX] Make dx.RawBuffer an op that can't be replaced (#154620)Farzon Lotfi4-0/+34
2025-08-26[AMDGPU] wmma_scale* IR verification (#155493)Stanislav Mekhanoshin1-0/+124
2025-08-15Reapply "[AMDGPU] Intrinsic for launching whole wave functions" (#153584)Diana Picus1-0/+46
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov2-28/+6
2025-08-06Revert "[AMDGPU] Intrinsic for launching whole wave functions" (#152286)Diana Picus1-46/+0