Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / IR / Verifier.cpp
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Rafael EspindolaAllow aliases to be unnamed.
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-20 David Blaikie[opaque pointer type] Pass explicit type to Load instru...
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-18 Chen Li[Verifier] Assert gc_relocate always return a pointer...
2015-05-13 Sanjoy Das[Safepoints][Verifier] Fix a tautological Assert.
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-05-11 Sanjoy DasRename variables in gc_relocate related functions to...
2015-05-11 David BlaikieSimplify a return expression and an access to an alloca...
2015-05-11 Sanjoy Das[RewriteStatepointsForGC] Fix a bug on creating gc_relo...
2015-05-09 Quentin ColombetRevert r236912.
2015-05-08 David Blaikie[opaque pointer type] Cleanup a few references to point...
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-08 David Blaikie[opaque pointer type] Explicit pointee type for GEPOper...
2015-05-06 Pete CooperChange typeIncompatible to return an AttrBuilder instea...
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-04-29 Adrian PrantlTemporarily relax a check in the debug info verifier.
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 Duncan P. N. Exon... Verifier: Function metadata attachments require a body
2015-04-24 David Blaikie[opaque pointer type] Verifier/AutoUpgrade: Remove...
2015-04-23 David BlaikieRecommit r235458: [opaque pointer type] Avoid using...
2015-04-22 David BlaikieRevert "[opaque pointer type] Avoid using PointerType...
2015-04-21 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-17 David Blaikie[opaque pointer type] Access the pointee of the result...
2015-04-17 David Blaikie[opaque pointer type] Query the GEP for its source...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... Verifier: Check that @llvm.dbg.* intrinsics have a...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-13 Duncan P. N. Exon... Reapply "Verifier: Check for incompatible bit piece...
2015-04-13 Duncan P. N. Exon... Revert "Verifier: Check for incompatible bit piece...
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-11 Duncan P. N. Exon... Verifier: Check for incompatible bit piece expressions
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-06 Duncan P. N. Exon... Metadata: Add typed array-like wrapper for MDTuple
2015-04-06 Duncan P. N. Exon... Verifier: Check composite type template params
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-04-03 Duncan P. N. Exon... Verifier: Check that inlined-at locations agree
2015-04-02 Reid Kleckner[WinEH] Make llvm.eh.actions use frameescape indices...
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-31 Duncan P. N. Exon... Verifier: Don't return early from verifyTypeRefs()
2015-03-31 Duncan P. N. Exon... Verifier: Explicitly verify type references
2015-03-31 Duncan P. N. Exon... Verifier: Move over DISubprogram::Verify()
2015-03-31 Duncan P. N. Exon... Verifier: Check reference flags in debug info
2015-03-31 Duncan P. N. Exon... Verifier: Move more debug info checks away from Verify()
2015-03-31 Duncan P. N. Exon... Verifier: Move checks over from DIDescriptor::Verify()
2015-03-30 David Blaikie[opaque pointer type] Change GetElementPtrInst::getInde...
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N. Exon... Verifier: Loosen r233559 check for 'function:' field...
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-30 Duncan P. N. Exon... Verifier: Check operands of MDSubprogram nodes
2015-03-28 Duncan P. N. Exon... Verifier: Allow subroutine types to have no type array
2015-03-27 Duncan P. N. Exon... Verifier: Check operands of MDType subclasses and MDCom...
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-24 Duncan P. N. Exon... Verifier: Start recursing into !dbg attachments
2015-03-24 Duncan P. N. Exon... Verifier: !llvm.dbg.cu must point at compile units
2015-03-20 Duncan P. N. Exon... Verifier: Check that !dbg attachments have the right...
2015-03-20 Duncan P. N. Exon... Verifier: Remove the separate DebugInfoVerifier class
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-03-17 Duncan P. N. Exon... DebugInfo: Drop fake DW_TAG_expression
2015-03-17 Duncan P. N. Exon... Verifier: Set --verify-debug-info=true by default
2015-03-16 Duncan P. N. Exon... Verifier: Don't call debug info verifier if the module...
2015-03-16 Duncan P. N. Exon... Verifier: Simplify logic in processCallInst(), NFC
2015-03-16 Duncan P. N. Exon... IR: Take advantage of -verify checks for MDExpression
2015-03-16 Duncan P. N. Exon... Verifier: Remove unnecessary double-checks
2015-03-16 Duncan P. N. Exon... Fix doxygen comments from r232268
2015-03-15 Duncan P. N. Exon... DbgIntrinsicInst: Downcast to specialized MDNodes in...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-15 Duncan P. N. Exon... Verifier: Remove unnecessary null check
2015-03-15 Duncan P. N. Exon... Verifier: Make the raw_ostream constructor argument...
2015-03-14 Duncan P. N. Exon... IR: Make Metadata::print() reliable and useful
2015-03-14 Duncan P. N. Exon... Recover the ability to 'b CheckFailed' after r231577
2015-03-13 Owen AndersonFix an infinite recursion in the verifier caused by...
2015-03-11 Owen AndersonFix another verifier crash where a GC intrinsic would...
2015-03-10 Owen AndersonFix an issue in the verifier where we could try to...
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-07 Benjamin KramerMake the assertion macros in Verifier and Linter truly...
2015-03-05 Reid KlecknerRemove accidental errs() call in Verifier
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-02 Owen AndersonTeach the verifier to enforce that the alignment argume...
2015-02-20 David MajnemerVerifier: Unused comdats might not have a corresponding GV
2015-02-19 Igor LaevskyImplement invoke statepoint verification.
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-16 David MajnemerVerifier: Diagnose module flags which have null ID...
2015-02-13 Duncan P. N. Exon... IR: Add MDExpression::ExprOperand
2015-02-11 David MajnemerVerifier: Check for null operands in !llvm.module.flags
2015-02-11 David MajnemerVerifier: Make sure !llvm.ident's operand isn't null
2015-02-10 Duncan P. N. Exon... Verifier: reuse getInlinedAt() result, NFC
2015-02-10 Duncan P. N. Exon... Verifier: Check for valid tags in debug nodes
2015-02-10 Duncan P. N. Exon... Verifier: Add simple checks for MDLocation
next