DebugInfo: Ensure that all debug location scope chains from instructions within a...
[oota-llvm.git] / lib / IR / DebugInfo.cpp
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.
2013-08-28 David Blaikier189495: Pull out some debug logic into a function...
2013-08-28 David BlaikiePR16995: DebugInfo: Don't overwrite existing member...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-24 Manman RenDebugInfoFinder: handle imported entities of a CU.
2013-08-23 Manman RenDebugInfoFinder: handle template params of a DISubprogram.
2013-08-16 David BlaikieDebugInfo: Allow the addition of other (such as static...
2013-08-09 David BlaikieDebugInfo: provide the ability to add members to a...
2013-08-08 Eric ChristopherMake sure that if we're going to attempt to add a type...
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-26 Eric ChristopherUse more parens to clarify assert.
2013-07-26 Manman RenDebug Info Verifier: enable verification of DICompileUnit.
2013-07-26 Eric ChristopherCollapse conditional and add an assert for unhandled...
next