aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/VerifierTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-17[MTE] decide whether to tag global in AsmPrinter (#135891)Florian Mayer1-21/+0
2025-01-24[NFC][DebugInfo] Use iterator moveBefore at many call-sites (#123583)Jeremy Morse1-5/+5
2025-01-21[IR][unittests] Replace of PointerType::get(Type) with opaque version (NFC) (...Mats Jun Larsen1-1/+1
2024-12-17[MTE] Apply alignment / size in AsmPrinter rather than IR (#111918)Florian Mayer1-0/+22
2024-10-29IR: Fix verifier missing addrspace mismatch in vector GEPs (#114091)Matt Arsenault1-0/+30
2024-09-21[unittests] Use {} instead of std::nullopt to initialize empty ArrayRef (#109...Jay Foad1-1/+1
2024-09-13[llvm][unittests] Strip unneeded use of raw_string_ostream::str() (NFC)JOE19941-43/+33
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata1-18/+18
2024-04-06[RFC] IR: Support atomicrmw FP ops with vector types (#86796)Matt Arsenault1-0/+28
2024-02-29Verifier: More helpful error message for cross-function references (#82906)Nicolai Hähnle1-0/+28
2023-12-13[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-14/+18
2023-02-24IR: Add nofpclass parameter attributeMatt Arsenault1-0/+35
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-11-03[IR Verifier] didn't check if switch case is constant, align IR Verifier's ch...Peter Rong1-0/+30
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov1-5/+5
2022-02-14Extend the `uwtable` attribute with unwind table kindMomchil Velikov1-1/+2
2021-12-23[Verifier] Iteratively traverse all indirect users.Florian Hahn1-7/+7
2021-08-17[NFC] Cleanup more AttributeList::addAttribute()Arthur Eubanks1-2/+1
2021-07-12[Attributes] Determine attribute properties from TableGen dataNikita Popov1-1/+1
2021-04-16Verify the LLVMContext that an Attribute belongs to.Nick Lewycky1-0/+17
2021-03-24Verify that MDNodes belong to the same context as the Module.Nick Lewycky1-0/+15
2020-08-19Revert "Revert "[NFC][llvm] Make the contructors of `ElementCount` private.""Mehdi Amini1-1/+1
2020-08-19Revert "[NFC][llvm] Make the contructors of `ElementCount` private."Mehdi Amini1-1/+1
2020-08-19[NFC][llvm] Make the contructors of `ElementCount` private.Francesco Petrogalli1-1/+1
2020-03-12[SVE] Update API ConstantVector::getSplat() to use ElementCount.Huihui Zhang1-1/+1
2019-11-12[IR] Resolve an error at freeze's unit testsJuneyoung Lee1-1/+1
2019-11-12[IR] Redefine Freeze instructionaqjune1-0/+48
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-7/+7
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-7/+7
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-7/+7
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-19[DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson1-3/+4
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl1-37/+1
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth1-2/+2
2017-03-21Rename AttributeSet to AttributeListReid Kleckner1-3/+3
2016-12-14[DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...Amjad Aboud1-4/+5
2016-10-25[unittests] Remove an MSVC 2013 workaround, NFCI.Vedant Kumar1-3/+0
2016-09-14Verifier: Mark orphaned DICompileUnits as a debug info failure.Adrian Prantl1-20/+53
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne1-25/+0
2016-05-25Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.Adrian Prantl1-1/+23
2016-05-11Delete duplicated verifier test.Rafael Espindola1-0/+27
2016-05-09Disable this unit test on MSVC, which crashes while compiling it.Adrian Prantl1-1/+3
2016-05-09Separate the Verifier into an analysis and a transformation pass andAdrian Prantl1-0/+25
2016-05-09Revert "Separate the Verifier into an analysis and a transformation pass and"Adrian Prantl1-25/+0
2016-05-09Separate the Verifier into an analysis and a transformation pass andAdrian Prantl1-0/+25
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-4/+4
2016-01-26Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko1-4/+5
2016-01-14[Verifier] Check parentage of GVs in dbg metadataKeno Fischer1-1/+23
2016-01-14[Verifier] Verify that a GlobalValue is only used in this ModuleKeno Fischer1-2/+16
2015-12-01[Verifier] Improve error for cross-module refsKeno Fischer1-0/+47