IR: Move MDLocation into place
[oota-llvm.git] / lib / IR / DebugInfo.cpp
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...
2014-07-18 Eric ChristopherRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-18 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-11 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-10 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-02 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-02 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-07-02 David BlaikieConstify the Function pointers in the result of makeSub...
2014-07-01 David BlaikieDebugInfo: Provide a utility for building a mapping...
2014-07-01 David BlaikieRevert "DebugInfo: Ensure that all debug location scope...
2014-07-01 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-06-27 David BlaikieRevert "Revert "Revert "PR20038: DebugInfo: Inlined...
2014-06-27 David BlaikieRevert "Revert "PR20038: DebugInfo: Inlined call sites...
2014-06-25 David BlaikieRevert "PR20038: DebugInfo: Inlined call sites where...
2014-06-25 David BlaikiePR20038: DebugInfo: Inlined call sites where the caller...
2014-05-06 David BlaikiePR19598: Provide the ability to RAUW a declaration...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-01 Adrian PrantlAdd a comment about the DIDescriptor class hierarchy.
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2014-02-25 Adrian PrantlAdd DIUnspecifiedParameter, so we can pretty-print it.
2013-12-27 David BlaikieDebugInfo: Remove dead code, DICompositeType::addMember...
2013-12-18 Adrian PrantlDebug info: Implement (rvalue) reference qualifiers...
2013-12-03 Manman RenDebug Info: rename getDebugInfoVersionFromModule to...
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-11-26 Renato GolinFix spurious return introduced by my earlier patch...
2013-11-26 Renato GolinAdd return to DIType::Verify
2013-11-22 Manman RenDebug Info: move StripDebugInfo from StripSymbols.cpp...
2013-11-17 Manman RenDebug Info: fix typo in function name.
2013-11-17 Manman RenDebug Info Verifier: enable public functions of Finder...
2013-11-08 Bill WendlingRemove ^M from the file.
2013-10-17 Michael KupersteinChanging DebugInfoFinder to iterate over all the compil...
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context and type fields...
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-01 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-09-30 Manman RenDebug Info: constify and rename from generateRef to...
2013-09-11 Manman RenDebug Info: move class definition of DIRef.
2013-09-10 Manman RenDebug Info: define a DIRef template.
2013-09-09 Manman RenDebug Info: move DIScope::getContext back from DwarfDebug.
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Manman RenDebug Info: move DIScope::getContext to DwarfDebug.
2013-09-09 Manman RenDebug Info: Move isSubprogramContext from DebugInfo...
2013-09-09 Manman RenDebug Info: Rename DITypeRef to DIScopeRef.
2013-09-09 Manman RenDebug Info: Update isScope to make sure DIType is a...
2013-09-07 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: Move a helper function getTypeIdentifier...
2013-09-05 Manman RenDebug Info: Use identifier to reference DIType in base...
2013-08-28 David BlaikiePeriod.
next