summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Verifier.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Verifier] Assert gc_relocate always return a pointer type Chen Li2015-05-181-2/+12
* [Safepoints][Verifier] Fix a tautological Assert.Sanjoy Das2015-05-131-1/+1
* Add function entry count metadata.Diego Novillo2015-05-131-0/+33
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-121-13/+36
* Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.Pete Cooper2015-05-121-2/+2
* Rename variables in gc_relocate related functions to follow LLVM's naming con...Sanjoy Das2015-05-111-8/+8
* Simplify a return expression and an access to an alloca's allocated typeDavid Blaikie2015-05-111-3/+3
* [RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...Sanjoy Das2015-05-111-4/+2
* Revert r236912.Quentin Colombet2015-05-091-4/+4
* [opaque pointer type] Cleanup a few references to pointee types using nearby ...David Blaikie2015-05-081-4/+4
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-081-7/+30
* [opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.David Blaikie2015-05-081-2/+2
* Change typeIncompatible to return an AttrBuilder instead of new-ing an Attrib...Pete Cooper2015-05-061-2/+3
* [Statepoint] Clean up Statepoint.h: accessor names.Sanjoy Das2015-05-061-2/+2
* Temporarily relax a check in the debug info verifier.Adrian Prantl2015-04-291-0/+9
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-103/+103
* Verifier: Function metadata attachments require a bodyDuncan P. N. Exon Smith2015-04-241-0/+13
* [opaque pointer type] Verifier/AutoUpgrade: Remove a few uses of PointerType:...David Blaikie2015-04-241-7/+3
* Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...David Blaikie2015-04-231-1/+5
* Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...David Blaikie2015-04-221-5/+1
* [opaque pointer type] Avoid using PointerType::getElementType for a few cases...David Blaikie2015-04-211-1/+5
* [opaque pointer type] Access the pointee of the result type from the GEP rath...David Blaikie2015-04-171-2/+1
* [opaque pointer type] Query the GEP for its source element type directly rath...David Blaikie2015-04-171-2/+1
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-9/+1
* Verifier: Check that @llvm.dbg.* intrinsics have a !dbg attachmentDuncan P. N. Exon Smith2015-04-151-4/+38
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-1/+1
* Reapply "Verifier: Check for incompatible bit piece expressions"Duncan P. N. Exon Smith2015-04-131-7/+92
* Revert "Verifier: Check for incompatible bit piece expressions"Duncan P. N. Exon Smith2015-04-131-89/+7
* DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith2015-04-111-5/+1
* Verifier: Check for incompatible bit piece expressionsDuncan P. N. Exon Smith2015-04-111-7/+89
* IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith2015-04-071-0/+4
* [opaque pointer type] Avoid using PointerType::getElementType when parsing IRDavid Blaikie2015-04-061-3/+1
* Metadata: Add typed array-like wrapper for MDTupleDuncan P. N. Exon Smith2015-04-061-2/+2
* Verifier: Check composite type template paramsDuncan P. N. Exon Smith2015-04-061-11/+18
* [WinEH] Sink UnwindHelp completely out of IRDavid Majnemer2015-04-031-7/+0
* Verifier: Check that inlined-at locations agreeDuncan P. N. Exon Smith2015-04-031-0/+14
* [WinEH] Make llvm.eh.actions use frameescape indices for catch paramsReid Kleckner2015-04-021-0/+2
* [WinEH] Generate .xdata for catch handlersDavid Majnemer2015-03-311-7/+0
* Verifier: Don't return early from verifyTypeRefs()Duncan P. N. Exon Smith2015-03-311-8/+2
* Verifier: Explicitly verify type referencesDuncan P. N. Exon Smith2015-03-311-83/+93
* Verifier: Move over DISubprogram::Verify()Duncan P. N. Exon Smith2015-03-311-0/+39
* Verifier: Check reference flags in debug infoDuncan P. N. Exon Smith2015-03-311-0/+11
* Verifier: Move more debug info checks away from Verify()Duncan P. N. Exon Smith2015-03-311-0/+1
* Verifier: Move checks over from DIDescriptor::Verify()Duncan P. N. Exon Smith2015-03-311-0/+31
* [opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...David Blaikie2015-03-301-1/+1
* Verifier: Add operand checks for remaining debug infoDuncan P. N. Exon Smith2015-03-301-0/+27
* Verifier: Loosen r233559 check for 'function:' field in MDSubprogramDuncan P. N. Exon Smith2015-03-301-3/+2
* Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith2015-03-301-2/+12
* Verifier: Check operands of MDSubprogram nodesDuncan P. N. Exon Smith2015-03-301-0/+58
* Verifier: Allow subroutine types to have no type arrayDuncan P. N. Exon Smith2015-03-281-6/+5
OpenPOWER on IntegriCloud