summaryrefslogtreecommitdiff
path: root/llvm/test/MachineVerifier
AgeCommit message (Expand)Author
2025-03-07AMDGPU: Add pseudoinstruction for agpr or vgpr constants (#130042)Matt Arsenault
2025-03-06[win] NFC: Rename `EHCatchret` to `EHCont` to allow for EH Continuation targe...Daniel Paoliello
2025-03-04MachineVerifier: Print name of failing subregister index (#129491)Matt Arsenault
2025-02-27[AMDGPU] Verify SdwaSel value range (#128898)Frederik Harwath
2025-02-13[AMDGPU][NFC] Replace gfx940 and gfx941 with gfx942 in llvm/test (#125711)Fabian Ritter
2025-01-30MachineVerifier: Fix check for range type (#124894)Matt Arsenault
2025-01-28MachineVerifier: Move test into AMDGPU directoryMatt Arsenault
2025-01-28[GlobalISel] Catching inconsistencies in load memory, result, and range metad...Renat Idrisov
2025-01-14MachineVerifier: Check stack protector is top-most in frame (#122635)Guy David
2025-01-10Revert 86b1b0671cafd "MachineVerifier: Check stack protector is top-most in f...Simon Pilgrim
2025-01-10MachineVerifier: Check stack protector is top-most in frame (#121481)Guy David
2024-12-15[GISel] Improve MachineVerifier for G_SCMP/UCMP. (#120017)Craig Topper
2024-12-15[GISel] Remove unnecessary MachineVerifier checks for G_ABDS/G_ABDU. (#120014)Craig Topper
2024-12-15[test] Change llc -march= to -mtriple=Fangrui Song
2024-12-15[AMDGPU,test] Change llc -march= to -mtriple=Fangrui Song
2024-12-13AMDGPU: Fix verifier assert with out of bounds subregister indexes (#119799)Matt Arsenault
2024-12-04[GlobalISel] Add G_ABDS and G_ABDU instructions (#118122)Thorsten Schütt
2024-12-04[RISCV] Mark vmvNr.v as implicitly using vtype (#118414)Luke Lau
2024-12-02[NFCI][test] Use lit.local.cfg in test/MachineVerifier/RISCV to gate tests (#...Alex Bradbury
2024-11-24[NFC] Fix buildbot fail by add riscv64-registered-targetPiyou Chen
2024-11-25[RISCV][MachineVerifier] Use RegUnit for register liveness checking (#115980)Piyou Chen
2024-11-11[GlobalISel] Add G_STEP_VECTOR instruction (#115598)Thorsten Schütt
2024-10-28VirtRegRewriter: Add implicit register defs for live out undef lanes (#112679)Matt Arsenault
2024-10-11[MachineVerifier] Report errors from one thread at a time (#111605)Ellis Hoag
2024-09-19[AMDGPU] Add MachineVerifier check to detect illegal copies from vector regis...Aditi Medhane
2024-09-18[MachineVerifier] Improve checks for G_INSERT_SUBVECTOR. (#109209)Craig Topper
2024-09-18[MachineVerifier] Improve G_EXTRACT_SUBVECTOR checking (#109202)Craig Topper
2024-09-17[MachineVerifier] Fix bug in MachineVerifier for G_INSERT_SUBVECTOR (#109048)Michael Maitland
2024-09-17[GISEL] Fix bugs and clarify spec of G_EXTRACT_SUBVECTOR (#108848)Michael Maitland
2024-09-03[AMDGPU] Create dir for amdgpu specific machineverifier tests (#106960)Aditi Medhane
2024-08-29[GISel][RISCV] Correctly handle scalable vector shuffles of pointer vectors i...Craig Topper
2024-08-20llvm.lround: Update verifier to validate support of vector types. (#98950)Sumanth Gundapaneni
2024-07-18[GlobalIsel] Add G_SCMP and G_UCMP instructions (#98894)Thorsten Schütt
2024-07-17[GlobalIsel] Fix Machine Verifier errors (#99018)Thorsten Schütt
2024-04-20[test] Avoid writing to a potentially write-protected dir (#89242)Karl-Johan Karlsson
2024-04-03[RISCV][GISEL] Legalize G_ZEXT, G_SEXT, and G_ANYEXT, G_SPLAT_VECTOR, and G_I...Michael Maitland
2024-04-01[GISEL] G_SPLAT_VECTOR can take a splat that is larger than the vector elemen...Michael Maitland
2024-03-23[GlobalISel] Introduce G_TRAP, G_DEBUGTRAP, G_UBSANTRAP (#84941)Evgenii Kudriashov
2024-03-21Reapply "Move assertion for AdjustsStack from PEI to MachineVerifier (#85698)"Jonas Paulsson
2024-03-20Revert "Move assertion for AdjustsStack from PEI to MachineVerifier. (#85698)"Jonas Paulsson
2024-03-20Move assertion for AdjustsStack from PEI to MachineVerifier. (#85698)Jonas Paulsson
2024-03-12[GISEL] Add G_VSCALE instruction (#84542)Michael Maitland
2024-03-11[GISEL] Add G_INSERT_SUBVECTOR and G_EXTRACT_SUBVECTOR (#84538)Michael Maitland
2024-03-09[GISel] Enforce G_PTR_ADD RHS type matching index size for addr space (#84352)Jay Foad
2024-03-07[AMDGPU,test] Change llc -march= to -mtriple=Fangrui Song
2024-03-07[GISEL] Add IRTranslation for shufflevector on scalable vector types (#80378)Michael Maitland
2024-03-07Revert "[GISEL] Add IRTranslation for shufflevector on scalable vector types"...Michael Maitland
2024-03-07[GISEL] Add IRTranslation for shufflevector on scalable vector types (#80378)Michael Maitland
2024-03-06Restore "Implement convergence control in MIR using SelectionDAG (#71785)"Sameer Sahasrabuddhe
2024-03-04Revert "Restore "Implement convergence control in MIR using SelectionDAG (#71...Mitch Phillips