aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Verifier
AgeCommit message (Expand)AuthorFilesLines
2024-04-04[AArch64][PAC][MC][ELF] Support PAuth ABI compatibility tag (#85236)Daniil Kovalev1-0/+19
2024-04-04[SEH] Ignore EH pad check for internal intrinsics (#79694)Phoebe Wang1-0/+48
2024-03-27Revert "[TBAA] Add verifier for tbaa.struct metadata (#86709)"Florian Hahn1-11/+3
2024-03-27[TBAA] Add verifier for tbaa.struct metadata (#86709)Julian Nagele1-3/+11
2024-03-26[TBAA] Tests for invalid tbaa.struct metadata (#86167)Julian Nagele1-0/+40
2024-03-18[LangRef][IR] Add 3-way compare intrinsics llvm.scmp/llvm.ucmp (#83227)Miguel Raz Guzmán Macedo1-0/+22
2024-03-09Reapply [IR] Add new Range attribute using new ConstantRange Attribute type (...Andreas Jonson1-0/+19
2024-03-08Revert "[IR] Add new Range attribute using new ConstantRange Attribute type" ...Florian Mayer1-19/+0
2024-03-08[IR] Add new Range attribute using new ConstantRange Attribute type (#83171)Andreas Jonson1-0/+19
2024-03-07[RemoveDIs][DebugInfo][IR] Add parsing for non-intrinsic debug values (#79818)Stephen Tozer15-0/+464
2024-02-06Add test for iterating over MDNode operands when they are empty (#80737)Shubham Sandeep Rastogi1-0/+25
2024-02-01[AArch64] Replace LLVM IR function attributes for PSTATE.ZA. (#79166)Sander de Smalen1-4/+28
2024-01-17[VFABI] Move the Vector ABI demangling utility to LLVMCore. (#77513)Alexandros Lamprineas1-0/+16
2024-01-16[AArch64][SME2] Add ZT0 attributes to SMEAttrs (#77607)Kerry McLaughlin1-0/+30
2024-01-09[LLVM][NVPTX]: Add intrinsic for setmaxnreg (#77289)Durgadoss R2-0/+16
2023-12-14[IR] Add dead_on_unwind attribute (#74289)Nikita Popov1-0/+7
2023-12-04[Verifier] Check function attributes related to branch protection (NFC) (#70565)Momchil Velikov1-0/+25
2023-11-17[Statepoint] Return undef value for the statepoint of the none token (#72552)Danila Malyutin1-0/+18
2023-11-08[AMDGPU] Add llvm.amdgcn.set.inactive.chain.arg intrinsic (#71530)Diana1-0/+60
2023-11-06llvm: [NFC] Robustify testcase (#71120)Nathan Sidwell1-1/+3
2023-11-01[IR] Add writable attributeNikita Popov1-0/+30
2023-10-24[IR] Require that ptrmask mask matches pointer index size (#69343)Nikita Popov1-0/+18
2023-09-27[IR] Allow llvm.ptrmask of vectors (#67434)Nikita Popov1-0/+34
2023-09-20[LLVM] convergence verifier should visit all instructions (#66200)Sameer Sahasrabuddhe1-1/+6
2023-09-14[IR] Enable load/store/alloca for arrays of scalable vectors.Paul Walker1-5/+6
2023-09-11[Convergence] allow non-convergent ops before entry and loop intrinsics (#65939)Sameer Sahasrabuddhe1-2/+4
2023-08-25[VP][RISCV] Add vp.is.fpclass and RISC-V supportLiaoChunyu2-0/+25
2023-08-23[LLVM][Convergence] further refactor convergence verifierSameer Sahasrabuddhe1-6/+6
2023-08-17[Verifier] Allow undef/poison in entry_values expressions.Felipe de Azevedo Piovezan1-0/+4
2023-08-17[AMDGPU] More verifier checks for llvm.amdgcn.cs.chainDiana Picus1-0/+14
2023-08-10[Verifier] add missing checks for convergence control intrinsicsSameer Sahasrabuddhe1-0/+11
2023-08-07[NFC] strengthen some CHECK-NOT linesSameer Sahasrabuddhe2-2/+2
2023-08-03Restore "[LLVM] move verification of convergence control to a class template""Sameer Sahasrabuddhe1-1/+1
2023-07-31[LLVM] Add missing verifier checks for convergence controlSameer Sahasrabuddhe1-0/+29
2023-07-26[Verifier] definition subprograms cannot be nested within DICompositeType whe...DianQK2-0/+90
2023-07-15[LangRef] vscale_range implies the vscale is power-of-twoZhongyunde1-0/+6
2023-07-12[FPEnv][TableGen] Add strictfp attribute to constrained intrinsics by default.Kevin P. Neal1-13/+12
2023-07-12[llvm] Remove explicit -opaque-pointers flag from tests (NFC)Nikita Popov4-4/+3
2023-07-12[RFC] Introduce convergence control intrinsicsSameer Sahasrabuddhe1-0/+225
2023-06-30Verifier: Verify absolute_symbol metadataMatt Arsenault1-0/+96
2023-06-30Verifier: Fix assertion on range metadata with equal boundsMatt Arsenault1-0/+7
2023-06-22[AMDGPU] Add llvm.amdgcn.cs.chain intrinsic to IR & verifierDiana Picus1-0/+46
2023-06-22[AMDGPU] Add amdgpu_cs_chain[_preserve] CCs to IR & verifierDiana Picus1-0/+113
2023-06-21AMDGPU: Drop and upgrade llvm.amdgcn.atomic.inc/dec to atomicrmwMatt Arsenault1-38/+0
2023-06-05AutoUpgrade: Fix crash when tbaa has an empty argumentMatt Arsenault1-0/+5
2023-05-26[VP][SelectionDAG][RISCV] Add get_vector_length intrinsics and generic Select...Craig Topper1-0/+17
2023-05-19[1/11][IR] Permit load/store/alloca for struct of the same scalable vector typeeopXD1-0/+9
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta5-5/+5
2023-05-10[Verifier] Allow DW_OP_LLVM_entry_value in IRFelipe de Azevedo Piovezan1-4/+4
2023-05-09[IRGen] Change annotation metadata to support inserting tuple of strings into...Zain Jaffal1-1/+1