summaryrefslogtreecommitdiff
path: root/llvm/test/Verifier
AgeCommit message (Expand)Author
2025-11-18[DebugInfo][IR] Verifier checks for the extraData (#167971)Laxman Sole
2025-11-11[IR] "modular-format" attribute for functions using format strings (#147429)Daniel Thornburgh
2025-11-06[IR] llvm.reloc.none intrinsic for no-op symbol references (#147427)Daniel Thornburgh
2025-10-23IR/Verifier: Allow vector type in atomic load and store (#148893)jofrn
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov
2025-10-17[Matrix][IR] Cap stride bitwidth at 64 (#163729)Nathan Corbyn
2025-10-13[NFC][Verifier] Fix typo initalizer->initializer (#163193)Juan Manuel Martinez Caamaño
2025-10-01[IR] Introduce !captures metadata (#160913)Nikita Popov
2025-09-29[IR] Use immarg for preallocated intrinsics (NFC) (#155835)Nikita Popov
2025-09-24[IR] Introduce `llvm.errno.tbaa` metadata for errno alias disambiguationAntonio Frighetto
2025-09-24[IR] Forbid mixing condition and operand bundle assumes (#160460)Nikita Popov
2025-09-17[AMDGPU] Add gfx1251 runlines to cooperative atomcis tests. NFC (#159437)Stanislav Mekhanoshin
2025-09-12[PGO][test] Ensure test input is writeable after copying. (#158356)jtstogel
2025-09-11[PGO] Add llvm.loop.estimated_trip_count metadata (#152775)Joel E. Denny
2025-09-10[profcheck] Require `unknown` metadata have an origin parameter (#157594)Mircea Trofin
2025-09-04[profcheck] Allow `unknown` function entry count (#155918)Mircea Trofin
2025-09-04[AMDGPU][gfx1250] Add 128B cooperative atomics (#156418)Pierre van Houtryve
2025-09-03[AMDGPU] Remove most uses of /dev/null in tests (#156630)Jay Foad
2025-09-02[IR] Allow nofree metadata to inttoptr (#153149)Ruiling, Song
2025-08-29[DirectX] Make dx.RawBuffer an op that can't be replaced (#154620)Farzon Lotfi
2025-08-26[AMDGPU] wmma_scale* IR verification (#155493)Stanislav Mekhanoshin
2025-08-15Reapply "[AMDGPU] Intrinsic for launching whole wave functions" (#153584)Diana Picus
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-08-06Revert "[AMDGPU] Intrinsic for launching whole wave functions" (#152286)Diana Picus
2025-08-06[AMDGPU] Intrinsic for launching whole wave functions (#145859)Diana Picus
2025-07-31Revert "[PGO] Add `llvm.loop.estimated_trip_count` metadata" (#151585)Joel E. Denny
2025-07-31[PGO] Add `llvm.loop.estimated_trip_count` metadata (#148758)Joel E. Denny
2025-07-21AMDGPU: Support v_wmma_f32_16x16x128_f8f6f4 on gfx1250 (#149684)Changpeng Fang
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov
2025-07-21[AMDGPU] ISel & PEI for whole wave functions (#145858)Diana Picus
2025-07-18[llvm] Introduce callee_type metadataPrabhu Rajasekaran
2025-07-14[Loads] Support dereferenceable assumption with variable size. (#128436)Florian Hahn
2025-07-08[RISCV][IR] Implement verifier check for llvm.experimental.vp.splice immediat...Craig Topper
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto
2025-06-30[pgo] add means to specify "unknown" MD_prof (#145578)Mircea Trofin
2025-06-30[IR][PGO] Verify the structure of `VP` metadata. (#145584)Mircea Trofin
2025-06-25[IR][PGO] Verify invalid `MD_prof` metadata on instructions (#145576)Mircea Trofin
2025-06-25[Verifier] Always verify all assume bundles. (#145586)Florian Hahn
2025-06-24[Verifier] Add additional tests for dereferenceable assumptions.Florian Hahn
2025-06-24DAG: Move get_dynamic_area_offset type check to IR verifier (#145268)Matt Arsenault
2025-06-19[NVPTX] Attach Range attr to setmaxnreg and fence intrinsics (#144120)Durgadoss R
2025-06-11[DebugInfo][RemoveDIs] Use autoupgrader to convert old debug-info (#143452)Jeremy Morse
2025-06-09[LLVM][IR] Support target extension types in vectors (#140630)arysef
2025-06-04[IR][DSE] Support non-malloc functions in malloc+memset->calloc fold (#138299)clubby789
2025-05-02[IR] Relax convergence requirements on call (#135794)Nathan Gauër
2025-05-02[IR] Require that global value initializers are sized (#137358)Nikita Popov
2025-05-01Verifier: Move test from Assembler to right place and avoid grep (#138113)Matt Arsenault
2025-04-30[IR] Don't allow values of opaque type (#137625)Nikita Popov
2025-04-30[IR] Don't allow label arguments (#137799)Nikita Popov
2025-04-26[AMDGPU][Verifier] Check address space of `alloca` instruction (#135820)Shilei Tian