DebugInfo: Remove dead DIDescriptor::getDescriptorField()
[oota-llvm.git] / lib / IR / DebugInfo.cpp
2015-04-10 Duncan P. N. Exon... DebugInfo: Remove dead DIDescriptor::getDescriptorField()
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove constructors for DIRef<>
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DICompositeType mutation API
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIExpression bit-piece API to MDExpression
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove special iterators from DIExpression
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... DebugInfo: Reimplement DIRef<>::resolve() using TypedDe...
2015-04-06 Duncan P. N. Exon... DebugInfo: Drop confusing forwarding API from DILexical...
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-06 Duncan P. N. Exon... DebugInfo: Use MDTypeRef throughout the hierarchy
2015-04-06 Duncan P. N. Exon... DebugInfo: Create MDTypeRef, etc., to replace DITypeRef
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove dead code for accessing fields
2015-04-06 Duncan P. N. Exon... DebugInfo: Use MDFile instead of accessing operands...
2015-04-01 Rafael Espindolagit-clang-format r233603.
2015-03-31 Duncan P. N. Exon... Verifier: Move over DISubprogram::Verify()
2015-03-31 Duncan P. N. Exon... DebugInfo: Rewrite llvm::getDISubprogram(), NFC
2015-03-31 Duncan P. N. Exon... DebugInfo: Hide isScopeRef() and isTypeRef() behind...
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 Rafael EspindolaFix PR23045.
2015-03-30 Rafael EspindolaUse range loops and add missing braces.
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-30 Duncan P. N. Exon... DebugInfo: Reflow printDebugLoc() to use early returns...
2015-03-30 Duncan P. N. Exon... DebugInfo: Implement MDLocation::getInlinedAtScope()
2015-03-30 Duncan P. N. Exon... DebugInfo: Simplify logic in DISubprogram::Verify(...
2015-03-25 Peter CollingbourneDebugInfo: Permit DW_TAG_structure_type, DW_TAG_member...
2015-03-23 Duncan P. N. Exon... DebugInfo: Overload get() in DIDescriptor subclasses
2015-03-20 Duncan P. N. Exon... DebugInfoFinder: Check for null imported entities
2015-03-16 Duncan P. N. Exon... IR: Take advantage of -verify checks for MDExpression
2015-03-16 Duncan P. N. Exon... DebugInfo: Simplify logic in DIType::Verify(), NFC
2015-03-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-28 Duncan P. N. Exon... DebugInfo: Use TempMDNode in DIDescriptor::replaceAllUs...
2015-02-21 Duncan P. N. Exon... IR: Add helper to split debug info flags bitfield
2015-02-21 Duncan P. N. Exon... IR: Add debug info flag string conversions
2015-02-18 Duncan P. N. Exon... IR: Drop the scope in DI template parameters
2015-02-18 Duncan P. N. Exon... Fix -DNDEBUG -Werror build after r229733
2015-02-18 Duncan P. N. Exon... IR: isScopeRef() should check isScope()
2015-02-18 Duncan P. N. Exon... IR: Avoid DIScopeRef in DIImportedEntity::getEntity()
2015-02-17 Duncan P. N. Exon... IR: fieldIsMDNode() should be false for MDString
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-16 David MajnemerDebugInfo: Don't crash if 'Debug Info Version' has...
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Duncan P. N. Exon... DebugInfo: Remove DW_TAG_constant
2015-01-24 Benjamin KramerDebugInfo: Fix use after return found by asan.
2015-01-23 Adrian PrantlAddress more review comments for DIExpression::iterator.
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-22 Adrian PrantlRewrite DIExpression::printInternal() to use the iterat...
2015-01-22 Adrian PrantlRename DIExpressionIterator to DIExpression::iterator.
2015-01-22 Adrian PrantlRewrite DIExpression::Verify() using an iterator. NFC.
2015-01-21 Adrian PrantlLet subprograms with instructions without parent scopes...
2015-01-21 Adrian PrantlMake DIExpression::Verify() stricter by checking that...
2015-01-20 Adrian PrantlDebugLocs without a scope should fail the verification.
2015-01-20 Adrian PrantlAdd an assertion and prefer a crash over an infinite...
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-19 Yaron KerenRemove isSubroutineType test for isCompositeType, getTa...
2014-12-09 Hans WennborgTry fixing MSVC build after r223802
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-05 Adrian PrantlFix a bug when pretty-printing DW_OP_deref.
2014-11-21 Manman RenDebug Info: revert r222195, r222210 and r222239.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-18 Manman RenDebug Info: In DIBuilder, the context field of a global...
2014-11-14 Duncan P. N. Exon... DI: Use Metadata for DITypeRef and DIScopeRef
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-01 David MajnemerIR: Restore the old behavior of getDISubprogram
2014-10-23 Timur IskhodzhanovMake getDISubprogram(const Function *F) available in...
2014-10-15 Duncan P. N. Exon... DI: Make comments "brief"-er, NFC
2014-10-15 Duncan P. N. Exon... DI: Cleanup comments, NFC
2014-10-15 Duncan P. N. Exon... DI: Use a `DenseMap` instead of named metadata, NFC
2014-10-14 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-10-14 David BlaikieRevert "Fix stuff... again."
2014-10-14 David BlaikieFix stuff... again.
2014-10-10 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-10-07 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-02 Adrian PrantlRemove an extra whitespace.
2014-10-02 Adrian PrantlPretty-printer: Paper over an ambiguity between line...
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-15 Frederic RissFix DebugInfo replaceAllUsesWith.
2014-09-15 Frederic RissMove replaceAllUsesWith() from DIType to DIDescriptor.
2014-08-29 Adrian PrantlDebug info: Add a new explicit DIDescriptor flag for...
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-06 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-08-04 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] add a template class DITypedArray.
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
next