summaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Verifier.cpp
AgeCommit message (Expand)Author
2025-11-22Add new llvm.dbg.declare_value intrinsic. (#168132)Shubham Sandeep Rastogi
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-11Add FramePointerKind::NonLeafNoReserve (#163775)Nabeel Omer
2025-11-10[DebugInfo] Add Verifier check for incorrectly-scoped retainedNodes (#166855)Vladislav Dzhidzhoev
2025-11-07Add `llvm.vector.partial.reduce.fadd` intrinsic (#159776)Damian Heaton
2025-11-06[IR] llvm.reloc.none intrinsic for no-op symbol references (#147427)Daniel Thornburgh
2025-11-05[NFC][LLVM][IR] Cleanup namespace usage in LLVM IR cpp files (#166477)Rahul Joshi
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-08[AllocToken, Clang] Implement TypeHashPointerSplit mode (#156840)Marco Elver
2025-10-07[AllocToken] Introduce sanitize_alloc_token attribute and alloc_token metadat...Marco Elver
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[Verifier] Modify TBAAVerifier helpers signatures to accept a nullable (NFC)Antonio Frighetto
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-20[IR] Fix a few implicit conversions from TypeSize to uint64_t. NFC (#159894)Craig Topper
2025-09-19[IR] enable attaching metadata on ifuncs (#158732)Wael Yehia
2025-09-17[IR] NFC: Remove 'experimental' from partial.reduce.add intrinsic (#158637)Sander de Smalen
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-10[Verifier] Remove redundant null-check (NFC) (#157458)Daniel Kuts
2025-09-05[LLD][COFF] Add more `--time-trace` tags for ThinLTO linking (#156471)Alexandre Ganea
2025-09-05[X86][AVX10] Remove EVEX512 and AVX10-256 implementations (#157034)Phoebe Wang
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-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-29[llvm][DebugInfo] Fix set debug validation with the addition of the new subra...peter mckinna
2025-08-26[AMDGPU] wmma_scale* IR verification (#155493)Stanislav Mekhanoshin
2025-08-22[llvm] Remove unused includes of SmallSet.h (NFC) (#154893)Kazu Hirata
2025-08-18[llvm] Replace SmallSet with SmallPtrSet (NFC) (#154068)Kazu Hirata
2025-08-15Reapply "[AMDGPU] Intrinsic for launching whole wave functions" (#153584)Diana Picus
2025-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson
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-08-04[IR] Allow poison argument to lifetime markers (#151148)Nikita Popov
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-16[DebugInfo] Delete debug-intrinsic verifier checks (#149066)Jeremy Morse
2025-07-16[KeyInstr] Fix verifier check (#149043)Orlando Cazalet-Hyams
2025-07-15[DebugInfo][RemoveDIs] Suppress getNextNonDebugInfoInstruction (#144383)Jeremy Morse