Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
[oota-llvm.git] / include / llvm / DebugInfo.h
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-22 Manman RenDebug Info: move StripDebugInfo from StripSymbols.cpp...
2013-11-18 David BlaikieDebugInfo: Simplify a few more explicit constructions...
2013-11-18 Alexey SamsonovFix forgotten member initialization detected by MSan...
2013-11-17 Manman RenDebug Info: fix typo in function name.
2013-11-17 Manman RenDebug Info Verifier: enable public functions of Finder...
2013-10-15 Eric ChristopherReformat.
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-08 Manman RenMove DIRef::getName out of line.
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-04 Eric ChristopherPull this out for a bit of readability.
2013-10-04 Eric ChristopherReformat.
2013-10-04 Eric ChristopherFormatting.
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-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 RenTrying to un-break the bots.
2013-09-05 Manman RenDebug Info: Use identifier to reference DIType in base...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
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 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-26 Eric ChristopherAdd a way to get the context of any particular scope.
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 ChristopherRemove one more of these.
2013-07-24 Eric ChristopherRemove more dead/weird/misleading code.
2013-07-24 Eric ChristopherRemove more seemingly unused code.
2013-07-23 Eric ChristopherRemove unused function.
2013-07-23 Eric ChristopherKeep similar classes near each other. No functional...
2013-07-23 Eric Christopher80-column.
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-18 Eric ChristopherEqual means ==, not !=. Thanks to Benjamin for catching.
2013-07-18 Eric ChristopherUpdate comment slightly.
2013-07-17 Eric ChristopherAdd comparison operators for DIDescriptors to fix c...
2013-07-17 Eric ChristopherAdd an explicit operator bool conversion to DIDescripto...
2013-07-09 Eric ChristopherRevert "DebugInfo: remove unused helper function getDIC...
2013-07-08 Manman RenDebugInfo: remove unused helper function getDIComposite...
2013-07-08 Manman RenRevert r185852.
2013-07-08 Manman RenStringRef: add DenseMapInfo for StringRef.
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-24 David BlaikieDebugInfo: enumerator values returned as int64 as they...
2013-06-19 David BlaikieDebugInfo: Specify that a value is stored indirectly
2013-06-07 Manman RenNo functionality change.
2013-05-29 Adrian PrantlSimplify logic by using the appropriate functions.
2013-05-29 David BlaikieDebug Info: Reorder accessor to match field order.
2013-05-22 David BlaikieSolidify the assumption that a DW_TAG_subprogram's...
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 Adrian PrantlRename ClassType to the more accurate UnderlyingType...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
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 Blaikiereorder the fields in DILexicalBlockFile to match the...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-21 David BlaikieRefactor the filename/directory information in DISubpro...
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-21 David BlaikieRemoving unused DISubprogram::getFile
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 David BlaikieDebug Info: Swap the 2nd and 3rd parameters to DICompil...
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 BlaikieReorder the DIFile parameter in DINameSpace
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-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-17 David BlaikieImprove DIFile debug info annotation by letting it...
2013-03-13 David BlaikieSimplify file/directory name handling in DILexicalBlock
2013-03-13 David BlaikieSimplify directory name handling in DILexicalBlockFile.
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
next