summaryrefslogtreecommitdiff
path: root/llvm/test/Verifier
AgeCommit message (Expand)Author
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
2025-04-25[AArch64][SME] Allow spills of ZT0 around SME ABI routines again (#136726)Benjamin Maxwell
2025-04-22[DebugInfo] Handle additional types of stores in assignment tracking (#129070)Stephen Tozer
2025-04-19[llvm][ir]: fix llc crashes on function definitions with label parameters (#1...YLChenZ
2025-04-14[Verifier] Fix intrinsic signatures in immarg tests (NFC)Nikita Popov
2025-04-11[AMDGPU][Verifier] Mark calls to entry functions as invalid in the IR verifie...Shilei Tian
2025-04-02Support alternative sections for patchable function entries (#131230)Sami Tolvanen
2025-03-19[IR] Allow llvm.experimental.memset.pattern to take any sized type as the pat...Alex Bradbury
2025-02-25[WebAssembly] Make llvm.wasm.throw invokable (#128104)Heejin Ahn
2025-02-23[AMDGPU] Add verification for amdgcn.init.exec.from.input (#128172)Robert Imschweiler
2025-02-22[AMDGPU] Enhance verification of amdgcn.cs.chain intrinsic (#128162)Robert Imschweiler
2025-01-23Reapply "Verifier: Add check for DICompositeType elements being null"David Blaikie
2025-01-17Revert "Verifier: Add check for DICompositeType elements being null"David Blaikie
2025-01-17Verifier: Add check for DICompositeType elements being nullDavid Blaikie
2024-12-23[AArch64] SME implementation for agnostic-ZA functions (#120150)Sander de Smalen
2024-11-22AMDGPU: Add basic verification for mfma scale intrinsics (#117048)Matt Arsenault
2024-11-15[MemProf] Print full context hash when reporting hinted bytes (#114465)Teresa Johnson
2024-11-15Reapply [IR] Initial introduction of llvm.experimental.memset_pattern (#97583)Alex Bradbury
2024-11-15Revert "[IR] Initial introduction of llvm.experimental.memset_pattern (#97583)"Alex Bradbury
2024-11-15[IR] Initial introduction of llvm.experimental.memset_pattern (#97583)Alex Bradbury
2024-11-07Remove `br i1 undef` from some regression tests [NFC] (#115130)Lee Wei
2024-11-05[IR] Disallow recursive types (#114799)Jay Foad
2024-10-26[rtsan][llvm][NFC] Rename sanitize_realtime_unsafe attr to sanitize_realtime_...davidtrevelyan
2024-10-25[IR] Fix undiagnosed cases of structs containing scalable vectors (#113455)Jay Foad
2024-10-17[SimplifyLibCall][Attribute] Fix bug where we may keep `range` attr with inco...goldsteinn
2024-10-15[Verifier] Verify attribute `denormal-fp-math[-f32]` (#112310)Yingwei Zheng
2024-10-07[RFC] IR: Define noalias.addrspace metadata (#102461)Matt Arsenault
2024-09-27[AMDGPU] Overload resource descriptor in image intrinsics. (#107255)sstipano
2024-09-19[LLVM][rtsan] Add `sanitize_realtime_unsafe` attribute (#106754)davidtrevelyan
2024-09-17[Patchpoint] Add immarg attributes to patchpoint arguments (#97276)Csanád Hajdú
2024-09-13[AMDGPU] Error on non-global pointer with s_prefetch_data (#107624)Stanislav Mekhanoshin
2024-08-30Revert "[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)" (#106...Chris Apple
2024-08-28Move stepvector intrinsic out of experimental namespace (#98043)Maciej Gabka
2024-08-26[LLVM][rtsan] Add LLVM nosanitize_realtime attribute (#105447)Chris Apple