DI/Verifier: Fix argument bitrot in DILocalVariable
[oota-llvm.git] / lib / IR / Verifier.cpp
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Duncan P. N. Exon... DI: Remove DIDerivedTypeBase
2015-07-24 Duncan P. N. Exon... Verifier: Sink filename check into visitMDCompositeType...
2015-07-24 Duncan P. N. Exon... Verifier: Remove unnecessary references to DW_TAG_subro...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerTighten the verifier check for catchblock.
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerAddress Reid's review feedback.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-05 Peter CollingbourneVerifier: Forbid comdats on linker declarations.
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-26 Philip ReamesMinor style cleanup after 240843 [NFC]
2015-06-26 Philip Reames[Verifier] Follow on to 240836
2015-06-26 Philip Reames[Verifier] Verify invokes of intrinsics
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
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
next