Changing DebugInfoFinder to iterate over all the compile units.
[oota-llvm.git] / lib / IR / DebugInfo.cpp
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...
2013-07-26 Eric ChristopherAdd a way to get the context of any particular scope.
2013-07-25 Manman RenDebug Info: update comments and add a FIXME.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-24 Manman RenDebug Info: improve the Finder.
2013-07-24 Eric ChristopherReplace with a "null" RAUW with an assert since we...
2013-07-24 Eric ChristopherRemove dead code.
2013-07-24 Eric ChristopherRemove unnecessary constructors as the default conversi...
2013-07-24 Eric ChristopherMore constructor cleanup.
2013-07-24 Eric ChristopherCollapse logic and move and reword comment for clarity.
2013-07-24 Eric ChristopherAdd a fixme and reformat.
2013-07-23 Manman RenDebug Info: improve the Finder.
2013-07-23 Manman RenDebug Info: clean up.
2013-07-23 Eric ChristopherRemove unused function.
2013-07-23 Manman RenDebug Info: code cleanup, use getNodeField if possible.
2013-07-23 Manman RenDebugInfo Verifier: verify the actual type.
2013-07-23 Manman RenDebug Info Finder: use processDeclare and processValue...
2013-07-22 Manman RenDebug Info Finder: add processScope to actually handle...
2013-07-20 Manman RenDebug Info Verifier: simplify DIxxx::Verify
2013-07-19 Manman RenDebug Info: enable verifying by default and disable...
2013-07-09 Eric ChristopherRevert "DebugInfo: remove unused helper function getDIC...
2013-07-08 Manman RenDebugInfo: remove unused helper function getDIComposite...
2013-07-04 David BlaikieDebugInfo: Consider global variables without locations...
2013-07-01 Manman RenDebug Info: Scope of a DebugLoc should not be null.
2013-06-29 Manman RenDebug Info: clean up usage of Verify.
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-21 David BlaikieDebugInfo: When asm printing include a '[def]' tag...
2013-06-01 Benjamin KramerMove getRealLinkageName to a common place and remove...
2013-05-29 Adrian PrantlSimplify logic by using the appropriate functions.
2013-05-20 David BlaikiePR14606: Debug Info for namespace aliases/DW_TAG_import...
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-17 David BlaikiePR15149/r174304 improvement - print hex for unknown...
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieFix comment
2013-03-27 Benjamin KramerSilence warning about mixing || in &&, fix up 80-cols.
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-26 David BlaikieDebugInfo: more support for mutating DICompositeType...
2013-03-26 David BlaikieDebug Info: Provide a means to update the members of...
2013-03-22 David BlaikieSwap the DIFile in DILexicalBlockFile out for the raw...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-21 David BlaikieRefactor the filename/directory information in DISubpro...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 David BlaikieRefactor file/directory path in namespace debug info...
2013-03-20 David BlaikieProvide more details for DINameSpace debug info in...
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-11 David BlaikieAdd asserts to DIBuilder & fix DINameSpace::Verify...
2013-02-04 David Blaikie[DebugInfo] remove more node indirection (this time...
2013-02-04 David BlaikiePR15149: crash when printing debug info metadata contai...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-01-19 David BlaikieFix a latent bug exposed by recent static member debug...
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
next