summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/VerifierTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Resolve an error at freeze's unit testsJuneyoung Lee2019-11-121-1/+1
* [IR] Redefine Freeze instructionaqjune2019-11-121-0/+48
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-7/+7
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-7/+7
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-7/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-3/+4
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-021-37/+1
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-2/+2
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-3/+3
* [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...Amjad Aboud2016-12-141-4/+5
* [unittests] Remove an MSVC 2013 workaround, NFCI.Vedant Kumar2016-10-251-3/+0
* Verifier: Mark orphaned DICompileUnits as a debug info failure.Adrian Prantl2016-09-141-20/+53
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-25/+0
* Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.Adrian Prantl2016-05-251-1/+23
* Delete duplicated verifier test.Rafael Espindola2016-05-111-0/+27
* Disable this unit test on MSVC, which crashes while compiling it.Adrian Prantl2016-05-091-1/+3
* Separate the Verifier into an analysis and a transformation pass andAdrian Prantl2016-05-091-0/+25
* Revert "Separate the Verifier into an analysis and a transformation pass and"Adrian Prantl2016-05-091-25/+0
* Separate the Verifier into an analysis and a transformation pass andAdrian Prantl2016-05-091-0/+25
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-4/+4
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-4/+5
* [Verifier] Check parentage of GVs in dbg metadataKeno Fischer2016-01-141-1/+23
* [Verifier] Verify that a GlobalValue is only used in this ModuleKeno Fischer2016-01-141-2/+16
* [Verifier] Improve error for cross-module refsKeno Fischer2015-12-011-0/+47
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-17/+0
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-171-1/+1
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-171-2/+1
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-161-3/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+0
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-191-6/+9
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-301-3/+4
* Add unit test to test a trivial verifier check.Bill Wendling2013-06-191-0/+16
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-0/+64
OpenPOWER on IntegriCloud